zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #00326
[Merge] lp:~matthias-brantner/zorba/known_issues into lp:zorba
Matthias Brantner has proposed merging lp:~matthias-brantner/zorba/known_issues into lp:zorba.
Requested reviews:
Sorin Marian Nasoi (sorin.marian.nasoi)
For more details, see:
https://code.launchpad.net/~matthias-brantner/zorba/known_issues/+merge/77642
Publish the KNOWN_ISSUES.txt file also on the web site and link it from the overview page.
--
https://code.launchpad.net/~matthias-brantner/zorba/known_issues/+merge/77642
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'KNOWN_ISSUES.txt'
--- KNOWN_ISSUES.txt 2011-08-18 17:07:50 +0000
+++ KNOWN_ISSUES.txt 2011-09-30 04:15:29 +0000
@@ -1,11 +1,6 @@
- ------------------------
- FLWOR Foundation - Zorba
- ------------------------
-
This is a list of issues that we are aware of but are not imlemeneted or fixed:
Zorba Version 2.0
------------------
* Floating-point precision problems.
For details, see the following bugs:
=== modified file 'doc/zorba/CMakeLists.txt'
--- doc/zorba/CMakeLists.txt 2011-09-06 16:39:46 +0000
+++ doc/zorba/CMakeLists.txt 2011-09-30 04:15:29 +0000
@@ -48,6 +48,13 @@
${CMAKE_CURRENT_BINARY_DIR}/html/scripting_spec.html COPYONLY)
CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/W3C-WD.css
${CMAKE_CURRENT_BINARY_DIR}/html/W3C-WD.css COPYONLY)
+
+ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/known_issues.dox "/** \\page known_issues Known Issues
+")
+ FILE(READ ${CMAKE_SOURCE_DIR}/KNOWN_ISSUES.txt KNWON_ISSUES_CONTENS)
+ FILE(APPEND ${CMAKE_CURRENT_BINARY_DIR}/known_issues.dox "${KNWON_ISSUES_CONTENS}
+*/")
+
ENDIF (DOXYGEN_FOUND)
# adding the subdirectory responsible for adding the
=== modified file 'doc/zorba/overview.dox'
--- doc/zorba/overview.dox 2011-09-06 16:21:54 +0000
+++ doc/zorba/overview.dox 2011-09-30 04:15:29 +0000
@@ -124,4 +124,6 @@
<li> \ref conformanceXQFTTS
</ul>
+Please also see our page about \ref known_issues.
+
*/
Follow ups