[perl6/specs] : [S02] fix example for FatRat construction

2012-01-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 2bffe34f45c39d72c4fe8a2b4494baeecef3e3b0 https://github.com/perl6/specs/commit/2bffe34f45c39d72c4fe8a2b4494baeecef3e3b0 Author: Moritz Lenz Date: 2012-01-08 (Sun, 08 Jan 2012) Changed paths: M S02-bi

[perl #107756] [BUG] Rakudo erroneously allows non-Str in base conversions

2012-01-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107756] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107756 > note that nom is not behaving according to spec wrt S02:3365 :8(42) is supposed

[perl #107746] [BUG] captures are not made properly around '||' if previous capture was quantified

2012-01-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107746] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107746 > nom: grammar a { token x { a }; token y { z }; rule TOP { []? [b || c] } }; say

[perl #107740] [BUG] No ACCEPTS method in Any in Rakudo

2012-01-08 Thread Carl Mäsak via RT
On Sun Jan 08 04:13:06 2012, masak wrote: > nom: class A {}; say A.new ~~ A.new > nom 9c2880: OUTPUT«No applicable candidates found to dispatch > to for 'ACCEPTS'. Available candidates are:␤:(Mu, Mu $topic, Mu %_)␤␤ > in method ACCEPTS at src/gen/CORE.setting:492 [...] > nom: say Any.new ~~ Any.

[perl #107740] [BUG] No ACCEPTS method in Any in Rakudo

2012-01-08 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #107740] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=107740 > nom: class A {}; say A.new ~~ A.new nom 9c2880: OUTPUT«No applicable candidates