-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Wrong @sprintf output with # flag #43129
Comments
Test code versioninfo()
using Printf
Printf.format(Printf.Format("%#.3g"), 100.0 - eps(100.0))
# should == "100."
|
Why was this added to the 1.8 milestone? |
Showing the wrong answer seems quite a bad regression |
Yes, but not vs 1.7. If all supported Julia versions are released with this bug, we surely can release 1.8 with it as well. |
Maybe worth adding the backport 1.8 flag on this one? |
Completely agree with @vtjnash , this is a bad regression. I think it should have fixed long time ago. Could it be that it has been forgotten because it is not on any milestone? |
It's just waiting for an unsung hero to roll up their sleeves and get to work. Maybe you could be that hero? |
I really wish I had enough knowledge to do it. |
Been an issue since 1.6 so removing from milestone. |
It seems it was an issue since 1.6.2. It was working in 1.6.0 and 1.6.1 hence the regression/bug flags I suppose. It should have been fixed long time ago I think. |
This is with Julia 1.6.3
The text was updated successfully, but these errors were encountered: