Re: [svn:parrot] r31045 - trunk/languages/perl6/src/classes

2008-09-13 Thread Patrick R. Michaud
On Sat, Sep 13, 2008 at 02:38:23PM +0200, Jonathan Worthington wrote: > Patrick R. Michaud wrote: >> I'd be happy to get PGE to attach whatever attributes or re-bless >> the subs it generates to be Regex subs if we can come up with >> a reasonably clean way to do that. >> > I've pretty much deci

Re: [svn:parrot] r31045 - trunk/languages/perl6/src/classes

2008-09-13 Thread Jonathan Worthington
Patrick R. Michaud wrote: On Fri, Sep 12, 2008 at 04:55:39PM -0700, [EMAIL PROTECTED] wrote: Log: [rakudo] If we are calling ACCEPTS in a multi-dispatch to do a type-check, then because blocks are not differentiated from regexes at the moment we get exceptions when trying to store $/. This

Re: [svn:parrot] r31045 - trunk/languages/perl6/src/classes

2008-09-12 Thread Patrick R. Michaud
On Fri, Sep 12, 2008 at 04:55:39PM -0700, [EMAIL PROTECTED] wrote: > Log: > [rakudo] If we are calling ACCEPTS in a multi-dispatch to do a > type-check, then because blocks are not differentiated from > regexes at the moment we get exceptions when trying to store $/. > This patch wraps that code