[Zorba-coders] [Bug 935666] Re: Item types need to have their own class

2012-02-18 Thread Rodolfo Ochoa
This can also provide the functionality to create any item with a defined base type. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/935666 Title: Item types need to have their own class Status

[Zorba-coders] [Bug 935666] [NEW] Item types need to have their own class

2012-02-18 Thread Rodolfo Ochoa
Public bug reported: Items need to be extended to have a class that define base types, currently we have a class named: zorba::TypeIdentifier which has some functionality, but is not implemented all along zorba, also the class: zorba::IdentTypes with two sets: kind_t quantifier_t We should have

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

2012-02-18 Thread Matthias Brantner
Review: Needs Fixing Implementation looks good. However, there are a couple of minor things missing: - the new feature should be added to the ChangeLog - the help is a little minimalistic --compile-plan, -c Compile query plan. --execute-plan, -e Execute query plan. - the documentation

[Zorba-coders] [Bug 935639] [NEW] Closing without releasing objects

2012-02-18 Thread Rodolfo Ochoa
Public bug reported: Provide a better solution for any use case where Zorba is closed without releasing in-memory objects. This is very notorious on managed memory languages where you never expect a memory leak, like Java. ** Affects: zorba Importance: Undecided Status: New -- Y

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

2012-02-18 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/compile_queryplan into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/compile_queryplan/+merge/93694 Add --compile-plan and --execute-plan op