Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rakudo LTA error from core/Cursor.pm #3059

Closed
p6rt opened this issue Feb 28, 2013 · 4 comments
Closed

rakudo LTA error from core/Cursor.pm #3059

p6rt opened this issue Feb 28, 2013 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Feb 28, 2013

Migrated from rt.perl.org#116979 (status was 'resolved')

Searchable as RT116979$

@p6rt
Copy link
Author

p6rt commented Feb 28, 2013

From @zhuomingliang

colomon >
rn​: my $a = "'/'params'/'<foo=<-[\/\.]>+>)"; say eval('"/params/bar" ~~ /
<$m> /')
p6eval >
niecza v24-24-gbdc3343​: OUTPUT«Potential difficulties​:â�¤ $a is declared
but not used at /tmp/oA6iiiEU8J line 1​:â�¤------> my â��$a =
"'/'params'/'<foo=<-[\/\.]>+>)"; saâ�¤â�¤Unhandled exception​: Variable $m
is not predeclared� at /home/p6eval/niecza/boot/lib/CORE.setting lin…
..rakudo f4e96b​: OUTPUT«Nominal type check failed for parameter '$var';
expected Any but got Mu instead␤ in method INTERPOLATE at
src/gen/CORE.setting​:10698␤ in regex at eval_0​:1␤ in method ACCEPTS at
src/gen/CORE.setting​:10804␤ in block at eval_0​:1␤ in at eval_0​:1␤ in
sub eval a…

@p6rt
Copy link
Author

p6rt commented Mar 2, 2013

From @FROGGS

fixed​:

rakudo/rakudo@123dfa3

./perl6 -e 'my $min = "a"; say "a" ~~ /<$man>/; say 42'
===SORRY!===
Variable '$man' is not declared. Did you mean '$min'?
at -e​:1
------> my $min = "a"; say "a" ~~ /<$man>/⏏; say 42

@p6rt
Copy link
Author

p6rt commented Mar 2, 2013

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 2, 2013

@FROGGS - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant