Re: [perl6/specs] 6ef69b: pod vars are now lowercase as seen in 3e1a9a5a576b...

2012-04-05 Thread Damian Conway
> Thank you damian, i will apply that patch, Much appreciated, Herbert! Damian

[perl6/specs] 201901: be very specific about Range ~~ Range semantics

2012-04-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 201901725b858f04021959d63a7a7c537ccc198b https://github.com/perl6/specs/commit/201901725b858f04021959d63a7a7c537ccc198b Author: Larry Wall Date: 2012-04-05 (Thu, 05 Apr 2012) Changed paths: M S03-ope

Re: [perl #112288] [BUG] Non-deducible sequence ending in a Whatever star fails to give an error in Rakudo

2012-04-05 Thread Patrick R. Michaud
On Thu, Apr 05, 2012 at 01:46:53PM -0700, Carl Mäsak wrote: > r: say ~(1, 2, 6 ... *)[10] > rakudo 4373f0: OUTPUT«␤» > eeks > no, that particular thing isn't in RT > * masak submits rakudobug For the moment, I'm going to argue Rakudo's behavior here as "correct", or at least consistent with t

[perl #112288] [BUG] Non-deducible sequence ending in a Whatever star fails to give an error in Rakudo

2012-04-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112288] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112288 > r: say 1, 2, 6 ... * rakudo 4373f0: OUTPUT«...␤» r: say 1, 2, 6 ... 10 rakudo

[perl6/specs] 46a599: removing "antiquities" regarding Pod, applying pat...

2012-04-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 46a5991de5977b8613894fac00424717ab707ed6 https://github.com/perl6/specs/commit/46a5991de5977b8613894fac00424717ab707ed6 Author: Herbert Breunung Date: 2012-04-05 (Thu, 05 Apr 2012) Changed paths: M S

[perl6/specs] f0f29e: define smartmatch between two ranges

2012-04-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f0f29e7bd352d210eafa1c09c8b7174ff7f8c4fd https://github.com/perl6/specs/commit/f0f29e7bd352d210eafa1c09c8b7174ff7f8c4fd Author: Larry Wall Date: 2012-04-05 (Thu, 05 Apr 2012) Changed paths: M S03-ope

Re: [perl6/specs] 6ef69b: pod vars are now lowercase as seen in 3e1a9a5a576b...

2012-04-05 Thread herbert breunung
Thank you damian, i will apply that patch, > Herbert Breunung asked: > >> what was you rational behind this decision. >> I like it visually but my brain refuses to find any logic why only there >> special vars should be different. > > This change stems from another change that we made after dis

Re: [perl6/specs] 6ef69b: pod vars are now lowercase as seen in 3e1a9a5a576b...

2012-04-05 Thread Damian Conway
Herbert Breunung asked: > what was you rational behind this decision. > I like it visually but my brain refuses to find any logic why only there > special vars should be different. This change stems from another change that we made after discussions at YAPC Riga last year. That change was to conv

[perl #112276] [TODO] Implement 0-arg slurp in Rakudo

2012-04-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112276] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112276 > p6: say $*IN.slurp.comb(/e/).elems rakudo 4373f0, niecza v15-6-gefda208: OUTPUT

[perl6/specs] 1eb9da: [S28] remove @=data, which is already available as...

2012-04-05 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1eb9da4fa85639a424f7832add1b783809705039 https://github.com/perl6/specs/commit/1eb9da4fa85639a424f7832add1b783809705039 Author: Moritz Lenz Date: 2012-04-05 (Thu, 05 Apr 2012) Changed paths: M S28-sp