Skip to content

Conversation

@tbashiyy
Copy link
Contributor

close: #705

I add handling for cases exceeding i64 range.
And fix crash case.

This commit is difference
571c04e

Copy link
Member

@aapoalas aapoalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once again, hello and welcome to the project! This looks excellent to me, and great work on getting this working <3

I pushed in a "fix" for the expectations; it's indeed because my Atomics.wait/waitAsync/notify implementation is interfacing directly with the OS futexes and they work a little differently depending on the platform. I'll open an issue about that.

Again: much appreciated, great work, thank you, and welcome! <3

EDIT: The Atomics issue: #899

@aapoalas aapoalas merged commit f153312 into trynova:main Nov 22, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BigInt division can panic

2 participants