[Zorba-coders] [Bug 928135] [NEW] Segmentation fault while using Item or ItemFactory class in python

2012-02-07 Thread Enemy Peng
Public bug reported: Here's the code to reproduce errors: import zorba_api item = zorba_api.ItemFactory() content_item.createInteger(4) Segmentation fault Zorba Version: 2.1.0 ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification because

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/feature-json_parser into lp:zorba

2012-02-07 Thread William Candillon
Review: Needs Fixing I believe that bug #920717 isn't fixed. The intro has two examples of XML. For each of the XML, you should add the associated JSON. Would it be possible to get all the bug reports that Sorin created associated to this merge request? --

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-07 Thread William Candillon
The following query: import module namespace json = http://www.zorba-xquery.com/modules/converters/json;; let $json := '{ action: GET /html/index, public: true, opt: [1, 2, {foo: bar}]}' let $json := json:parse($json) return json:serialize($json) Returns:

[Zorba-coders] [Bug 928146] [NEW] Proving Full Zorba EBNF

2012-02-07 Thread William Candillon
Public bug reported: Zorba should provides the full EBNF of the specification it implements. A first step would be to add in comment for each parser rule either ebnf rule number of the corresponding specification. ** Affects: zorba Importance: Wishlist Status: New ** Changed in:

Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-02-07 Thread William Candillon
Review: Approve I tried it and it looks like just the best. -- https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/91657 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-07 Thread Markos Zaharioudakis
The proposal to merge lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/use-get-pul-factory-macro-2012-02-07T13-48-20.725Z/log.html -- https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 Your team Zorba Coders is subscribed to branch

Re: [Zorba-coders] [Merge] lp:~gislenius/zorba/same-directory-store-includes into lp:zorba

2012-02-07 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~gislenius/zorba/same-directory-store-includes/+merge/91279 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue job use-get-pul-factory-macro-2012-02-07T13-48-20.725Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba

2012-02-07 Thread noreply
The proposal to merge lp:~gislenius/zorba/use-get-pul-factory-macro into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~gislenius/zorba/use-get-pul-factory-macro/+merge/91260 --

[Zorba-coders] [Merge] lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0

2012-02-07 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-truefalsenull/+merge/91839 Allows standalone true, false, null

[Zorba-coders] [Merge] lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0

2012-02-07 Thread Ghislain Fourny
The proposal to merge lp:~gislenius/zorba/jsoniq-truefalsenull into lp:zorba/3.0 has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-truefalsenull/+merge/91839 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix-declare-module-bug917981-2012-02-07T14-44-58.09Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 Your team Zorba Coders is subscribed to

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message): Validation queue job

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/markos-scratch-2012-02-07T16-00-49.91Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1. Got: 2 Pending. -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/markos-scratch-2012-02-07T18-13-59.097Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba

2012-02-07 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/91867 --

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread Paul J. Lucas
It's not clear where you got memory error from since those words never appear in the output. However, it clearly says assertion failed. Without line numbers in the output, it's virtually impossible to know where the assertion failed. It would be better if you disabled the auto dump and instead

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread Paul J. Lucas
** Summary changed: - Full-Text Memory Error + Full-Text Assertion failed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928340 Title: Full-Text Assertion failed Status in Zorba - The XQuery

[Zorba-coders] [Bug 867338] Re: improve xqdoc documentation

2012-02-07 Thread Sorin Marian Nasoi
We already have this in Zorba. ** Changed in: zorba Status: Unknown = Triaged ** Changed in: zorba Status: Triaged = Invalid ** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Sorin Marian Nasoi (sorin.marian.nasoi) -- You received this bug notification

[Zorba-coders] [Bug 867374] Re: Improve XQDoc Documentation

2012-02-07 Thread Sorin Marian Nasoi
We already have XML and XQuery syntax highlighting in XQDoc. William already implemented disqus support. ** Changed in: zorba Assignee: nobody (nobody-users) = Sorin Marian Nasoi (sorin.marian.nasoi) ** Changed in: zorba Status: New = Invalid -- You received this bug notification

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread William Candillon
bin/zorba -f --thesaurus http://wordnet.princeton.edu:=/path/to/wordnet-en.zth -q /tmp/x.xq Works fine for me too. What about bin/zorba -q /tmp/x.xq -f? You don't get the same error as I do? -- You received this bug notification because you are a member of Zorba Coders, which is the registrant

[Zorba-coders] [Bug 928454] [NEW] de-coupling teh XQDoc XHTMLS and Zorba CSS

2012-02-07 Thread Sorin Marian Nasoi
Public bug reported: To return HTML code that is semantically correct (for instance h2Foo/h2 instead of div class=subsection /) To have all id and class names prefixed by _xqdoc Basically this would mean to remove as much as possible the coupling of the XQDoc XHTML and the Zorba CSS. **

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread Paul J. Lucas
When I execute that commend, yes, I get the same error. However, you never said how you executed the query in your original bug report. ** Changed in: zorba Importance: Critical = Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread Paul J. Lucas
Importance downgraded since, if you specify the necessary arguments, the query works just fine. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928340 Title: Full-Text Assertion failed Status

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread William Candillon
** Changed in: zorba Importance: Medium = Critical -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928340 Title: Full-Text Assertion failed Status in Zorba - The XQuery Processor:

[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-928340 into lp:zorba

2012-02-07 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-928340 into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) William Candillon (wcandillon) Related bugs: Bug #928340 in Zorba: Full-Text Assertion failed https://bugs.launchpad.net/zorba/+bug/928340 For more details,

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-928340 into lp:zorba

2012-02-07 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-928340/+merge/91924 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~gislenius/zorba/jsoniq-pair-operator into lp:zorba/3.0

2012-02-07 Thread noreply
The proposal to merge lp:~gislenius/zorba/jsoniq-pair-operator into lp:zorba/3.0 has been updated. Status: Needs review = Merged For more details, see: https://code.launchpad.net/~gislenius/zorba/jsoniq-pair-operator/+merge/91845 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/feature-json_parser into lp:zorba

2012-02-07 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-json_parser/+merge/91959 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 920717] Re: json 2.0 bug: json:serialize(json:parse(VALID_JSON))

2012-02-07 Thread Paul J. Lucas
It was an unrelated bug. ** Changed in: zorba Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/920717 Title: json 2.0 bug:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix-declare-module-bug917981-2012-02-08T01-30-59.111Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 Your team Zorba Coders is subscribed to

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue job fix-declare-module-bug917981-2012-02-08T01-30-59.111Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba

2012-02-07 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix-declare-module-bug917981 into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-declare-module-bug917981/+merge/88977 --

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-07 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91965 --

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:zorba

2012-02-07 Thread Matthias Brantner
The proposal to merge lp:zorba/3.0 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91966 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91966 Your team Zorba Coders is

Re: [Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-07 Thread Zorba Build Bot
The attempt to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental failed. Below is the output from the failed tests. experimental build started for lp:zorba/3.0. Check out http://3.0.zorba-xquery.com/ in half an hour or so. Logfile at

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental

2012-02-07 Thread Zorba Build Bot
The proposal to merge lp:zorba/3.0 into lp:~zorba-coders/zorba/zorba-experimental has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91965 --

[Zorba-coders] [Merge] lp:zorba/3.0 into lp:zorba

2012-02-07 Thread Zorba Build Bot
The proposal to merge lp:zorba/3.0 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91966 -- https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/91966 Your team Zorba Coders is

[Zorba-coders] [Bug 928135] Re: Segmentation fault while using Item or ItemFactory class in python

2012-02-07 Thread Matthias Brantner
** Changed in: zorba Milestone: None = 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/928135 Title: Segmentation fault while using Item or ItemFactory class in python Status in Zorba -

[Zorba-coders] [Bug 867159] Re: fn:match fails if the string is non-utf8

2012-02-07 Thread Matthias Brantner
Paul, can you please mark this bug as fix committed as soon as the transcoding_streambuffer branch has been merged? If I understood correctly, these changes should resolve the bug. ** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Paul J. Lucas (paul-lucas) -- You

[Zorba-coders] [Bug 867105] Re: 60 Higher Order Functions tests fail in XQuery 3.0

2012-02-07 Thread Matthias Brantner
This feature is not yet fully implemented. Assigning to Nicolae because he is working on the implementation. ** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Nicolae Brinza (nbrinza) ** Changed in: zorba Milestone: None = 2.2 -- You received this bug notification

[Zorba-coders] [Bug 928629] [NEW] XMLBeans module

2012-02-07 Thread Matthias Brantner
Public bug reported: We should have a new module that allows the user to invoke XMLBeans. Specifically, the module should provide functions to generate a schema given a sequence of nodes and generate a node given a schema. ** Affects: zorba Importance: High Assignee: Cezar Andrei

[Zorba-coders] [Bug 928626] [NEW] no setting classpath in xsl-fo module

2012-02-07 Thread Matthias Brantner
Public bug reported: The xsl-fo module shouldn't provide any function that allows the user to configure the classpath. Instead, the classpath should be configured once for the entire Zorba process and all Java-based modules should use this classpath. ** Affects: zorba Importance: High

[Zorba-coders] [Bug 928625] [NEW] java api not working on windows 7

2012-02-07 Thread Matthias Brantner
Public bug reported: Reported by Stijn Tonk: We are currently testing the first implementation of the java api and ran into the following issue: The java api functions seems to work fine on Windows Vista; however on our Windows 7 machine it give the following error when trying to load the

[Zorba-coders] [Bug 928631] [NEW] wrong static context in built-in function in full-text module

2012-02-07 Thread Matthias Brantner
Public bug reported: The error isn't raised if the schema is actually imported in the module that invokes the function which does the validation. This probably means that the static context of the function is the static context resulting from compiling the importing module (instead the static

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-07 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba. Requested reviews: Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-07 Thread Chris Hillery
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/feature-transcode_streambuf into lp:zorba

2012-02-07 Thread Paul J. Lucas
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-transcode_streambuf/+merge/91980 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread William Candillon
It just that this is the first example in the full-text documentation and it fails in an epic manner so I have an hard time to understands how it's not critical but anyways... -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-07 Thread Sorin Marian Nasoi
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 928340] Re: Full-Text Assertion failed

2012-02-07 Thread Paul J. Lucas
It's position in the full-text documentation is irrelevant. It's not critical because: (1) there is no data loss, (2) if the user supplies the correct command-line arguments, it works correctly. I submitted the fix (that you should review for approval), so the issue is moot. -- You received

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix-download-http-client into lp:zorba

2012-02-07 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix-download-http-client-2012-02-08T07-41-53.115Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix-download-http-client/+merge/91979 Your team Zorba Coders is subscribed to branch