-
Notifications
You must be signed in to change notification settings - Fork 196
Adding some more tests for [U]Int128 in BinaryInteger+FormatStyleTests.swift and JSONEncoderTests.swift #806
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
Conversation
Update minimum OS version for Int128 in testTypeCoercion()
Add more Int128 test for testTypeCoercion()
Add more test case Int128 for for testTypeCoercion()
Add more test case UInt128 for for testTypeCoercion()
Dear @parkera , I have a minor update for [U]Int128 in JSONEncoderTests. Could you help me to review it? and some wording typo. Thanks, |
Correct typo comment from "resovled" to "resolved" at URL.swift
Adding more case to testing [U]Int128
Adding more case to testing [U]Int128
Replace "@available" with "#available".
Replace "@available" with "#available".
Dear @stephentyrone , @kperryua , Could you please help me to reivew my PR? Thanks, |
@swift-ci test |
Dear @stephentyrone , Thank you for your review. Could you help me to merge it? I do not have "write access" permission. Thanks, |
Would you mind updating the title to something a bit more descriptive of the change? It looks like this is about adding availability for some of the new tests. |
Dear @parkera , Thank you for your feedback. I just updated the title. Please help me to review it. Thanks, |
Thank you! |
Summary:
[U]Int128
support forJSONEncoderTests
testTypeCoercion
intestTypeCoercion()
[U]Int128
intestNumericStringRepresentation_builtinIntegersLimits()
resovled
toresolved
atURL.swift
Modifications: