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

[stdlib] Implement Never conformance to Codable #64899

Merged
merged 5 commits into from May 9, 2023

Conversation

natecook1000
Copy link
Member

This supplies conditional conformance for Never to the Codable protocol.

Pitch thread: https://forums.swift.org/t/pitch-conform-never-to-codable/64056/21

@natecook1000 natecook1000 added the swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal label Apr 4, 2023
@natecook1000 natecook1000 changed the title Implement Never conformance to Codable [stdlib] Implement Never conformance to Codable Apr 4, 2023
@natecook1000
Copy link
Member Author

@swift-ci Please smoke test

@natecook1000
Copy link
Member Author

@swift-ci Please smoke test

@natecook1000
Copy link
Member Author

@swift-ci Please smoke test

@natecook1000 natecook1000 added swift evolution pending discussion Flag → feature: A feature that has a Swift evolution proposal currently in review and removed swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal labels Apr 5, 2023
stdlib/public/core/Policy.swift Outdated Show resolved Hide resolved
stdlib/public/core/Policy.swift Outdated Show resolved Hide resolved
From looking at other failure points, it looks like dataCorrupted
is more used for structural issues, e.g. malformed JSON.
@natecook1000
Copy link
Member Author

@swift-ci Please test

@natecook1000 natecook1000 added swift evolution approved Flag → feature: A feature that was approved through the Swift evolution process and removed swift evolution pending discussion Flag → feature: A feature that has a Swift evolution proposal currently in review labels May 7, 2023
@natecook1000 natecook1000 merged commit 89b9e48 into apple:main May 9, 2023
5 checks passed
@natecook1000 natecook1000 deleted the never_say_codable branch May 9, 2023 18:10
natecook1000 added a commit to natecook1000/swift that referenced this pull request May 9, 2023
Proposed as SE-0396: Conform Never to Codable;
approved on 5/5/2023.
nickolas-pohilets pushed a commit to nickolas-pohilets/swift that referenced this pull request May 12, 2023
Proposed as SE-0396: Conform Never to Codable;
approved on 5/5/2023.
natecook1000 added a commit that referenced this pull request May 16, 2023
Proposed as SE-0396: Conform Never to Codable;
approved on 5/5/2023.
apporc added a commit to greymass/swift-eosio that referenced this pull request Mar 19, 2024
this is a try to fix the chaos `Never` introduced inside this library,
there is a high chance change below is the final source.
apple/swift#64899

At least unit test passes after it removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
swift evolution approved Flag → feature: A feature that was approved through the Swift evolution process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants