Description:
perl6-compiler@perl.org (Moderated)
|
|
|
[PATCH] make dollar-bang contextual
|
| |
...Patch to make die and eval treat $! as a contextual variable. This patch does not solve any reported problem, it's cleanup work suggested by jnthn++ during discussion of the patch for RT #70011. Thanks to pmichaud++, jnthn++ for several rounds of discussion and improvements via #perl6. This patch does not require any additions or changes to the spec... more »
|
|
Rakudo branches cleanup
|
| |
Hi, there are a lots of rakudo branches on github, and I'd like to ask if I can delete some of them. I've added the last modification month and comments to some of them; I also marked some with an asterisk; if nobody objects I'll delete those. alist - 2009-05 array_refactor - 2009-02... more »
|
|
[BUG] No explicit ^D and no newline after ^D in the REPL in Rakudo
|
| |
...kaye:~ masak$ perl6 ...Compare irb and python: $ irb ...kaye:~ masak$ python Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type "help", "copyright", "credits" or "license" for more information. ...kaye:~ masak$ Irb shows a '^D'. Python does both that and puts in an extra newline... more »
|
|
[BUG] :repl in pick should be called :replace
|
| |
...<pmichaud> rakudo: say (1..4).pick(10, :replace) <p6eval> rakudo 5e05b8: OUTPUT«4123» <pmichaud> okay, that's a bug <Wolfman2000> ...only picked 4 <pmichaud> or maybe it's still :repl * masak submits <pmichaud> rakudo: say (1..4).pick(10, :repl) <p6eval> rakudo 5e05b8: OUTPUT«4111132243»... more »
|
|
Failure to build rakudo: parrot_pcc_constants not in libparrot.dll (?)
|
| |
...Dear perl6-bugs No trouble svn'ng, configuring and building latest parrot 42272, nor in git pull'ng latest rakudo. No trouble configuring perl for make. But mingw32-make, even after a clean, gives rise to popped up (not logged) error, under Windows XP SP3 with cygwin installed for the git and svn, and... more »
|
|
[BUG] Null PMC access when calling nextsame in anonymous block in Rakudo
|
| |
...<masak> rakudo: ({nextsame})() <p6eval> rakudo 5e05b8: OUTPUT«Null PMC access in clone() [...] <masak> did that one ever get reported? <jnthn> Well, I've seen it plenty of times before... <jnthn> Though that doesn't mean there's a ticket. <masak> diakopter triggered it yesterday. <jnthn> Yeah, but that wasn't the first time I've seen it.... more »
|
|
[BUG] Can (liberally) assign to .HOW in Rakudo
|
| |
...<diakopter> rakudo: my $x; ($x = 'hi').HOW = Block; say $x.WHAT <p6eval> rakudo 74f561: OUTPUT«Block()» <diakopter> O_O <moritz_> ORLY? <moritz_> alternate meta classes should be possible, but it doubt they should work like *that* <masak> :) <masak> shall I submit a bug report? <moritz_> yes... more »
|
|
|