modifying within a perl5 block

2006-11-05 Thread Richard Hainsworth
Dear Audrey, Consider: my $x = 'test'; { use v5; $x .= 'ing'; }; say $x; pugs yields 'test' and not 'testing' - as expected. Moreover, the following hangs pugs: my $x = 'test'; my $y = 'case'; { use v5; $x .= 'ing'; { use v6-alpha; $y ~= 'book';

Re: set_pmc_keyed_int delegates to set_pmc_keyed...?

2006-11-05 Thread Patrick R. Michaud
On Sat, Nov 04, 2006 at 05:18:22PM +0100, Leopold Toetsch wrote: > Am Samstag, 4. November 2006 16:17 schrieb Patrick R. Michaud: > > Because 'Match' doesn't define its own set_integer_keyed_int > > vtable entry, it ought to be inheriting the one from Capture. > > But unfortunately, the default.pmc

Re: set_pmc_keyed_int delegates to set_pmc_keyed...?

2006-11-05 Thread Leopold Toetsch
Am Samstag, 4. November 2006 16:17 schrieb Patrick R. Michaud: > Any thoughts about how we should resolve this? This is fixed now with r15111. > Pm leo

Re: set_pmc_keyed_int delegates to set_pmc_keyed...?

2006-11-05 Thread Leopold Toetsch
Am Sonntag, 5. November 2006 15:22 schrieb Patrick R. Michaud: > I don't think that's possible, is it?  Match is implemented as a > subclass of Capture, as in: > >     $P0 = subclass 'Capture', 'Match' > > So, I can create the missing cases, but what do I put for the body > of the method to get to

Weekly Perl 6 mailing list summary for 29 October - 4 November, 2006

2006-11-05 Thread Ann Barcomb
This week on the Perl 6 mailing lists "That fuzziness is classic $Larry. Some of the rest of @Larry can be more *mumble*matic." -- chromatic in 'where constraints as roles ' Language where constraints as roles A few clarifications