[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-29 Thread Markos Zaharioudakis
The proposal to merge lp:~matthias-brantner/zorba/external_func_param into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~matthias-brantner/zorba/external_func_param/+merge/77410 --

Re: [Zorba-coders] [Merge] lp:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-29 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~matthias-brantner/zorba/external_func_param/+merge/77410 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:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-29 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~matthias-brantner/zorba/external_func_param/+merge/77567 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:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-29 Thread Matthias Brantner
The proposal to merge lp:~matthias-brantner/zorba/external_func_param into lp:zorba has been updated. Commit Message changed to: Added ExternalFunctionParameter class as an option for parameters in the DynamicContext. This is useful for external modules to share resources (e.g. caches)

Re: [Zorba-coders] [Merge] lp:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-28 Thread Matthias Brantner
1. destroy is now called if the parameter is replaced 2. I put a check for func_param != NULL in place 3. It might be useful but the other hashmap causes some problems. For example, get is not constant and the dctx_value_t is currently not serializable. 4. I have put a check for value.type in

[Zorba-coders] [Merge] lp:~matthias-brantner/zorba/external_func_param into lp:zorba

2011-09-27 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~matthias-brantner/zorba/external_func_param into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) For more details, see: https://code.launchpad.net/~matthias-brantner/zorba/external_func_param/+merge/77255 Added