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

2012-12-17 Thread David Graf
> I just checked: ZorbaException already has a global > operator<<(ostream&,ZorbaException const&) function defined for it. > > So why do you need to do anything at all? Hi Paul, sorry for not following up for a long time. We just need it to get the errors in xml format. I guess this is not suppo

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/clang-friend into lp:zorba

2012-12-17 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has been updated. Status: Needs review => Rejected For more details, see: https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/101518 -- https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/1

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

2012-11-16 Thread David Graf
Cool, now I can fix what someone else did wrong :-(. Anyway, Paul, can you help me on one thing please? Can you tell me how I can use this ErrorPrinter for warnings too? > It's a stupid API. There's no reason to have a class with a single static > member function. If you're going to make it p

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

2012-11-14 Thread David Graf
It would be good to use this error printer for the warning reporter too. But I didn't figure out how that should work yet? Can you guys help? -- https://code.launchpad.net/~zorba-coders/zorba/zorba-error_printer_in_api/+merge/134405 Your team Zorba Coders is subscribed to branch lp:zorba. -- Ma

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

2012-11-14 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/zorba-error_printer_in_api into lp:zorba has been updated. Commit Message changed to: Moving the error printer from zorbacmd into the api. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/zorba-error_printer_in_api/+merge/134405

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

2012-11-14 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/zorba-error_printer_in_api into lp:zorba. Commit message: Moving the error printer from zorbacmd into the api. Requested reviews: Matthias Brantner (matthias-brantner) William Candillon (wcandillon) For more details, see: https

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-11-13 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/image-module-dont-pass-svg-as-binary/+merge/131829 -- https:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-head into lp:zorba

2012-11-09 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/image-module-head into lp:zorba has been updated. Commit Message changed to: take image module HEAD (not 2.7 tag) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/image-module-head/+merge/133626 -- https://code.launchpad.net/~zo

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-11-09 Thread David Graf
> > On Nov 8, 2012, at 6:13 AM, David Graf wrote: > > >> - getImageFromString: const String aString, should be const String& > aString, > > Done > >> - basic:convert-svg-impl should use basic:convert-svg-string > > I don't understand. Cur

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-head into lp:zorba

2012-11-09 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/image-module-head/+merge/133626 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/~zo

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-head into lp:zorba

2012-11-09 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/image-module-head into lp:zorba. Commit message: take image module HEAD (not 2.7 tag) Requested reviews: David Graf (davidagraf) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders

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

2012-11-09 Thread David Graf
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/bug-1075106/+merge/133612 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-code

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-11-08 Thread David Graf
> - getImageFromString: const String aString, should be const String& aString, Done > - basic:convert-svg-impl should use basic:convert-svg-string I don't understand. Currently, convert-svg-string invokes convert-svg-impl. How should that work the other way round? > > - we might have to make sure

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/schema-tools-module-module-bug-989490 into lp:zorba/schema-tools-module

2012-11-07 Thread David Graf
Chris, the other merge proposal went through (data-formatting-module). Can you approve this one too? -- https://code.launchpad.net/~davidagraf/zorba/schema-tools-module-module-bug-989490/+merge/110271 Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-11-07 Thread David Graf
Matthias, is it ok for you now? -- https://code.launchpad.net/~zorba-coders/zorba/image-module-dont-pass-svg-as-binary/+merge/131829 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchp

[Zorba-coders] [Merge] lp:~davidagraf/zorba/data-formatting-module-bug-989490 into lp:zorba/data-formatting-module

2012-11-07 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/data-formatting-module-bug-989490 into lp:zorba/data-formatting-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/data-formatting-module-bug-989490/+merge/110273 -- https:/

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/data-formatting-module-bug-989490 into lp:zorba/data-formatting-module

2012-10-31 Thread David Graf
Hey Chris This merge proposal got lost. Do you know the status of this? I lost the overview. But I guess that FIND_PACKAGE(JNI) in all the java modules should be replaced with ZORBA_FIND_JNI(). Do you agree? -- https://code.launchpad.net/~davidagraf/zorba/data-formatting-module-bug-989490/+merg

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-30 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/module-depends into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+m

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-30 Thread David Graf
the failing test works on my machine. Seems to be a timeout. I try again .. -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lis

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-30 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/module-depends into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+m

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-30 Thread David Graf
chris, is it ok like this? -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 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.n

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
Thanks Chris! -- https://code.launchpad.net/~zorba-coders/zorba/image-module-dont-pass-svg-as-binary/+merge/131829 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
Sorry for asking such a stupid question, but how can I increase the version? If I exchange 1.0 with 1.1., it doesn't work anymore: :64,9: Zorba error [zerr:ZXQP0008]: "{http://www.zorba-xquery.com/modules/image/basic}width#1": function implementation not found; raised at /Users/dagraf/work/28m

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/image-module-dont-pass-svg-as-binary/+merge/131829 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubsc

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module has been updated. Commit Message changed to: Passing the svg to the convert-svg function as a node or a string, instead of a binary. For more details, see: https://code.launchpad.net/~

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module. Commit message: Passing the svg to the convert-svg function as a node or a string, instead of a binary. Requested reviews: Matthias Brantner (matthias-brantner) For more

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/image-module-dont-pass-svg-as-binary into lp:zorba/image-module

2012-10-29 Thread David Graf
I know, this change is not backwards compatible. But passing the svg as binary just doesn't make sense to me! Especially because the first thing the module did was transforming the binary back to string. -- https://code.launchpad.net/~zorba-coders/zorba/image-module-dont-pass-svg-as-binary/+merg

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-25 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/coll-iter-state-init/+merge/130055 -- https://code.launchpad.net/~zorba-coders/zorba/coll-

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/test-bug-1070551 into lp:zorba/security-module

2012-10-24 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/test-bug-1070551 into lp:zorba/security-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/test-bug-1070551/+merge/131101 -- https://code.launchpad.net/~zorba-coders/zor

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/test-bug-1070551 into lp:zorba/security-module

2012-10-24 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/test-bug-1070551/+merge/131101 Your team Zorba Coders is subscribed to branch lp:zorba/security-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://la

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-24 Thread David Graf
We need the feature to make a module dependent on some header file generation done with zorba. Is the renaming like this ok? -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1070551 into lp:zorba

2012-10-24 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/bug-1070551 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1070551/+merge/131099 -- https://code.launchpad.net/~zorba-coders/zorba/bug-1070551/+merge/1310

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1070551 into lp:zorba

2012-10-24 Thread David Graf
Review: Approve I tested it in sausalito too. Works! -- https://code.launchpad.net/~zorba-coders/zorba/bug-1070551/+merge/131099 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscri

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-22 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-22 Thread David Graf
Till, this changed is needed for 28msec. Our mongodb module is dependent on one of our targets. -- https://code.launchpad.net/~zorba-coders/zorba/module-depends/+merge/130784 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/module-depends into lp:zorba

2012-10-22 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/module-depends into lp:zorba has been updated. Commit Message changed to: Additional optional parameter for DECLARE_ZORBA_MODULE macro to pass targets the declared module depends on. For more details, see: https://code.launchpad.net/~zorba-coders/zo

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-depends into lp:zorba

2012-10-22 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/module-depends into lp:zorba. Commit message: Additional optional parameter for DECLARE_ZORBA_MODULE macro to pass targets the declared module depends on. Requested reviews: David Graf (davidagraf) Till Westmann (tillw) For more

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-17 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/coll-iter-state-init/+merge/130055 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] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-17 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba has been updated. Commit Message changed to: Init ZorbaCollectionIteratorState::theIteratorOpened properly. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/coll-iter-state-init/+merge/130055 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-17 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba. Commit message: Init ZorbaCollectionIteratorState::theIteratorOpened properly. Requested reviews: David Graf (davidagraf) Matthias Brantner (matthias-brantner) For more details, see: https

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-17 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba has been updated. Commit Message changed to: Init ZorbaCollectionIteratorState::theIteratorOpened properly. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/coll-iter-state-init/+merge/130040 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba

2012-10-17 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/coll-iter-state-init into lp:zorba. Commit message: Init ZorbaCollectionIteratorState::theIteratorOpened properly. Requested reviews: David Graf (davidagraf) Matthias Brantner (matthias-brantner) For more details, see: https

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-27 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensions/+merge/125662 -- https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensi

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-26 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensions/+merge/125662 -- https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensi

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-26 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensions/+merge/125662 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/~zor

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-26 Thread David Graf
> > > - The options schema uses a different modeling approach than all the > others. > > > It's not that all the others are consistent but this one seems to be > > > introducing yet another way to model options, i.e. all as attributes of > one > > > element. Maybe we should make it consistent with

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

2012-09-26 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 -- https://code.launchpad.net/~zorba-coders/zorba/createU

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

2012-09-26 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 -- https://code.launchpad.net/~zorba-coders/zorba/createU

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-25 Thread David Graf
> - The options schema uses a different modeling approach than all the others. > It's not that all the others are consistent but this one seems to be > introducing yet another way to model options, i.e. all as attributes of one > element. Maybe we should make it consistent with at least one of the

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

2012-09-25 Thread David Graf
> ChangeLog done -- https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 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/~z

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

2012-09-25 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 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] [Merge] lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba

2012-09-25 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba has been updated. Description changed to: added createUntypedAtomic to public API For more details, see: https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 -- https://code.launchpad.net

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

2012-09-25 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba has been updated. Commit Message changed to: added createUntypedAtomic to public API For more details, see: https://code.launchpad.net/~zorba-coders/zorba/createUntypedAtomic/+merge/126283 -- https://code.launchpad.

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

2012-09-25 Thread David Graf
David Graf has proposed merging lp:~zorba-coders/zorba/createUntypedAtomic into lp:zorba. Commit message: added createUntypedAtomic to public API Requested reviews: David Graf (davidagraf) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-24 Thread David Graf
> - adjust date in the Copyright headers done. Although it is a real pain. I even change the date in the automatic code generation to 2012 (from 2008!). Thus, there are quite a lot of s/2008/2012 changes. Would be nice to implement a script to generate this thing automatically. Year to put could

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba

2012-09-21 Thread David Graf
Documentation improvements are welcomed :-) -- https://code.launchpad.net/~zorba-coders/zorba/xqdoc-extensions/+merge/125662 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/xqdoc-extensions into lp:zorba

2012-09-21 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/xqdoc-extensions into lp:zorba has been updated. Commit Message changed to: - xqdoc generation for collection declarations - xqdoc generation for index declarations (inclusive sources) - possibility to disable xqdoc generation for certain components

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-18 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_index_probe into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_index_probe/+merge/122621 -- https://code.launchpad.net/~davidagraf/zorba/paging_index_pr

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-18 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_index_probe into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_index_probe/+merge/122621 -- https://code.launchpad.net/~davidagraf/zorba/paging_index_pr

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-18 Thread David Graf
> > > - the probe-index-point-value-skip and probe-index-range-value-skip > > functions > > > in dml.xq don't declare the $skip parameters (but their documentation > does) > > Fixed. > > > > > > - idml:probe-index-range-value-skip(xs:QName("data:idx-age-range-val"), 2, > > 3, > > > true(), true(),

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-17 Thread David Graf
> - the probe-index-point-value-skip and probe-index-range-value-skip functions > in dml.xq don't declare the $skip parameters (but their documentation does) Fixed. > > - idml:probe-index-range-value-skip(xs:QName("data:idx-age-range-val"), 2, 3, > true(), true(), true(), true()) > reports > '

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-14 Thread David Graf
> Problems: > - Based on the paging.xqlib module (in the tests), the following query should > return the empty sequence: > > idml:probe-index-range-value-skip(xs:QName("data:idx-age-range-val"), > 10, 2, 3, true(), true(), true(), true()) Fixed > > But it returns all the items with age 3. This

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-12 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_with_refs into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/123509 -- https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+m

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-12 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_with_refs into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/123509 -- https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+m

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-10 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/paging_with_refs into lp:zorba. Requested reviews: Till Westmann (tillw) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/123509 Resubmit to trigger

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-10 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/paging_index_probe/+merge/122621 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/~zor

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-10 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/123494 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-

[Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-10 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba has been updated. Commit Message changed to: Fix bug #1045902. For more details, see: https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/123494 -- https://code.launchpad.net/~davidagraf/zorba/lastmodified

[Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-10 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba. Requested reviews: David Graf (davidagraf) For more details, see: https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/123494 -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-06 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_with_refs into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/119553 -- https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+m

[Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-06 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/122712 -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merg

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-06 Thread David Graf
> The patch looks great. > > As far as I can tell, the documentation should also mention the error > zerr:ZAPI0028. done -- https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/119553 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-09-06 Thread David Graf
> There are a few small fixes that I've sent as a patch via email as I could not > push them into this branch. Once this patch is applied this branch works for > me. I patched you patch. Unfortunately, I needed to do it by hand. Did you create the patch with bzr diff? -- https://code.launchpad.n

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/deterministic-keys1g into lp:zorba

2012-09-05 Thread David Graf
Review: Approve Very good. I need to do the same for the paging tests :-( -- https://code.launchpad.net/~zorba-coders/zorba/deterministic-keys1g/+merge/122729 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-04 Thread David Graf
> Which timezone is the last-modified dateTime returned? Is it the local time > zone or no timezone at all? local timezone -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/122712 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-04 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/122712 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-

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-04 Thread David Graf
Bug #1014979: file:last-modified returns current date time -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/122712 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Un

[Zorba-coders] [Merge] lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba

2012-09-04 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/lastmodifiedfix into lp:zorba. Requested reviews: David Graf (davidagraf) For more details, see: https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix/+merge/122712 -- https://code.launchpad.net/~davidagraf/zorba/lastmodifiedfix

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-04 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/paging_index_probe into lp:zorba has been updated. Commit Message changed to: skip for value probe functions For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_index_probe/+merge/122621 -- https://code.launchpad.net/~davidagraf

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_index_probe into lp:zorba

2012-09-04 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/paging_index_probe into lp:zorba. Requested reviews: David Graf (davidagraf) For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_index_probe/+merge/122621 skip for value probes -- https://code.launchpad.net

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-08-29 Thread David Graf
> - Given the documentation, I was not able to figure out why the collection > function takes the $start and $skip parameters. Is one of the ignored if > the other one is given? Does skipping start at the item identified by > $start? If so, would it make sense to separate the two ways of skipping >

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba

2012-08-15 Thread David Graf
This query doesn't work because the serializer of the query result throws an error. The result of a query must not be an attribute. fn:trace does work on my side: ./bin/zorba -q 'trace(attribute { "a" } { 1 }, "a")' a [1]: a="1" <== fn:trace print serialization error [err:SENR0001]: "

[Zorba-coders] [Merge] lp:~davidagraf/zorba/paging_with_refs into lp:zorba

2012-08-14 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/paging_with_refs into lp:zorba. Requested reviews: Till Westmann (tillw) For more details, see: https://code.launchpad.net/~davidagraf/zorba/paging_with_refs/+merge/119553 -- https://code.launchpad.net/~davidagraf/zorba/paging_with_refs

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1034582-macports-flex into lp:zorba

2012-08-14 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/bug-1034582-macports-flex into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-1034582-macports-flex/+merge/119458 -- https://code.launchpad.net/~zorba-coders/z

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba

2012-08-14 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/fn_trace_jsoniq_fix/+merge/119478 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/~zo

[Zorba-coders] [Merge] lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba

2012-08-14 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba has been updated. Commit Message changed to: Because the jsoniq_emitter aggregates the xml_emitter, it needs to handover all the parameters. Inclusive aEmitAttributes. For more details, see: https://code.launchpad.net

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug-1034582-macports-flex into lp:zorba

2012-08-14 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1034582-macports-flex/+merge/119458 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

[Zorba-coders] [Merge] lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba

2012-08-14 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/fn_trace_jsoniq_fix into lp:zorba. Requested reviews: David Graf (davidagraf) Till Westmann (tillw) For more details, see: https://code.launchpad.net/~davidagraf/zorba/fn_trace_jsoniq_fix/+merge/119478 Because the jsoniq_emitter

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba

2012-08-14 Thread David Graf
Matthias, can you please review it again? -- https://code.launchpad.net/~davidagraf/zorba/virtual_destr_auditing/+merge/118584 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:~davidagraf/zorba/cclient-with-clang into lp:zorba/email-module

2012-08-09 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/cclient-with-clang into lp:zorba/email-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/cclient-with-clang/+merge/117996 -- https://code.launchpad.net/~davidagraf/zorba/cc

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/cclient-with-clang into lp:zorba/email-module

2012-08-09 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/cclient-with-clang/+merge/117996 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launc

[Zorba-coders] [Merge] lp:~davidagraf/zorba/detect-clang-properly into lp:zorba

2012-08-09 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/detect-clang-properly into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~davidagraf/zorba/detect-clang-properly/+merge/117994 -- https://code.launchpad.net/~davidagraf/zorba/detect-cl

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/detect-clang-properly into lp:zorba

2012-08-09 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/detect-clang-properly/+merge/117994 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/~

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/detect-clang-properly into lp:zorba

2012-08-08 Thread David Graf
Match does partial matches. c++ --version does return much more then 'clang' :-). -- https://code.launchpad.net/~davidagraf/zorba/detect-clang-properly/+merge/117994 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorb

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba

2012-08-07 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/virtual_destr_auditing/+merge/118584 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] [Merge] lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba

2012-08-07 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba has been updated. Commit Message changed to: remove clang warnings in auditing code For more details, see: https://code.launchpad.net/~davidagraf/zorba/virtual_destr_auditing/+merge/118584 -- https://code.launchpad

[Zorba-coders] [Merge] lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba

2012-08-07 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba has been updated. Description changed to: remove clang warnings in auditing code For more details, see: https://code.launchpad.net/~davidagraf/zorba/virtual_destr_auditing/+merge/118584 -- https://code.launchpad.ne

[Zorba-coders] [Merge] lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba

2012-08-07 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/virtual_destr_auditing into lp:zorba. Requested reviews: Till Westmann (tillw) David Graf (davidagraf) For more details, see: https://code.launchpad.net/~davidagraf/zorba/virtual_destr_auditing/+merge/118584 remove clang warnings in

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

2012-08-03 Thread David Graf
The proposal to merge lp:~zorba-coders/zorba/bug900677 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 You

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

2012-08-03 Thread David Graf
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug900677/+merge/118048 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-code

  1   2   3   >