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-428] Implement new performance terminology in documentation bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. documentation standard library Area: Standard library umbrella
#43045 opened Dec 31, 2015 by dabrahams
[SR-2990] Throwing closure + lazy collection == silent eagerness bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#45580 opened Oct 19, 2016 by dabrahams
[SR-2991] No way to propagate errors through lazy collections bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#45581 opened Oct 19, 2016 by dabrahams
[SR-4187] Generic parameters should be available as nested types bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself feature A feature request or implementation
#46770 opened Mar 7, 2017 by dabrahams
[SR-4225] UnsafePointer initialize overloads inconsistently named bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#46808 opened Mar 12, 2017 by dabrahams
[SR-4276] No way to make a type generic over existentials bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself feature A feature request or implementation
#46859 opened Mar 17, 2017 by dabrahams
[SR-4320] 92 seconds is too long bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance type checker Area → compiler: Semantic analysis
#46903 opened Mar 23, 2017 by dabrahams
[SR-4445] consider renaming replaceSubrange to replaceRange bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#47022 opened Mar 31, 2017 by dabrahams
[SR-4690] There should be a way to ask if one range contains another bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#47267 opened Apr 25, 2017 by dabrahams
[SR-4729] Infinite typechecking 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
#47306 opened Apr 28, 2017 by dabrahams
[SR-4815] Even after specialization and inlining, nil check remains bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance
#47392 opened May 6, 2017 by dabrahams
[SR-7654] Default implementation of removeAll(where:) for RangeReplaceableCollection takes O(N) space bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#50195 opened May 10, 2018 by dabrahams
[SR-7760] removeAll(where:) should be specialized for [Contiguous]Array[Slice] bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#50299 opened May 24, 2018 by dabrahams
[SR-12810] RangeReplaceableCollection methods should return index ranges. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#55257 opened May 14, 2020 by dabrahams
[SR-12820] No way to avoid ARC traffic for closures known not to escape bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself standard library Area: Standard library umbrella
#55266 opened May 15, 2020 by dabrahams
[SR-12854] Code should fail to compile, doesn't. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55300 opened May 21, 2020 by dabrahams
[SR-12855] Immediate mode should work on multiple filenames (or at least reject them!) bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55301 opened May 21, 2020 by dabrahams
[SR-12906] Can't constrain generic parameter to be an instance of another generic parameter that is a class. bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55352 opened May 29, 2020 by dabrahams
[SR-12935] String initializer docs emphasize failure over repair bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#55381 opened Jun 4, 2020 by dabrahams
[SR-12969] Test passing depends on import order bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55415 opened Jun 10, 2020 by dabrahams
[SR-12975] Diagnostic should fix my signature for me or at least tell me what's missing bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55421 opened Jun 11, 2020 by dabrahams
[SR-12983] x = x || y should be branchless bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55429 opened Jun 11, 2020 by dabrahams
[SR-12988] Failure to dispatch to class var from protocol extension bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#55434 opened Jun 12, 2020 by dabrahams
[SR-13005] (B as? D).unsafelyUnwrapped should optimize better bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#55450 opened Jun 13, 2020 by dabrahams
ProTip! Exclude everything labeled bug with -label:bug.