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
# 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
# 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
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.
# 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