-
Notifications
You must be signed in to change notification settings - Fork 558
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
Possible bugs in printf '%a' format results #15074
Comments
From gdg@zplane.comCreated by gdg@zplane.comThis perlbug is related to this p5p thread: http://www.nntp.perl.org/group/perl.perl5.porters/2015/11/msg232956.html regarding some peculiar/inconsistent behavior of the printf '%a' format Perl Info
|
From @tonycozOn Sat Dec 05 10:13:31 2015, gdg@zplane.com wrote:
It looks like Jarkko has already fixed these in: commit 4755cf0 hexfp: printf %a for negative zero. commit 454ce66 hexfp: printf %.13a 1.0 commit 798a7a5 hexfp: printf %.13a 0.0 tony@mars:.../git/perl$ ./perl -e '@vals = ( +1, +0.0, -0.0, -1); for (@vals) { printf "%+f\n", $_; } for (@vals) { printf "%+-.13a\n", $_ }' Tony |
The RT System itself - Status changed from 'new' to 'open' |
From gdg@zplane.comTony Cook via RT <perlbug-followup@perl.org> [2015-12-06 14:52:16 -0800]:
Ok thanks, looks good. Must've missed Jarkko's post on the original thread. Glenn |
From @steve-m-hayOn Sun Dec 06 17:10:57 2015, gdg@zplane.com wrote:
Apologies required from us, not from you: In the flurry of activity in getting these bugs fixed, tested and a new RC made with the fixes in, we seem to have forgotten to reply to your post to inform you of this. So please accept our apologies for that, and thank you for reporting the bugs -- twice, in fact! :-) Marking this ticket as 'pending release' now, since the bugs are indeed fixed. |
@steve-m-hay - Status changed from 'open' to 'pending release' |
From gdg@zplane.comSteve Hay via RT <perlbug-followup@perl.org> [2015-12-06 17:17:56 -0800]:
No problemo, glad the report was useful. This brings up a side question though: Is it ok to file a perlbug solely for For example, this thread was started about six months ago with a query I had http://www.nntp.perl.org/group/perl.perl5.porters/2015/05/msg227897.html It ran for a while, generated some debate, then lapsed into a coma. I pinged it |
From @steve-m-hayOn 9 December 2015 at 14:01, Glenn Golden <gdg@zplane.com> wrote:
Yes, I would say it's fine to perlbug anything that you feel a |
From @khwilliamsonThank you for submitting this report. You have helped make Perl better. Perl 5.24.0 may be downloaded via https://metacpan.org/release/RJBS/perl-5.24.0 |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#126822 (status was 'resolved')
Searchable as RT126822$
The text was updated successfully, but these errors were encountered: