On Jan 17, 2008 8:30 AM, John Mettraux <[EMAIL PROTECTED]> wrote: > On Jan 17, 2008 6:31 AM, Tomaso Tosolini <[EMAIL PROTECTED]> wrote: > > Deeper investigation lead me to the conclusion that expressions like > > > > <workitem>.attributes[key] > > and > > <workitem>.attributes[key] = value > > and > > <workitem>.attributes.delete key > > > > should disappear from to project(well, not from where the functions are > > defined :) ), being substituted in the same order > > > > <workitem>.lookup_attribute key > > and > > <workitem>.set_attribute key, value > > and > > <workitem>.unset_attribute key > > > > Wdyt? > > OK, Tomaso, > > please commit your patch (plus just comment out the require > 'ruby-debug' on top of utils.rb).
Hi Tomaso, I've integrated your patch, with test cases. Best regards and thanks again, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-dev?hl=en -~----------~----~----~----~------~----~------~--~---
