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

infix x with Nil repeat count no longer warns (42 x Nil) #5864

Closed
p6rt opened this issue Dec 6, 2016 · 4 comments
Closed

infix x with Nil repeat count no longer warns (42 x Nil) #5864

p6rt opened this issue Dec 6, 2016 · 4 comments
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Dec 6, 2016

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

Searchable as RT130281$

@p6rt
Copy link
Author

p6rt commented Dec 6, 2016

From @AlexDaniel

Code​:
say 42 x Nil

Result​:
(no output)

I was expecting a warning about using Nil in numeric context.

Bisectable points to rakudo/rakudo@2dd0ddb

IRC discussion​: https://irclog.perlgeek.de/perl6/2016-12-06#i_13693869

@p6rt
Copy link
Author

p6rt commented Dec 25, 2016

From @zoffixznet

On Tue, 06 Dec 2016 15​:17​:39 -0800, alex.jakimenko@​gmail.com wrote​:

Code​:
say 42 x Nil

Result​:
(no output)

I was expecting a warning about using Nil in numeric context.

Bisectable points to
rakudo/rakudo@2dd0ddb

IRC discussion​: https://irclog.perlgeek.de/perl6/2016-12-06#i_13693869

Thank you for the report. This is now fixed.

Fix​: rakudo/rakudo@c498d5b
Test​: Raku/roast@f35dcd989b

@p6rt
Copy link
Author

p6rt commented Dec 25, 2016

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

@p6rt p6rt closed this as completed Dec 25, 2016
@p6rt
Copy link
Author

p6rt commented Dec 25, 2016

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

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

No branches or pull requests

1 participant