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 parses my %foo XX= 1 but STD does not #2044

Closed
p6rt opened this issue Aug 9, 2010 · 6 comments
Closed

Rakudo parses my %foo XX= 1 but STD does not #2044

p6rt opened this issue Aug 9, 2010 · 6 comments

Comments

@p6rt
Copy link

p6rt commented Aug 9, 2010

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

Searchable as RT77114$

@p6rt
Copy link
Author

p6rt commented Aug 9, 2010

From @bbkr

[16​:33] <bbkr> std​: my %foo XX= 1;
[16​:33] <p6eval> std 31912​: OUTPUT«�[31m===�[0mSORRY!�[31m===�[0mâ�¤Can't cross
with = because list assignment operators are too fiddly at /tmp/9tYIeXkYW5
line 1​:â�¤------> �[32mmy %foo XX=�[33mâ���[31m 1;�[0mâ�¤Check failedâ�¤FAILED 00​:01
115m�»
[16​:33] <bbkr> rakudo​: my %foo XX= 1;
[16​:33] <p6eval> rakudo c1e19a​: ( no output )

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

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

@p6rt
Copy link
Author

p6rt commented Dec 26, 2014

From @peschwa

Am Mo 09. Aug 2010, 07​:35​:00, pawel.pabian@​implix.com schrieb​:

[16​:33] <bbkr> std​: my %foo XX= 1;
[16​:33] <p6eval> std 31912​:
OUTPUT«�[31m===�[0mSORRY!�[31m===�[0m�Can't cross
with = because list assignment operators are too fiddly at
/tmp/9tYIeXkYW5
line 1​:â�¤------> �[32mmy %foo XX=�[33mâ���[31m 1;�[0mâ�¤Check
failedâ�¤FAILED 00​:01
115m�»
[16​:33] <bbkr> rakudo​: my %foo XX= 1;
[16​:33] <p6eval> rakudo c1e19a​: ( no output )

See tests at [1] and a PR to Rakudo at [2]

[1] Raku/roast@3f00b5b
[2] rakudo/rakudo#340

@p6rt
Copy link
Author

p6rt commented Jan 2, 2015

From @usev6

Since said PR was merged recently and the tests in roast are unfudged, I'm closing this ticket.

$ perl6 -e 'my %foo XX= 1;'
===SORRY!=== Error while compiling -e
Cannot cross with = because list assignment operators are too fiddly
at -e​:1
------> my %foo XX=� 1;

1 similar comment
@p6rt
Copy link
Author

p6rt commented Jan 2, 2015

From @usev6

Since said PR was merged recently and the tests in roast are unfudged, I'm closing this ticket.

$ perl6 -e 'my %foo XX= 1;'
===SORRY!=== Error while compiling -e
Cannot cross with = because list assignment operators are too fiddly
at -e​:1
------> my %foo XX=� 1;

@p6rt
Copy link
Author

p6rt commented Jan 2, 2015

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

@p6rt p6rt closed this as completed Jan 2, 2015
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