Skip to content

Remove Swift-numerics dependency #8664

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
May 13, 2025

Conversation

bkhouri
Copy link
Contributor

@bkhouri bkhouri commented May 13, 2025

A swift-numerics package dependency was added to convert an XCTest XCTAssertEqual(_:_:accuracy:_:file:line:) API do use the isApproximatelyEqual() API in swift-numerics, but converting that test resulted in a flaky behaviour. As such, the test was not converted to Swift Testing, but the swift-numerics dependency remained.

This change removes the swift-numerics dependency as it's no currently required.

A `swift-numerics` package dependency was added to convert an XCTest
`XCTAssertEqual(_:_:accuracy:_:file:line:)` API do use the
`isApproximatelyEqual()` API in `swift-numerics`, but converting that
test resulted in a flaky behaviour.  As such, the test was not converted
to Swift Testing, but the swift-numerics dependency remained.

This change removes the swift-numerics dependency as it's no currently
required.
@bkhouri
Copy link
Contributor Author

bkhouri commented May 13, 2025

@swift-ci test

@bkhouri bkhouri enabled auto-merge (squash) May 13, 2025 17:56
@bnbarham
Copy link
Contributor

Force merging to unblock CI

@bnbarham bnbarham disabled auto-merge May 13, 2025 19:25
@bnbarham bnbarham merged commit ba10e8a into swiftlang:main May 13, 2025
3 of 6 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.

5 participants