borekb
Joined: 19 May 2010 Posts: 19
|
Posted: Sun Mar 03, 2013 11:40 pm Post subject: Possible CommandFlow bug |
|
|
Info for those of you who are using Managed Commands feature with command flows:
There is possibly quite a severe bug in CommangFlowTag.as - it seems that nested tags in <CommandFlow> are treated as an unordered map rather than an array. This, in my case, can lead to situations where the first command is never executed so the whole command flow breaks down.
My attempt at the fix (which seems to be working for me but hasn't been thoroughly tested) is here:
https://bitbucket.org/borekb/parsley-spicelib-complete/commits/2cc73272e36adac187267015c90692c5d0c6211c |
|