[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

[perl6/specs] b962f0: refine tree contexts; slice context -> lol context

2010-09-16 Thread noreply
Branch: refs/heads/master Home: http://github.com/perl6/specs Commit: b962f00fdcc6e10ad220e50f5ff38545b578cce1 http://github.com/perl6/specs/commit/b962f00fdcc6e10ad220e50f5ff38545b578cce1 Author: TimToady Date: 2010-09-16 (Thu, 16 Sep 2010) Changed paths: M S02-bits.pod M S03-opera

[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

[perl6/specs] 61e2e1: copy-paste issues with new roll method

2010-09-16 Thread noreply
Branch: refs/heads/master Home: http://github.com/perl6/specs Commit: 61e2e1a1f54bb0fbefbdd932d95f28f3df2a172e http://github.com/perl6/specs/commit/61e2e1a1f54bb0fbefbdd932d95f28f3df2a172e Author: TimToady Date: 2010-09-16 (Thu, 16 Sep 2010) Changed paths: M S32-setting-library/Contai

Re: 8ecf53: [Containers] split pick into pick and roll

2010-09-16 Thread yary
> The last added paragraph says (emphasis mine): > > +The default metaphor for _picking_ is that you're pulling colored > +marbles out a bag and then putting them back. (For "picking without > replacement" see C instead.) > +Rolling requires no temporary state. > > This is confusing to me. It is su

[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

Re: 8ecf53: [Containers] split pick into pick and roll

2010-09-16 Thread jkpeters_37
On Sep 15, 1:58 pm, nore...@github.com wrote: > Branch: refs/heads/master > Home:  http://github.com/perl6/specs > > Commit: 8ecf53a93a9e9a4a871603b482e41993e085db4f >    http://github.com/perl6/specs/commit/8ecf53a93a9e9a4a871603b482e41993... > Author: TimToady > Date:   2010-09-15 (Wed, 15 Sep 2

[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