Re: [perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-13 Thread Vasily Chekalkin
Patrick R. Michaud wrote: I'll either adjust the C node to have a 'false value returns' attribute, or move it entirely into the Perl 6 compiler. +1 for 'move entirely'. It's very Perl6 specific behavior. -- Bacek

Re: [perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-12 Thread Patrick R. Michaud
On Thu, Jun 12, 2008 at 03:52:43AM -0700, Vasily Chekalkin wrote: > # New Ticket Created by Vasily Chekalkin > # Please include the string: [perl #55666] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=55666 > > > Hello.

[perl #55666] [PATCH] Fix xor behavior according to r14547 in [perl6-synopsis]

2008-06-12 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #55666] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55666 > Hello. xor still short-circuit but returns Bool::False :) There is patch attached