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

sigilless vars and EVALs do not mix well #3781

Closed
p6rt opened this issue Apr 14, 2015 · 4 comments
Closed

sigilless vars and EVALs do not mix well #3781

p6rt opened this issue Apr 14, 2015 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 14, 2015

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

Searchable as RT124304$

@p6rt
Copy link
Author

p6rt commented Apr 14, 2015

From @FROGGS

$ perl6-m -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
Object of type Junction in QAST​::WVal, but not in SC

$ perl6-j -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
No such method 'jast' for invocant of type 'NQPMu'

@p6rt
Copy link
Author

p6rt commented Apr 20, 2015

From @jnthn

On Tue Apr 14 13​:09​:05 2015, FROGGS.de wrote​:

$ perl6-m -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
Object of type Junction in QAST​::WVal, but not in SC

$ perl6-j -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
No such method 'jast' for invocant of type 'NQPMu'

Fixed; test added in S29-context/eval.t.

@p6rt
Copy link
Author

p6rt commented Apr 20, 2015

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

@p6rt
Copy link
Author

p6rt commented Apr 20, 2015

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

@p6rt p6rt closed this as completed Apr 20, 2015
@p6rt p6rt added the Bug label Jan 5, 2020
@lizmat lizmat changed the title sigilles vars and EVALs do not mix well sigilless vars and EVALs do not mix well Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant