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

STD does not accept ${a} but rakudo does #2715

Closed
p6rt opened this issue Apr 16, 2012 · 5 comments
Closed

STD does not accept ${a} but rakudo does #2715

p6rt opened this issue Apr 16, 2012 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Apr 16, 2012

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

Searchable as RT112470$

@p6rt
Copy link
Author

p6rt commented Apr 16, 2012

From @bbkr

14​:26 bbkr​: std​: my ${a} = 5;
14​:26 p6eval​: std 3d13d53​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0mâ�¤Unsupported use of ${a}; in Perl 6 please use $a at /tmp/WsfqeL0gUw line 1​:â�¤------> �[32mmy ${a}�[33mâ���[31m = 5;�[0mâ�¤Parse failedâ�¤FAILED 00​:00 40mâ�¤Â»

14​:26 bbkr​: rakudo​: my ${a} = 5;
14​:26 p6eval​: rakudo 442db9​: ( no output )
14​:26 bbkr​: hm, it did _something_ :)

@p6rt
Copy link
Author

p6rt commented Nov 5, 2012

From @jnthn

On Mon Apr 16 05​:28​:55 2012, pawel.pabian@​implix.com wrote​:

14​:26 bbkr​: std​: my ${a} = 5;
14​:26 p6eval​: std 3d13d53​:
OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported use of ${a}; in
Perl 6 please use $a at /tmp/WsfqeL0gUw line 1​:â�¤------> �[32mmy
${a}�[33mâ���[31m = 5;�[0mâ�¤Parse failedâ�¤FAILED 00​:00 40mâ�¤Â»

14​:26 bbkr​: rakudo​: my ${a} = 5;
14​:26 p6eval​: rakudo 442db9​: ( no output )
14​:26 bbkr​: hm, it did _something_ :)

Now does as STD does​:

00​:06 <+p6eval> rakudo 0e4135​: OUTPUT«===SORRY!===â�¤Unsupported use of
${a}; in Perl 6 please use $aâ�¤at /tmp/9PM7O_R0P8​:1â�¤Â»

Tagging testneeded.

/jnthn

@p6rt
Copy link
Author

p6rt commented Nov 5, 2012

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

@p6rt
Copy link
Author

p6rt commented Jan 13, 2013

From @moritz

Tested in S32-exceptions/misc.t

@p6rt
Copy link
Author

p6rt commented Jan 13, 2013

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

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