Re: Bug in canonify()

2012-04-05 Thread Mark Burgess
Syntactically this is perfectly correct but there might be a bug in the evaluation since this.promiser has to be evaluated in a special way to be available early during processing. -- Sent from my Android phone with probably ridiculous and involuntary spelling corrections. Nick Anderson wrote

Re: Bug in canonify()

2012-04-05 Thread Nick Anderson
On 04/05/2012 06:42 PM, Victor Balada Diaz wrote: > Hello, > > I think i've found a bug on cfengine 3.2.3. If someone could confirm I'll > happily open a bug report. > > If i use canonify() under handle => body of a promise with iteration > $(this.handle) doesn't work. > If i replace > handle

Bug in canonify()

2012-04-05 Thread Victor Balada Diaz
Hello, I think i've found a bug on cfengine 3.2.3. If someone could confirm I'll happily open a bug report. If i use canonify() under handle => body of a promise with iteration $(this.handle) doesn't work. Example code: body common control { bundlesequence => { "main" }; } bundle agent mai