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

Nil shows up where Empty or nothing should be #4229

Closed
p6rt opened this issue May 8, 2015 · 3 comments
Closed

Nil shows up where Empty or nothing should be #4229

p6rt opened this issue May 8, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented May 8, 2015

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

Searchable as RT125138$

@p6rt
Copy link
Author

p6rt commented May 8, 2015

From @FROGGS

say EnumMap.new.perl.EVAL
rakudo-moar 9c543b​: OUTPUT«Odd number of elements found where hash initializer expected␤ in block <unit> at EVAL_0​:1␤ in any <unit-outer> at EVAL_0​:1␤ in block <unit> at /tmp/7eoCBSm9YH​:1␤␤»

say EnumMap.new.perl
rakudo-moar 9c543b​: OUTPUT«EnumMap.new(Nil)␤»

See also​: https://github.com/perl6/roast/blob/master/S05-match/perl.t

@p6rt
Copy link
Author

p6rt commented May 10, 2015

From @FROGGS

Patch​: rakudo/rakudo@8139c05
It is covered by S05-match/perl.t test wise.

@p6rt p6rt closed this as completed May 10, 2015
@p6rt
Copy link
Author

p6rt commented May 10, 2015

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

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

No branches or pull requests

1 participant