Merge lp:~matthias-brantner/zorba/known_issues into lp:zorba

Proposed by Matthias Brantner
Status: Merged
Approved by: Matthias Brantner
Approved revision: 10483
Merged at revision: 10494
Proposed branch: lp:~matthias-brantner/zorba/known_issues
Merge into: lp:zorba
Diff against target: 44 lines (+9/-5)
3 files modified
KNOWN_ISSUES.txt (+0/-5)
doc/zorba/CMakeLists.txt (+7/-0)
doc/zorba/overview.dox (+2/-0)
To merge this branch: bzr merge lp:~matthias-brantner/zorba/known_issues
Reviewer Review Type Date Requested Status
Sorin Marian Nasoi Approve
Review via email: mp+77642@code.launchpad.net

Commit message

Publish the KNOWN_ISSUES.txt file also on the web site and link it from the overview page.

Description of the change

Publish the KNOWN_ISSUES.txt file also on the web site and link it from the overview page.

To post a comment you must log in.
Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

Reviewed this changed.

review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job known_issues-2011-10-06T03-26-08.042Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'KNOWN_ISSUES.txt'
2--- KNOWN_ISSUES.txt 2011-08-18 17:07:50 +0000
3+++ KNOWN_ISSUES.txt 2011-09-30 04:15:29 +0000
4@@ -1,11 +1,6 @@
5- ------------------------
6- FLWOR Foundation - Zorba
7- ------------------------
8-
9 This is a list of issues that we are aware of but are not imlemeneted or fixed:
10
11 Zorba Version 2.0
12------------------
13
14 * Floating-point precision problems.
15 For details, see the following bugs:
16
17=== modified file 'doc/zorba/CMakeLists.txt'
18--- doc/zorba/CMakeLists.txt 2011-09-06 16:39:46 +0000
19+++ doc/zorba/CMakeLists.txt 2011-09-30 04:15:29 +0000
20@@ -48,6 +48,13 @@
21 ${CMAKE_CURRENT_BINARY_DIR}/html/scripting_spec.html COPYONLY)
22 CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/W3C-WD.css
23 ${CMAKE_CURRENT_BINARY_DIR}/html/W3C-WD.css COPYONLY)
24+
25+ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/known_issues.dox "/** \\page known_issues Known Issues
26+")
27+ FILE(READ ${CMAKE_SOURCE_DIR}/KNOWN_ISSUES.txt KNWON_ISSUES_CONTENS)
28+ FILE(APPEND ${CMAKE_CURRENT_BINARY_DIR}/known_issues.dox "${KNWON_ISSUES_CONTENS}
29+*/")
30+
31 ENDIF (DOXYGEN_FOUND)
32
33 # adding the subdirectory responsible for adding the
34
35=== modified file 'doc/zorba/overview.dox'
36--- doc/zorba/overview.dox 2011-09-06 16:21:54 +0000
37+++ doc/zorba/overview.dox 2011-09-30 04:15:29 +0000
38@@ -124,4 +124,6 @@
39 <li> \ref conformanceXQFTTS
40 </ul>
41
42+Please also see our page about \ref known_issues.
43+
44 */

Subscribers

People subscribed via source and target branches