-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support 128 bit integers u128
and i128
#293
Comments
GuideHere's how to add support for Add primitive integration testsAdd new integration test functions for swift-bridge/crates/swift-integration-tests/src/primitive.rs Lines 1 to 91 in 54b9c09
swift-bridge/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunner/Primitive.swift Lines 1 to 57 in 54b9c09
swift-bridge/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerTests/PrimitiveTests.swift Lines 11 to 33 in 54b9c09
Primitive enum variantsAdd
Fix compile time errorsRun Ensure integration tests passEnsure that the swift-bridge/SwiftRustIntegrationTestRunner/SwiftRustIntegrationTestRunnerTests/PrimitiveTests.swift Lines 11 to 33 in 54b9c09
|
Swift 6 introduced support for 128 bit integers https://github.com/swiftlang/swift-evolution/blob/main/proposals/0425-int128.md
We should begin supporting them in
swift-bridge
.For instance, after completing this issue the following should compile:
The text was updated successfully, but these errors were encountered: