[perl #57790] [LHF] nicer error message for 12345[1] (number scalar indexed with .[])

2010-09-16 Thread Patrick R. Michaud via RT
I'm fairly certain that Rakudo's current behavior (returning a Failure for indexes other than zero) is correct here. Switching "fail" to "die" is definitely not correct. I'm declaring this ticket "fixed" and can be resolved when we have spectests verifying that the non-zero indexes return a Failu

[perl #77888] [BUG] chr() returns something that is not a string of characters, and say/print outputs it as bytes in Rakudo

2010-09-16 Thread Patrick R. Michaud via RT
Now fixed in 760c734: pmich...@plum:~/rakudo$ ./perl6 > print .chr for <233 186 166 233 171 152>; 麦é«> The TT #1793 ticket turned out to be a non-bug; the problem was in Rakudo's setup of $*IN, $*OUT, and $*ERR. I'm not sure how the current test suite would be able to test this particul

[perl #77896] [PATCH] Containers

2010-09-16 Thread via RT
# New Ticket Created by Kodi Arfer # Please include the string: [perl #77896] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77896 > This patch adds a bunch of container types and lets you do 'my %h is SomeType'. See the co

[perl #77894] [TODO] Implement 'perl6 -' for running a program in STDIN in Rakudo

2010-09-16 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77894] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77894 > >From >:

Rakudo smoke reports

2010-09-16 Thread Moritz Lenz
Hi, thanks to Jonathan Leto and the awesome OSUOSL folks, we have a smoke server again. At your convenience, please update to the newest Rakudo HEAD, reconfigure and then run $ make spectest_smolder The reports can be inspected at http://smolder.parrot.org/app/projects/smoke_reports/5 Ch