On Mon, Nov 03, 2008 at 06:07:54PM -0800, Vasily Chekalkin via RT wrote:
> Sorry, this patch broke Rakudo. Shouldn't be applied. 

It's also the wrong approach.  The boolean tests (including
prefix:<?> ) all use the get_bool vtable function in order 
to check boolean-ness.

What's missing is the correct mapping for some classes into
the boolean type.  Since the handling of boolean (and the Bool
enum type) wasn't really fleshed out until August or so, we just
haven't caught up with getting it all implemented.

Pm

Reply via email to