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

[release/7.0] Simplify and fix the Int128 *, /, and % logic #75567

Merged
merged 3 commits into from
Sep 14, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 13, 2022

Backport of #75470 to release/7.0

/cc @tannergooding

Customer Impact

Developers utilizing these functions with specific inputs may get results that have the incorrect sign in the case of overflow

Testing

Additional regression tests were added covering the highlighted scenarios. The logic was likewise simplified to help reduce the chance for error.

Risk

This impacts types that are entirely new to .NET 7 and so the risk of breaking existing users is limited only to developers who have been utilizing the early previews.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@tannergooding
Copy link
Member

CC. @jeffhandley

@carlossanlop
Copy link
Member

@danmoseley can we please get an approval?

@ghost
Copy link

ghost commented Sep 13, 2022

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

Issue Details

Backport of #75470 to release/7.0

/cc @tannergooding

Customer Impact

Developers utilizing these functions with specific inputs may get results that have the incorrect sign in the case of overflow

Testing

Additional regression tests were added covering the highlighted scenarios. The logic was likewise simplified to help reduce the chance for error.

Risk

This impacts types that are entirely new to .NET 7 and so the risk of breaking existing users is limited only to developers who have been utilizing the early previews.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Numerics

Milestone: -

@danmoseley
Copy link
Member

Approved, new feature correctness

@danmoseley
Copy link
Member

danmoseley commented Sep 14, 2022

#75465

#58782

@carlossanlop
Copy link
Member

@dakersnar @tannergooding do you see any concerning failures in the CI logs? I see a few failures.

@tannergooding
Copy link
Member

@carlossanlop, all tests passed on rerun.

@carlossanlop
Copy link
Member

Great! So this has been approved, signed off, and the CI is green. Ready to merge. :shipit:

@carlossanlop carlossanlop merged commit 83e16f4 into release/7.0 Sep 14, 2022
@carlossanlop carlossanlop deleted the backport/pr-75470-to-release/7.0 branch September 14, 2022 15:03
@ghost ghost locked as resolved and limited conversation to collaborators Oct 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants