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-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-7414] Redundant conditional conformance constraints left without warning compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#49957 by AnthonyLatsis was closed May 31, 2022
[SR-7532] "Class should not be declared public..." shouldn't apply to type aliases for public types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50074 by AnthonyLatsis was closed May 8, 2018
[SR-7639] CodeCompletion doesn't show a self option when typing metatype instance code completion Area → source tooling: code completion improvement source tooling Area: IDE support, SourceKit, and other source tooling
#50180 by AnthonyLatsis was closed May 17, 2018
[SR-7671] : AnyObject constraint on associated type does not resolve inheritance constraints compiler The Swift compiler in itself duplicate Resolution: Duplicates another issue feature A feature request or implementation generics Feature: generic declarations and types swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#50211 by AnthonyLatsis was closed Nov 11, 2022
[SR-7672] CodeCompletion shows shadowed values 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
#50212 by AnthonyLatsis was closed Dec 11, 2019
[SR-7735] Method witnesses resolved despite having different argument names bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50275 by AnthonyLatsis was closed May 21, 2018
[SR-7776] Misleading 'flatMap is unavailable' diagnostic on Sequence 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
#50315 by AnthonyLatsis was closed Dec 11, 2019
[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-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-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-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-7194] #colorLiteral producing unexpected results when explicitly written bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#49742 by AnthonyLatsis was closed Mar 15, 2018
[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-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-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-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-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-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-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-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-10530] Inconsistent syntax highlighting for Self bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#52930 by AnthonyLatsis was closed Nov 10, 2021
[SR-10944] «weak» prevents Equatable synthesis bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#53335 by AnthonyLatsis was closed Jun 17, 2019
[SR-11670] False positive constraint redundancy warning when Assoc == Self 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
#54079 by AnthonyLatsis was closed May 18, 2021
Property wrapper + opaque result type = crash 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 opaque result types Feature → types → opaque types: opaque result types opaque types Feature → types: opaque types property wrappers Feature: property wrappers swift 6.0 type checker Area → compiler: Semantic analysis verifier
#73833 opened May 23, 2024 by AnthonyLatsis
ProTip! Add no:assignee to see everything that’s not assigned.