-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething that's not working as intendedSomething that's not working as intendedrelease notesSomething that is or should be mentioned in the release notesSomething that is or should be mentioned in the release notes
Milestone
Description
- Have you checked if problem occurs with fish 2.3.1?
- Tried fish without third-party customizations (check
sh -c 'env HOME=$(mktemp -d) fish')?
fish version installed (fish --version):
2.3.1
OS/terminal used:
macOS, Terminal
Integers to the built-in printf are truncated to 32 bit.
Reproduction steps
- Enter
printf "%#x\\n" 498216206596
Expected results
> command printf "%#x\\n" 498216206596
0x7400000104
Actual results
> printf "%#x\\n" 498216206596
0x104
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething that's not working as intendedSomething that's not working as intendedrelease notesSomething that is or should be mentioned in the release notesSomething that is or should be mentioned in the release notes