-
Notifications
You must be signed in to change notification settings - Fork 1
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
∞.Rat ~~ Rat is False #5538
Comments
From @zoffixznetTimToady's comments on the matter: http://irclog.perlgeek.de/perl6-dev/2016-08-06#i_12976358 I stumbled on this while examining https://rt-archive.perl.org/perl6/Ticket/Display.html?id=127341#ticket-history It seems this commit had a consequence that .Rat on an Inf or NaN does not actually return an object that can be stored in a Rat: rakudo/rakudo@498d0a4 The issue is now there's no guarantee that a .Rat can be used as a Rat and thus the programmer has to perform additional checks. Here are some examples of the issue: <Zoffix> m: say �.Rat ~~ Rat -- |
From @zoffixznetOn Fri, 05 Aug 2016 20:18:01 -0700, cpan@zoffix.com wrote:
Thank you for the report. This is now fixed. Fix: rakudo/rakudo@042cb7413f87277 |
@zoffixznet - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#128857 (status was 'resolved')
Searchable as RT128857$
The text was updated successfully, but these errors were encountered: