Skip to content

Issues: apple/swift

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Data Inlinability Refinements
#21754 by itaiferber was merged Jan 14, 2019 Loading…
[SR-9385] Encoded data was lost when trying to encode with 2 separated nested keys container with 2 difference Coding Keys on the same key with JSONEncoder and PListEncoder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. standard library Area: Standard library umbrella
#51851 by pitiphong-p was closed May 10, 2019
[SR-6507] Encodable in combination with class inheritance and computed properties generates unexpected behaviour bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. compiler The Swift compiler in itself
#49057 by swift-ci was closed Jul 25, 2018
[SR-6274] RawRepresentable's implementation of encode function is not called when calling encoder.encode(value) in a custom Encoder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. Codable Area → standard library: `Codable` and co. compiler The Swift compiler in itself
#48824 by pitiphong-p was closed Nov 3, 2017
[SR-6078] crashes with nested throwing values in JSON/PList Encoder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#48633 by swift-ci was closed Jan 12, 2018
[SR-5981] Decodable: Decoding TimeZone within class hierarchy leads to bad container bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48540 by swift-ci was closed Jul 6, 2021
[SR-5965] Unexpected type-mismatch errors when parsing JSON in Release configuration bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48524 by jlukas was closed Sep 11, 2018
[SR-5812] Crash reporting error when failing to derive Codable conformance bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software
#48382 by tjw was closed Sep 7, 2018
[SR-5277] Passing encoder to super class causes EXC_BAD_ACCESS bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. crash Bug: A crash, i.e., an abnormal termination of software run-time crash Bug → crash: Swift code crashed during execution standard library Area: Standard library umbrella
#47852 by subdigital was closed Jun 26, 2017
[SR-5215] Generated CodingKeys type is not available in function signatures bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#47791 by swift-ci was closed Jan 16, 2018
[SR-5156] Allow Decodable/Encodable objects to handle null values bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#47732 by swift-ci was closed Oct 5, 2017
[SR-4774] Produce specific diagnostics when derivation of Encodable/Decodable fails compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation task
#47351 by itaiferber was closed Jun 1, 2017
[SR-4773] Remove or fix validateDecl in Codable derived conformance compiler The Swift compiler in itself derived conformances Feature → protocol → conformances: derived conformances aka synthesized conformances task
#47350 by itaiferber was closed Jun 1, 2017
[SR-4769] Dictionary and Set need Codable conformance good first issue Good for newcomers standard library Area: Standard library umbrella task
#47346 by itaiferber was closed May 3, 2017
[SR-4405] Add @escaping to RecoverableError.attemptRecovery affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. good first issue Good for newcomers standard library Area: Standard library umbrella
#46984 by milseman mannequin was closed Jul 26, 2018
ProTip! Exclude everything labeled bug with -label:bug.