On Sat, Feb 20, 2010 at 11:05 AM, John Mettraux <[email protected]> wrote: > > I'm considering implementing a replacement for 'isolate' named 'stack' > (not sure about the name now). > > Thus, > > ---8<--- > concurrence :merge => :highest, merge_type => :stack do > alpha > bravo > end > --->8--- > > would produce a workitem looking like 'fields' => { 'stack' => [ { ... > fields after 'alpha' ... }, { ... fields after 'bravo' ... } ] } > > Tell me what you (and others on the list think). It might be way > simpler that the current 'isolate' behaviour.
I like it, it's in. http://github.com/jmettraux/ruote/commit/a13060a86d41d2e3e68ab259f8d724bcd2c8eaeb Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
