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 bails out on 'constant \a' (but STD doesn't) #3231

Closed
p6rt opened this issue Sep 12, 2013 · 5 comments
Closed

Rakudo bails out on 'constant \a' (but STD doesn't) #3231

p6rt opened this issue Sep 12, 2013 · 5 comments
Labels
NYI Features not yet implemented

Comments

@p6rt
Copy link

p6rt commented Sep 12, 2013

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

Searchable as RT119751$

@p6rt
Copy link
Author

p6rt commented Sep 12, 2013

From @masak

<jnthn> r​: class B { constant \a = 3; }; say B​::a
<camelia> rakudo 69c3cc​: OUTPUT«===SORRY!=== Error while compiling
/tmp/TcPFGgMLLY␤Missing initializer on constant declaration␤at
/tmp/TcPFGgMLLY​:1␤------> class B { constant ⏏\a = 3; } [...]
<jnthn> r​: class B { constant a = 3; }; say B​::a
<camelia> rakudo 69c3cc​: OUTPUT«3␤»
<masak> std​: class B { constant \a = 3 }
<camelia> std 7c17586​: OUTPUT«ok 00​:00 43m␤»
<masak> jnthn​: weird way to write it, but should be OK, no?
<jnthn> I think we didn't pull in the defterm stuff from STD yet...
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Nov 6, 2013

From @FROGGS

Implemented by jnthn rakudo/rakudo@b1d6759b

@p6rt
Copy link
Author

p6rt commented Nov 6, 2013

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

@p6rt
Copy link
Author

p6rt commented Nov 6, 2013

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

@p6rt p6rt closed this as completed Nov 6, 2013
@p6rt
Copy link
Author

p6rt commented Nov 6, 2013

From @FROGGS

Test at Raku/roast@cd4acfc

@p6rt p6rt added the NYI Features not yet implemented label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NYI Features not yet implemented
Projects
None yet
Development

No branches or pull requests

1 participant