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-12731] [C++] Import references bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55176 by gribozavr was closed Sep 23, 2021
[SR-12730] [C++] Memberwise initializer is not synthesized due to a non-imported member function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55175 by gribozavr was closed May 11, 2020
[SR-12729] [C++] Memberwise initializer is not synthesized due to AccessSpecDecl bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. c++ interop Feature: Interoperability with C++ compiler The Swift compiler in itself
#55174 by gribozavr was closed May 8, 2020
[SR-2627] UnicodeScalar.utf16 does not have access modifier and is therefore internal 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
#45232 by gribozavr was closed Sep 26, 2016
[SR-2626] String to Double conversion fails on "snan" input 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
#45231 by gribozavr was closed Mar 16, 2017
[SR-2625] Set does not conform to SetAlgebra 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
#45230 by gribozavr was closed Sep 16, 2016
[SR-2624] ArraySlice trap messages shouldn't complain about negative indices 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
#45229 by gribozavr was closed Sep 15, 2016
[SR-2289] Dynamic casts of CoreFoundation types don't work bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself runtime The Swift Runtime
#44896 by gribozavr was closed Jan 5, 2021
[SR-2064] Int.init(ObjectIdentifier) and UInt.init(ObjectIdentifier) should have a bitPattern: label 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
#44673 by gribozavr was closed Jul 26, 2016
[SR-1973] Array's Element and Iterator.Element are different types?! 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
#44582 by gribozavr was closed Dec 30, 2016
[SR-1965] partition algorithm has the wrong signature affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#44574 by gribozavr was closed Jul 26, 2016
[SR-1964] String(count:, repeatedValue:) and String.append() are ambiguous without an explicit cast to Character affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44573 by gribozavr was closed Jul 27, 2016
[SR-1962] Consider simplifying the isUniquelyReferenced() family and eliminating NonObjectiveCBase affects ABI Flag: Affects ABI feature A feature request or implementation improvement standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44571 by gribozavr was closed Jul 26, 2016
[SR-1961] Some collection iterators should be custom types affects ABI Flag: Affects ABI good first issue Good for newcomers improvement standard library Area: Standard library umbrella
#44570 by gribozavr was closed Jul 18, 2018
[SR-1958] Check UnsafeMutablePointer uses for potential replacement with UnsafePointer affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44567 by gribozavr was closed Jul 25, 2016
[SR-1957] Remove unsafeAddressOf affects ABI Flag: Affects ABI feature A feature request or implementation standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44566 by gribozavr was closed Nov 11, 2016
[SR-1956] withUnsafePointer shouldn't take its argument as inout affects ABI Flag: Affects ABI bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella swift evolution proposal needed Flag → feature: A feature that warrants a Swift evolution proposal
#44565 by gribozavr was closed Jul 8, 2019
[SR-1955] Consider renaming or eliminating ManagedProtoBuffer. affects ABI Flag: Affects ABI feature A feature request or implementation standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44564 by gribozavr was closed Sep 15, 2016
[SR-1940] Bad recovery for misplaced 'throws' 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 good first issue Good for newcomers parser Area → compiler: The legacy C++ parser
#44549 by gribozavr was closed Jul 5, 2016
[SR-1937] withUnsafePointer(&x) should have an argument label 'to:' feature A feature request or implementation standard library Area: Standard library umbrella swift evolution implemented Flag → feature: A feature that was approved through the Swift evolution process and implemented
#44546 by gribozavr was closed Jul 27, 2016
[SR-1914] Array '+' fails to type check 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
#44523 by gribozavr was closed Jun 15, 2018
[SR-1238] UnsafePointer and UnsafeMutablePointer should conform to Comparable 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
#43846 by gribozavr was closed Jul 8, 2020
[SR-1086] [a] as Self does not type check, or crashes the compiler, after adding Sequence.Element 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 type checker Area → compiler: Semantic analysis
#43699 by gribozavr was closed Apr 4, 2017
[SR-1058] AST verifier assertion "TypeExpr must have metatype type" after adding Sequence.Element 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 type checker Area → compiler: Semantic analysis
#43670 by gribozavr was closed Apr 4, 2017
[SR-995] Assertion "Interface type contains archetypes" after adding Sequence.Element 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 type checker Area → compiler: Semantic analysis
#43607 by gribozavr was closed Mar 24, 2016
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.