[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-28 Thread Patrick R. Michaud via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: > On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: > > rakudo: if(3 < 5) { say "yes" } # that should fail > > > > Early experimentation indicates that this goes for unless, while, > > until and given as well, and probably others I can't thin

[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-28 Thread Patrick R. Michaud via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: > On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: > > rakudo: if(3 < 5) { say "yes" } # that should fail > > > > Early experimentation indicates that this goes for unless, while, > > until and given as well, and probably others I can't thin

[perl #60152] if(something) is not treated as a sub call in Rakudo

2009-02-13 Thread jn...@jnthn.net via RT
On Mon Oct 27 11:21:57 2008, pmichaud wrote: > On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: > > > > rakudo: if(3 < 5) { say "yes" } # that should fail > > > > Early experimentation indicates that this goes for unless, while, > > until and given as well, and probably others I can't

Re: [perl #60152] if(something) is not treated as a sub call in Rakudo

2008-10-27 Thread Patrick R. Michaud
On Sun, Oct 26, 2008 at 02:47:12PM -0700, Carl Mäsak wrote: > > rakudo: if(3 < 5) { say "yes" } # that should fail > > Early experimentation indicates that this goes for unless, while, > until and given as well, and probably others I can't think of now. Just for the record (since the ticket doe

[perl #60152] if(something) is not treated as a sub call in Rakudo

2008-10-26 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60152] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60152 > rakudo: if(3 < 5) { say "yes" } # that should fail rakudo 31963: OUTPUT[yes␤] moritz_