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

.perl on empty parcel returns "$()", which is a match variable #3095

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

.perl on empty parcel returns "$()", which is a match variable #3095

p6rt opened this issue Apr 1, 2013 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Apr 1, 2013

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

Searchable as RT117425$

@p6rt
Copy link
Author

p6rt commented Apr 1, 2013

From @labster

labster​: r​: say ().item.perl
p6eval​: rakudo 2441b0, niecza v24-35-g5c06e28​: OUTPUT«$()␤»
labster​: r​: $()
p6eval​: rakudo ba5e04​: OUTPUT«No such method 'ast' for invocant of type
'Any'␤ in block at /tmp/g2AQcfWj33​:1␤␤»

Because $() is a special variable, it's not a good representation of
().item. $( ) works, though.

@p6rt
Copy link
Author

p6rt commented Nov 7, 2013

From @FROGGS

Patch​: rakudo/rakudo@d916dbe88e
Test​: Raku/roast@d78543c8fb

@p6rt
Copy link
Author

p6rt commented Nov 7, 2013

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

@p6rt
Copy link
Author

p6rt commented Nov 7, 2013

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

@p6rt p6rt closed this as completed Nov 7, 2013
@p6rt p6rt added the Bug label Jan 5, 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