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 sees Perl 5 code even if there is none (for $x(42), $x(50) {…}) #6167

Closed
p6rt opened this issue Mar 30, 2017 · 5 comments
Closed
Labels
LTA Less Than Awesome; typically an error message that could be better testneeded

Comments

@p6rt
Copy link

p6rt commented Mar 30, 2017

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

Searchable as RT131076$

@p6rt
Copy link
Author

p6rt commented Mar 30, 2017

From @AlexDaniel

Code​:
my $x = *²; for $x(42), $x(50) { say $_ }

Result​:
===SORRY!=== Error while compiling -e
This appears to be Perl 5 code
at -e​:1
------> my $x = *²; for �$x(42), $x(50) { say $_ }

@p6rt
Copy link
Author

p6rt commented Apr 4, 2017

From @AlexDaniel

Fix in rakudo/rakudo@87fe800d1d

Tests needed.

On 2017-03-29 18​:35​:08, alex.jakimenko@​gmail.com wrote​:

Code​:
my $x = *²; for $x(42), $x(50) { say $_ }

Result​:
===SORRY!=== Error while compiling -e
This appears to be Perl 5 code
at -e​:1
------> my $x = *²; for â��$x(42), $x(50) { say $_ }

@p6rt
Copy link
Author

p6rt commented Apr 8, 2017

From @zoffixznet

Tests added​: Raku/roast@f392589

@p6rt
Copy link
Author

p6rt commented Apr 8, 2017

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

@p6rt
Copy link
Author

p6rt commented Apr 8, 2017

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

@p6rt p6rt closed this as completed Apr 8, 2017
@p6rt p6rt added LTA Less Than Awesome; typically an error message that could be better testneeded labels Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTA Less Than Awesome; typically an error message that could be better testneeded
Projects
None yet
Development

No branches or pull requests

1 participant