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

LTA internal error when forgetting initialization assignment on backslash-variable declaration in Rakudo #3039

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

Comments

@p6rt
Copy link

p6rt commented Feb 1, 2013

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

Searchable as RT116607$

@p6rt
Copy link
Author

p6rt commented Feb 1, 2013

From @masak

<diakopter> r​: my \foo
<p6eval> rakudo 9ec0a5​: OUTPUT«===SORRY!===␤Method 'ast' not found for
invocant of class 'NQPMu'␤»
<jnthn> r​: my \foo = 42
<p6eval> rakudo 9ec0a5​: ( no output )
<jnthn> std​: my \foo
<p6eval> std 7deb9d7​: OUTPUT«===SORRY!===␤Term definition requires an
initializer [...] FAILED 00​:00 41m␤»
<jnthn> Hm, wonder if it's a missing check
* masak submits diakopter's rakudobug

@p6rt
Copy link
Author

p6rt commented Oct 9, 2014

From @usev6

The error message matches that of STD now​:

$ perl6-m -e 'my \foo'
===SORRY!=== Error while compiling -e
Term definition requires an initializer
at -e​:1
------> my \foo⏏<EOL>
  expecting any of​:
  scoped declarator

I added a test to S32-exceptions/misc.t with the following commit​: Raku/roast@67583ed445

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 9, 2014

From @usev6

The error message matches that of STD now​:

$ perl6-m -e 'my \foo'
===SORRY!=== Error while compiling -e
Term definition requires an initializer
at -e​:1
------> my \foo⏏<EOL>
  expecting any of​:
  scoped declarator

I added a test to S32-exceptions/misc.t with the following commit​: Raku/roast@67583ed445

@p6rt
Copy link
Author

p6rt commented Oct 9, 2014

@usev6 - Status changed from 'new' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant