Skip to content
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

Fix Int128 checked-convert to signed IntX #100342

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

skyoxZ
Copy link
Contributor

@skyoxZ skyoxZ commented Mar 27, 2024

Fix #99489

Hope to add more tests for Int128 in the future.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Mar 27, 2024
@skyoxZ
Copy link
Contributor Author

skyoxZ commented Mar 27, 2024

Feedback addressed.

@tannergooding tannergooding merged commit 9a1da4d into dotnet:main Apr 4, 2024
147 of 150 checks passed
@skyoxZ skyoxZ deleted the fix-int128-checked-convert branch April 4, 2024 23:18
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
* Fix Int128 checked-convert to signed IntX

* Simplify implementation
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2024
@tannergooding
Copy link
Member

/backport to release/8.0-staging

@github-actions github-actions bot unlocked this conversation Aug 5, 2024
Copy link
Contributor

github-actions bot commented Aug 5, 2024

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/10256789331

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Numerics community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflows are ignored in some cases when checked-converting from Int128 to SignedInteger
2 participants