-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[translation] Fix 32-bit truncation in (( status and for (( condition
Bugs reported by Koiche Murase on Zulip. - We are still using mops.BigTruncate() in BashArray indexing and slicing. - However that data structure may change, so I'm not touching it right now. - The printf bug still needs to be fixed. It's because we use 32-bit to_int() rather than 64-bit mops::FromStr().
- Loading branch information
Andy C
committed
Jun 22, 2024
1 parent
cfed6c3
commit c84c405
Showing
4 changed files
with
66 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters