You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
dozn
changed the title
[core:fmt] Different
[core:fmt] Incorrect Zero Padding on Positive Integers with Forced Sign
Jan 18, 2025
dozn
changed the title
[core:fmt] Incorrect Zero Padding on Positive Integers with Forced Sign
[core:fmt] Incorrect Forced Sign Placement When Zero Padding on Positive Integers
Jan 19, 2025
Context
Expected Behaviour
fmt.printfln("|%+03d", 9)
should output|+09
, while maintaining the output above for the other cases.Odin: dev-2025-01:16eca1ded
OS: Windows 11 Professional (version: 23H2), build 22631.4751
CPU: AMD Ryzen 7 3700X 8-Core Processor
RAM: 65457 MiB
Backend: LLVM 18.1.8
The text was updated successfully, but these errors were encountered: