# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115270]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115270 >
oh btw, I found this while you were away :)
echo -e 'my \\a = any set <1 2 3>;
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115272]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115272 >
rn: say <<<\>'n'>>
niecza v22-13-g0d2a99e: OUTPUT«<>'n'»
..rakudo 8a07b8: OUT
rn: say <<'m'<\>'n'>>
rakudo 8a07b8: OUTPUT«'m'<\>'n'»
..niecza v22-13-g0d2a99e: OUTPUT«'m'<>'n'»
rn: say <'m'<\>'n'>
niecza v22-13-g0d2a99e: OUTPUT«===SORRY!===Preceding context
expects a term, but found infix < instead [...] Parse failed»
..rakudo 8a07b8: OUTPUT«'m'<>'n'»
* masak de
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115274]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115274 >
r: []=5; say "alive"
rakudo 8a07b8: OUTPUT«alive»
* masak submits rakudobug
r
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115276]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115276 >
rn: say(|(|([4])))
niecza v22-13-g0d2a99e: OUTPUT«4»
..rakudo 8a07b8: OUTPUT«
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115278]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115278 >
r: class A { ... }; class B is A {}; class A {}; say B.new; say "alive"
rakudo
I don't think you should be able to inherit from a class that's
only stubbed
the proper way is to stub the subclass
I agree that the problem we're seeing here stems from deriving
from the stubbed class.
I'm not yet convinced it shouldn't be allowed.
oh, TimToady++ has a fix in the backlog:
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115280]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115280 >
r: say (class { has $.x }).new.x.HOW
rakudo 8a07b8: OUTPUT«Null PMC access in g
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115282]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115282 >
r: (;)
rakudo 8a07b8: OUTPUT«===SORRY!===Method 'returns' not found
for invoca
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #115284]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115284 >
r: say (;:[])
rakudo 8a07b8: OUTPUT«===SORRY!===Error while compiling
block :
# New Ticket Created by Sir Robert Burbridge
# Please include the string: [perl #115286]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115286 >
Methods and subs handle argument expansion differently (and unexpectedly
11 matches
Mail list logo