On Mon, Jul 25, 2011 at 08:05:53AM -0700, peterpunk wrote: > > I'm doing something like this, and the __tags__ array into the > workitem gets bigger and bigger duplicating the tag in the __tags__ > array > > May be is an expected behavior, I solved the issue not > using :merge_type => :union in this case, I just wondering if its ok > to duplicate tags in this case. > > repeat do > cursor :tag => "events_test" do > concurrence :merge_type => :union do > sequence do > # there are more here... > other_participant > end > sequence do > # there are more here... > send_and_forget_participant > end > end > end > end
Hello Pedro, I tried to reproduce this issue on the master branch: https://github.com/jmettraux/ruote/commit/329af836a8bab15d6415cffa27be3f796fed63e7 But it seems already "fixed". I guess it got fixed by the work I did for: http://groups.google.com/group/openwferu-users/browse_thread/thread/6992e494d1cdf95c I tried the test above against the master branch on a commit prior to the concat/union fix and it shew the behaviour you described. Thanks for reporting the issue anyway. > Thanks for your nice work John. You're welcome. By the way, how did your presentation about the enterprisey invader at RUG-B go ? Any slides to share ? http://ruote.rubyforge.org/presentations.html Cheers, -- 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
