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

$^ accepted inside regexp in Rakudo but not in STD #2113

Closed
p6rt opened this issue Aug 31, 2010 · 4 comments
Closed

$^ accepted inside regexp in Rakudo but not in STD #2113

p6rt opened this issue Aug 31, 2010 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Aug 31, 2010

Migrated from rt.perl.org#77558 (status was 'rejected')

Searchable as RT77558$

@p6rt
Copy link
Author

p6rt commented Aug 31, 2010

From @bbkr

[13​:22] <bbkr> std​: /$^ /
[13​:22] <p6eval> std 32120​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0mâ�¤Unsupported
use of $^ variable; in Perl 6 please use Form module at /tmp/33nUJA4sBk line
1​:â�¤------> �[32m/$^�[33mâ���[31m /�[0mâ�¤Parse failedâ�¤FAILED 00​:02 116mâ�¤Â»

[13​:22] <bbkr> rakudo​: /$^ /
[13​:22] <p6eval> rakudo f8e959​: ( no output )

@p6rt
Copy link
Author

p6rt commented Jan 12, 2015

From @jnthn

On Tue Aug 31 04​:24​:42 2010, pawel.pabian@​implix.com wrote​:

[13​:22] <bbkr> std​: /$^ /
[13​:22] <p6eval> std 32120​:
OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Unsupported
use of $^ variable; in Perl 6 please use Form module at
/tmp/33nUJA4sBk line
1​:â�¤------> �[32m/$^�[33mâ���[31m /�[0mâ�¤Parse failedâ�¤FAILED 00​:02 116mâ�¤Â»

[13​:22] <bbkr> rakudo​: /$^ /
[13​:22] <p6eval> rakudo f8e959​: ( no output )

STD no longer complains about this one​:

21​:02 < jnthn> std​: /$^ /
21​:02 <+camelia> std f9b7f55​: OUTPUT«ok 00​:00 136mâ�¤Â»

It needs an assignment to it in order to trigger.

@p6rt
Copy link
Author

p6rt commented Jan 12, 2015

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

@p6rt
Copy link
Author

p6rt commented Jan 12, 2015

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

@p6rt p6rt closed this as completed Jan 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant