-
Notifications
You must be signed in to change notification settings - Fork 571
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
inconsistent text to float conversion #10370
Comments
From jmitchell@frb.govThis is a bug report for perl from jmitchell@frb.gov, #!/opt/local/bin/perl use strict; # these do not become identical floating point numbers for my $test (@tests) { # this might be a false lead, but for some reason, they are identical # output on 5.8.8 and 5.10.0 # output on 5.8.5 (i.e. this problem hasn't always existed): Flags: Site configuration information for perl v5.8.8: Configured by appadm at Mon Apr 27 10:32:55 EDT 2009. Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Locally applied patches: @INC for perl v5.8.8: Environment for perl v5.8.8: |
From zefram@fysh.orgJeff Mitchell wrote:
This resembles [perl #41202]. We have a duff text->float conversion. -zefram |
The RT System itself - Status changed from 'new' to 'open' |
From jmitchell@frb.govOn Tue May 11 07:46:42 2010, zefram@fysh.org wrote:
I agree, and noticed that bug as well. However, it might be worth |
From @jkeenanOn Tue May 11 08:56:15 2010, jhm713 wrote:
Persists in 5.16.0. See attached. |
From @jkeenan |
This is now fixed in blead. Presumably it is from the same fix as #8730 |
Migrated from rt.perl.org#75016 (status was 'open')
Searchable as RT75016$
The text was updated successfully, but these errors were encountered: