[perl #112234] [BUG] Can't write infix:«<» as infix:<< < >> in Rakudo

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

[perl #112236] [BUG] $.foo method syntax should itemize its return value in Rakudo

2012-04-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112236] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112236 > p6: class A { has @.a; method sayit { .say for $.a } }; A.new(a => (2, 3, 4)).sa

[perl #112250] [BUG] Finding the [max] of a <>-style list finds the lexicographically largest number, not the numerically largest number in Rakudo

2012-04-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112250] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112250 > r: say [max] <2 11> rakudo 4373f0: OUTPUT«2␤» n: say [max] <2 11> niecza v15-

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

2012-04-04 Thread herbert breunung
Dear Damian Conway, 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. thank you very much. herbert Am 03.04.2012 23:05, schrieb GitHub: > Branch: refs/heads/master > Home: https://github.co

[perl #112256] [BUG] Arrays collapse into scalars with .rotate and the sequence operator in Rakudo

2012-04-04 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112256] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112256 > perl6: .say for ([1, 0 xx 5-1], *.rotate(-1) ... *)[^5] niecza v15-6-gefda208:

[perl6/specs] 2d1c74: fixed my own bug s/=dATA/=data/

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

[perl6/specs] dec482: forgot v++ im noob

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