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

Restore leading zero in exponent for printf("%e") and printf("%g") #14695

Conversation

straight-shoota
Copy link
Member

Resolves #14682

@straight-shoota straight-shoota added topic:stdlib:numeric kind:regression Something that used to correctly work but no longer works labels Jun 11, 2024
@straight-shoota straight-shoota self-assigned this Jun 11, 2024
@straight-shoota straight-shoota changed the title Restore leading zero in printf("%e") and printf("%g") Restore leading zero in exponent for printf("%e") and printf("%g") Jun 11, 2024
@straight-shoota straight-shoota added this to the 1.13.0 milestone Jun 24, 2024
@straight-shoota straight-shoota merged commit da33258 into crystal-lang:master Jun 26, 2024
61 checks passed
@straight-shoota straight-shoota deleted the fix/float-printer-exponent-leading-zero branch June 26, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug kind:regression Something that used to correctly work but no longer works topic:stdlib:numeric
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-zero padded exponent in float string representation after Ryu implementation
2 participants