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

[SR-9784] Crash on accessing type alias through protocol-type instance 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 good first issue Good for newcomers type checker Area → compiler: Semantic analysis
#52210 by AnthonyLatsis was closed Apr 9, 2020
[SR-9781] Crash on concrete typealias access through existential metatype 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 good first issue Good for newcomers type checker Area → compiler: Semantic analysis
#52207 by AnthonyLatsis was closed Apr 7, 2019
[SR-9779] Crash while emitting SIL for curried call to protocol instance method 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
#52205 by AnthonyLatsis was closed Jan 28, 2019
[SR-9571] Compiler raises regular errors on placeholder signatures bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#52018 opened Dec 24, 2018 by AnthonyLatsis
[SR-9560] Do not add braces if already present when expanding a closure placeholder bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#52008 by AnthonyLatsis was closed Apr 25, 2019
[SR-9501] Subclass existential with predefined associated type witness should be supported as existential compiler The Swift compiler in itself duplicate Resolution: Duplicates another issue existentials Feature: values of types like `any Collection`, `Any` and `AnyObject`; type-erased values feature A feature request or implementation improvement swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented type checker Area → compiler: Semantic analysis
#51955 by AnthonyLatsis was closed Mar 4, 2021
[SR-9453] Crash on superclass coming after protocol composition 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
#51916 by AnthonyLatsis was closed Dec 11, 2018
[SR-9221] Superfluous senseless diagnostic on unsupported constrained extension of generic type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation
#51710 by AnthonyLatsis was closed Nov 16, 2018
[SR-9041] Inconsistent diagnostic for protocol composition vs subtype existential bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation
#51544 by AnthonyLatsis was closed Nov 4, 2018
[SR-9019] Inaccurate error message on invalid enum raw type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers
#51522 by AnthonyLatsis was closed Oct 25, 2018
[SR-9013] SourceKit: redundant qualifier for typealias in its own decl context bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#51516 by AnthonyLatsis was closed Jun 11, 2022
[SR-8942] Unexpected triple underscore function completions bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#51447 by AnthonyLatsis was closed Jun 11, 2022
[SR-8898] CodeCompletion: Forward references do not show up in top-level module scope bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#51404 opened Oct 2, 2018 by AnthonyLatsis
[SR-8871] Code completion: overridable type members don't show up in subclass declaration context bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#51377 by AnthonyLatsis was closed Feb 27, 2019
[SR-8696] Types nested in functions and their operator functions. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself conformances Feature → protocol: protocol conformances duplicate Resolution: Duplicates another issue nested types Feature: nested types operators Feature: operators swift 4.2 type checker Area → compiler: Semantic analysis unexpected error Bug: Unexpected error
#51209 by AnthonyLatsis was closed Sep 17, 2019
[SR-8692] Type aliases in stdlib protocol extensions not considered in generic constraints bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#51205 by AnthonyLatsis was closed Oct 3, 2022
[SR-8306] declaring a fileprivate instance method in a private extension bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself good first issue Good for newcomers
#50834 by AnthonyLatsis was closed Aug 10, 2018
[SR-8239] Same-type constraints not always commutative bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation
#50771 by AnthonyLatsis was closed Sep 11, 2018
[SR-8126] Access exclusivity not enforced in Xcode playground bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50658 by AnthonyLatsis was closed Apr 21, 2019
[SR-8067] Code completion doesn't suggest module names for referencing declarations bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#50600 by AnthonyLatsis was closed Mar 15, 2020
[SR-8042] swift-ide-test crash when querying completions for SwiftKeypath bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion compiler The Swift compiler in itself crash Bug: A crash, i.e., an abnormal termination of software key paths Feature: key paths (both native and Objective-C) source tooling Area: IDE support, SourceKit, and other source tooling
#50575 by AnthonyLatsis was closed Jul 25, 2019
[SR-8033] Crash on simple conditional 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
#50566 by AnthonyLatsis was closed Jun 21, 2018
[SR-8021] Clarify redeclaration error message for synthesized initializers bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation
#50554 by AnthonyLatsis was closed Apr 19, 2019
[SR-7856] Exclude "self" from completion results where type syntax is expected bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. code completion Area → source tooling: code completion source tooling Area: IDE support, SourceKit, and other source tooling
#50391 by AnthonyLatsis was closed Jun 4, 2018
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.