-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingregressionSomething that did work before stopped working.Something that did work before stopped working.urgentShould be fixed before the next release.Should be fixed before the next release.
Description
Description
But
#sys.version
#(9223372036854775807) + 1 = #(9223372036854775808) \
#(-9223372036854775807) - 1 = #(-9223372036854775808) \will result in
0.14.0
9223372036854775807 + 1 = 0
−9223372036854775807 - 1 = 0
Note: Tests indicate that in version 0.13.x, integer literals exceeding the i64 range were correctly parsed as floats.
Reproduction URL
https://typst.app/project/rKXwApSkX5W9wsO4YznacB
Operating system
No response
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingregressionSomething that did work before stopped working.Something that did work before stopped working.urgentShould be fixed before the next release.Should be fixed before the next release.