[perl #69999] tests available

2009-10-24 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in at least one of these files: AUTHORS, t/spec/S29-any/isa.t commit 8000490d34a3e1073e29c05f57df81ebf06b4308 Author: jsut Date: Sat Oct 24 14:53:23 2009 + Tests for RT #6, .isa on classes with colo

LLVM/Clang and diagnostics

2009-10-24 Thread Aaron Sherman
This might be a useful point of reference for thinking about diagnostics and what's important to the developer working with Perl 6 in the future: http://clang.llvm.org/diagnostics.html

Re: unusual invocants

2009-10-24 Thread Martin D Kealey
On Wed, 21 Oct 2009, Ben Morrow wrote: > The most important detail here is that the *class* gets to pick which > imported methods need to be wrapped. [but] > What this doesn't fix is that some other code (outside the class) will be > expecting C::x to have T1::x semantics, and some will be expectin

[perl #69991] Exceptions from io.pir not being properly thrown

2009-10-24 Thread via RT
# New Ticket Created by Mark Montague # Please include the string: [perl #69991] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=69991 > Exceptions from src/builtins/io.pir (and possibly elsewhere) are not being properly

[perl #69999] .isa(Obj,Str) doesn't work correctly if the Str contains colons.

2009-10-24 Thread adam.pr...@utoronto.ca (via RT)
# New Ticket Created by adam.pr...@utoronto.ca # Please include the string: [perl #6] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=6 > The attached patch adds 4 more tests to 07-isa.t. test #6 currently fails. A