-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
std.fmt.hex
does not work for integers that are not powers of two
#23799
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
Labels
bug
Observed behavior contradicts documented or intended behavior
Comments
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 6, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 7, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 8, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 8, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 8, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 9, 2025
myclevorname
added a commit
to myclevorname/zig
that referenced
this issue
May 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Write a test.zig
run
zig test test.zig
Get error:
Expected Behavior
Test passes as is listed in the
std
documentation (since it is a multiple of u8).The text was updated successfully, but these errors were encountered: