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. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=55666 > > > Hello. > > xor still short-circuit but returns Bool::False > > :) > > There is patch attached.
PCT can't assume that Bool::False will be available, since that's Perl 6 specific (and PCT is generic to many languages). I'll either adjust the C<xor> node to have a 'false value returns' attribute, or move it entirely into the Perl 6 compiler. Pm