Skip to content

test: make stdlib/Integer.swift.gyb python 3 friendly #32826

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

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

compnerd
Copy link
Member

Adjust the division operation to ensure that we get an integral value
back. Without this, we would attempt to shift a floating point value
by bitwise operations which is not supported.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

Adjust the division operation to ensure that we get an integral value
back.  Without this, we would attempt to shift a floating point value
by bitwise operations which is not supported.
@compnerd
Copy link
Member Author

CC: @tachoknight @drexin

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit 08924c4 into swiftlang:master Jul 13, 2020
@compnerd compnerd deleted the bloating-point-operations branch July 13, 2020 20:46
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.

1 participant