** 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/905050
Title:
Crash on getKind() from TypeIdentifier()
Status in Zorba - The XQuery Processor:
N
** 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/905039
Title:
can't redefine Default Element And Type Namespace
Status in Zorba - The XQuery Proce
** 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/905041
Title:
can't redefine Default Function Namespace
Status in Zorba - The XQuery Processor:
** 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/905028
Title:
Base URI can't be set to undefined
Status in Zorba - The XQuery Processor:
New
Bu
** 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/905035
Title:
there is no way to get the Namespace Prefixes
Status in Zorba - The XQuery Processor
Public bug reported:
crash generated with this code:
StaticContext_t staticContext = zorba->createStaticContext();
TypeIdentifier_t typeIdent = staticContext->getContextItemStaticType()
typeIdent->getKind();
** Affects: zorba
Importance: Undecided
Status: New
--
You received this
Public bug reported:
using setDefaultElementAndTypeNamespace from the StaticContext instead of
redefining I get the error:
static error [err:XQST0066]: multiple element/type/function namespace
declarations
** Affects: zorba
Importance: Undecided
Status: New
--
You received this
Public bug reported:
Instead I get the error:
static error [err:XQST0066]: multiple element/type/function namespace
declarations
when using StaticContext method: setDefaultFunctionNamespace
** Affects: zorba
Importance: Undecided
Status: New
--
You received this bug notification
Public bug reported:
you can use the method:
getNamespaceURIByPrefix( prefix )
but there is no way to know all namespace prefixes...
it is required by XQJ standard to have this functionality.
** Affects: zorba
Importance: Undecided
Status: New
--
You received this bug notificatio
Public bug reported:
We need a way to set the Base URI to undefined, like sending an empty
string.
** Affects: zorba
Importance: Undecided
Status: New
** Summary changed:
- Base URI can't be undefined
+ Base URI can't be set to undefined
--
You received this bug notification bec
Nicolae, I have approved the branch, but it would be nice to also add a test
for the document-node(schema-element-test) case. Apparently, the XQTS does not
have one!
--
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/85862
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Maili
Review: Approve
--
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/85862
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 : https://launchpad.net/~zorba-coders
More hel
The proposal to merge lp:~paul-lucas/zorba/bug-898075 into lp:zorba has been
updated.
Status: Approved => Merged
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
--
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
Your team Zorb
Validation queue job bug-898075-2011-12-15T19-46-14.188Z is finished. The final
status was:
All tests succeeded!
--
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Mailing list: https://launchpad.net/~zorba-coders
Validation queue starting for merge proposal.
Log at:
http://zorbatest.lambda.nu:8080/remotequeue/bug-898075-2011-12-15T19-46-14.188Z/log.html
--
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Mailing list: https:
The proposal to merge lp:~paul-lucas/zorba/bug-898075 into lp:zorba has been
updated.
Status: Needs review => Approved
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
--
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
Your tea
Review: Approve
It does compile on linux all the features seems to be working including the
fixes to some problems I suggested
--
https://code.launchpad.net/~zorba-coders/zorba/debugger_client/+merge/85567
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Mailing list: https://launch
The proposal to merge lp:~matthias-brantner/zorba/data-cleaning into
lp:zorba/data-cleaning-module has been updated.
Status: Approved => Merged
For more details, see:
https://code.launchpad.net/~matthias-brantner/zorba/data-cleaning/+merge/79759
--
https://code.launchpad.net/~matthias-brant
Validation queue job data-cleaning-2011-12-15T16-01-46.157Z is finished. The
final status was:
All tests succeeded!
--
https://code.launchpad.net/~matthias-brantner/zorba/data-cleaning/+merge/79759
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module.
--
Mailing list: h
Validation queue starting for merge proposal.
Log at:
http://zorbatest.lambda.nu:8080/remotequeue/data-cleaning-2011-12-15T16-01-46.157Z/log.html
--
https://code.launchpad.net/~matthias-brantner/zorba/data-cleaning/+merge/79759
Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning
Review: Approve
The changes done to improve the smith-waterman performance are approved.
The function finally terminates and is much faster than before (with the latest
version of Zorba).
--
https://code.launchpad.net/~matthias-brantner/zorba/data-cleaning/+merge/79759
Your team Zorba Coders is
Indeed, the condition that Markos mentioned was not necessary, so I have
removed it. Resubmitting for merge into the trunk.
--
https://code.launchpad.net/~nbrinza/zorba/bugs/+merge/85862
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Mailing list: https://launchpad.net/~zorba-coder
Nicolae Brinza has proposed merging lp:~nbrinza/zorba/bugs into lp:zorba.
Requested reviews:
Markos Zaharioudakis (markos-za)
Matthias Brantner (matthias-brantner)
Related bugs:
Bug #867256 in Zorba: ""instance of document-node(element(x))" in predicate"
https://bugs.launchpad.net/zorba/+b
Review: Approve
I tested with a streaming and non streaming string, worked great.
--
https://code.launchpad.net/~paul-lucas/zorba/bug-898075/+merge/85410
Your team Zorba Coders is subscribed to branch lp:zorba.
--
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@list
Public bug reported:
I think the 'run' command is quite confusion. Especially for gdb users
because they think run does a restart. I understand, the behavior of
'run' cannot be changed because it is a defined in the standard. Maybe,
it would be helpful to do an alias from continue to run and hide
Public bug reported:
Would be nice do be able to scroll through the preceding commands by
clicking 'arrow up' and 'arrow down'. As in gdb.
** Affects: zorba
Importance: Wishlist
Assignee: Gabriel Petrovay (gabipetrovay)
Status: New
--
You received this bug notification becaus
Public bug reported:
Some tests in zorba testsuite crash with ZORBA_TEST_PLAN_SERIALIZATION.
The bug probably affects 2.1 release as well.
** Affects: zorba
Importance: Undecided
Assignee: Daniel Turcanu (danielturcanu)
Status: New
** Changed in: zorba
Milestone: None => 2
27 matches
Mail list logo