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 error message on $@ in Rakudo #3492

Closed
p6rt opened this issue Aug 29, 2014 · 4 comments
Closed

LTA error message on $@ in Rakudo #3492

p6rt opened this issue Aug 29, 2014 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Aug 29, 2014

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

Searchable as RT122645$

@p6rt
Copy link
Author

p6rt commented Aug 29, 2014

From @masak

<lizmat> std​: $@​
<camelia> std 53b3ca6​: OUTPUT«ok 00​:01 121m␤»
<moritz> m​: $@​
<camelia> rakudo-moar 54cd8f​: OUTPUT«===SORRY!===␤Unknown QAST node type NQPMu␤»
<moritz> that's LTA
* masak submits rakudobug
<moritz> TimToady​: ^^ return self if $name eq '$' || $name eq '@​' ||
$name eq '%' || $name eq '&amp;'; this probably leaves $/.ast
undefined/NQPMu

STD seems to think it's not an error at all. So it either should have
no error message (and no effect in general), or a better error
message.

@p6rt
Copy link
Author

p6rt commented Oct 21, 2014

From @usev6

This works now​:

$ perl6 -e '$@​; say "alive"'
alive

Since there also is a passing test in S32-exceptions/misc.t, I'm closing the ticket.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 21, 2014

From @usev6

This works now​:

$ perl6 -e '$@​; say "alive"'
alive

Since there also is a passing test in S32-exceptions/misc.t, I'm closing the ticket.

@p6rt
Copy link
Author

p6rt commented Oct 21, 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