This is fixed so far.
Patches:
https://github.com/perl6/nqp/commit/ada83f20892d3d027a0ac5e537ab1b111db1968e
https://github.com/perl6/nqp/commit/8402ce098192cdfe57bd438781d9f1322f63273c
Fixed tests:
https://github.com/perl6/roast/commit/eec7994c1f
# New Ticket Created by Tobias Leich
# Please include the string: [perl #126243]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126243 >
my @foo; say "abcxyd" ~~ m/@foo=(.)/; say @foo
rakudo-moar f52f0d: OUTPUT«===SORRY!===QA
For the records: The second part of this error message was introduced recently
in response to RT #113888. I'm going to link both tickets as related.
The test this ticket is about was indeed unneccessarily restrictive. It was
removed with commmit https://github.com/perl6/roast/commit/c549562cbe
I'm closing this ticket as 'rejected'.
Patch: https://github.com/rakudo/rakudo/commit/f52f0db3fb
# New Ticket Created by Larry Wall
# Please include the string: [perl #126241]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126241 >
10:06 < TimToady> m: sub infix:«~~>» { "$^a -> $^b\n" }; say &[~~>].name
10:06 <+camelia>
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #126238]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126238 >
LTM does not seem to apply within metaoperators, or does not take new operators
in a
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 9bf4b95e5d7c0179a563134ebc33a411107daa64
https://github.com/perl6/specs/commit/9bf4b95e5d7c0179a563134ebc33a411107daa64
Author: Nova Patch
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M S32-set
# New Ticket Created by Zhenyi Zhou
# Please include the string: [perl #126227]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126227 >
In S06-routines.pod there is an example of head and tail
sub head(*$head, *@tail)
# New Ticket Created by Wenzel Peppmeyer
# Please include the string: [perl #126234]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126234 >
my Int|Str $a;
# OUTPUT«===SORRY!===Type 'Int' is not declared. Did yo mean 'int'?a
# New Ticket Created by Elizabeth Mattijsen
# Please include the string: [perl #126232]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126232 >
[10:09:15] m: say (-> --> Int { |(1,2,3) })().WHAT # eh,
shouldn't this fa
11 matches
Mail list logo