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
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
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