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-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-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-7256] codeCompletion not showing inherited convenience initializers 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
#49804 by AnthonyLatsis was closed Dec 11, 2019
[SR-7336] Protocol with same-type constraint on associated type "can only be used as generic constraint" 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
#49884 by AnthonyLatsis was closed May 17, 2018
[SR-7349] Bad diagnostic using internal generic argument in superclass 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
#49897 by AnthonyLatsis was closed Apr 29, 2018
[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-7543] diagnostics behave incorrectly when passing parameter as inout argument in closure 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
#50085 by AnthonyLatsis was closed Feb 10, 2020
[SR-7624] Fixits for 'Argument passed to call that takes no arguments' compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers improvement
#50166 by AnthonyLatsis was closed May 17, 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-7670] Duplicate generic param completions in member decls 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
#50210 by AnthonyLatsis was closed Dec 11, 2019
[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-7035] Autocomplete showing duplicate elements for existentials with restated or composed equal requirements 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
#49583 by AnthonyLatsis was closed Apr 9, 2020
[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-7758] Duplicate completion entries for witnesses with default implementations 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
#50297 by AnthonyLatsis was closed Mar 20, 2020
[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-7789] incorrect init completions for self, super, values of metatype type and dynamic metatypes 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
#50328 by AnthonyLatsis was closed Jun 8, 2018
[SR-7818] Protocol can inherit from composition type with a superclass requirement bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself type checker Area → compiler: Semantic analysis
#50354 by AnthonyLatsis was closed Dec 11, 2019
[SR-7855] Incorrect fixit for 'is better expressed as a where clause' diagnositc bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#50390 by AnthonyLatsis was closed Apr 13, 2020
[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
[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-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-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-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
SILGen crash on try repeat/await repeat 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 expressions Feature: expressions generics Feature: generic declarations and types pack expansions Feature → expressions: Pack expansion expressions SILGen Area → compiler: The SIL generation stage swift 6.0 variadic generics Feature → generics: Variadic generics
#73263 opened Apr 25, 2024 by AnthonyLatsis
ProTip! Updated in the last three days: updated:>2024-05-16.