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 doesn't recognize $() @() %() as being variables after a dotty (but STD does) #2098

Closed
p6rt opened this issue Aug 25, 2010 · 6 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 25, 2010

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

Searchable as RT77436$

@p6rt
Copy link
Author

p6rt commented Aug 25, 2010

From @masak

<TimToady> rakudo​: say (1,2,3)».&( * + 42 )
<p6eval> rakudo 82c9e9​: OUTPUT«===SORRY!===␤Non-declarative sigil is
missing its name at line 22, near "&( * + 42 "␤»
<TimToady> aww
<TimToady> std​: say (1,2,3)».&( * + 42 )
<p6eval> std 32101​: OUTPUT«ok 00​:01 122m␤»
<TimToady> rakudobug
<jnthn> TimToady​: Ewww.
<jnthn> TimToady​: How's it parsed?
<TimToady> same as $() or @​()
<jnthn> rakudo​: &( * + 42 )
<p6eval> rakudo 82c9e9​: ( no output )
<jnthn> Hmm, seems to parse it alone.
<jnthn> Yeah
<TimToady> rakudo​: say (1,2,3)».$( * + 42 )
<p6eval> rakudo 82c9e9​: OUTPUT«===SORRY!===␤Non-declarative sigil is
missing its name at line 22, near "$( * + 42 "␤»
<jnthn> Maybe we're missing something in variable

@p6rt
Copy link
Author

p6rt commented Oct 16, 2011

From @coke

Been over a year, no change yet​:

10​:30 < [Coke]> rakudo​: say (1,2,3)».&( * + 42 )
10​:30 <+p6eval> rakudo 25af2d​: OUTPUT«===SORRY!===␤Non-declarative sigil is
  missing its name at line 1, near "&( * + 42 "␤»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 16, 2011

@coke - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Jun 9, 2013

From @jnthn

On Sun Oct 16 07​:31​:42 2011, coke wrote​:

Been over a year, no change yet​:

10​:30 < [Coke]> rakudo​: say (1,2,3)».&( * + 42 )
10​:30 <+p6eval> rakudo 25af2d​: OUTPUT«===SORRY!===␤Non-declarative
sigil is
missing its name at line 1, near "&( * + 42 "␤»

Seems to work these days​:

say (1,2,3)>>.&( * + 42 )
43 44 45

Tagging testneeded.

/jnthn

@p6rt
Copy link
Author

p6rt commented Nov 7, 2013

From @FROGGS

Test​: Raku/roast@ff66768e7a

@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