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-133] RFE: Warning for public member without documentation string compiler The Swift compiler in itself improvement
#42755 opened Dec 8, 2015 by ddunbar updated Apr 25, 2022
[SR-990] Unable to eliminate force cast with known type bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself performance
#43602 opened Mar 19, 2016 by ddunbar updated Apr 25, 2022
[SR-1285] [QOI] Support fixits for reasonable "implicit conversions" compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#43893 opened Apr 22, 2016 by ddunbar updated Apr 25, 2022
[SR-1407] [QOI] Poor diagnostic with "var" instead of "func" 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 parser Area → compiler: The legacy C++ parser
#44016 opened May 4, 2016 by ddunbar updated Apr 25, 2022
[SR-1505] No efficient way to compute suffix of UTF8 string bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#44114 opened May 13, 2016 by ddunbar updated Apr 25, 2022
[SR-1506] [QOI] Poor diagnostic with attempted iteration over function (not function call) 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
#44115 opened May 13, 2016 by ddunbar updated Apr 25, 2022
[SR-1650] Fix DT_RUNPATH directives for installable toolchains bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
#44259 opened May 31, 2016 by ddunbar updated Apr 25, 2022
[SR-1726] struct dirent is hard to use portably bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. standard library Area: Standard library umbrella
#44335 opened Jun 10, 2016 by ddunbar updated Apr 25, 2022
[SR-2052] build-script should validate CMake version early bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. build-script Area → utils: The build script
#44661 opened Jul 12, 2016 by ddunbar updated Apr 25, 2022
[SR-2347] Invalid diagnostic on internal initializer in non-open class bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#44954 opened Aug 16, 2016 by ddunbar updated Apr 25, 2022
[SR-2599] Missing error when building in unoptimized mode with assert and missing return bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#45204 opened Sep 9, 2016 by ddunbar updated Apr 25, 2022
[SR-2784] [QOI] Diagnostic for unnecessary fallthrough compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation improvement
#45388 opened Sep 28, 2016 by ddunbar updated Apr 25, 2022
[SR-3976] [QoI] Improve diagnostic with missing let in if ... = ... 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
#46561 opened Feb 16, 2017 by ddunbar updated Apr 25, 2022
[SR-3984] Bogus "reorder argument" diagnostic 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
#46569 opened Feb 17, 2017 by ddunbar updated Apr 25, 2022
[SR-4127] swiftc shouldn't rebuild downstream dependencies when private API changes bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself incremental compilation
#46710 opened Mar 1, 2017 by ddunbar updated Apr 25, 2022
[SR-4319] Invalid inferred diagnostic with IOU and ?: 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 type checker Area → compiler: Semantic analysis
#46902 opened Mar 23, 2017 by ddunbar updated Apr 25, 2022
[SR-4630] Fixit for adding a protocol conformance when a type is compatible, but not declared so 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
#47207 opened Apr 19, 2017 by ddunbar updated Apr 25, 2022
[SR-4631] Bogus "add a stub" diagnostic when a protocol simply requires private -> public 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
#47208 opened Apr 19, 2017 by ddunbar updated Apr 25, 2022
[SR-5459] Cannot overload with an inner function bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself
#48031 opened Jul 14, 2017 by ddunbar updated Apr 25, 2022
[SR-6351] [QOI] Bogus diagnose with missing super class 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
#48901 opened Nov 10, 2017 by ddunbar updated Apr 25, 2022
[SR-6402] [QOI] Bogus diagnostic about no throwing calls 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
#48952 opened Nov 16, 2017 by ddunbar updated Apr 25, 2022
[SR-1553] [QOI] Warn on discarded binding of () result compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation good first issue Good for newcomers improvement
#44162 opened May 18, 2016 by ddunbar updated Aug 28, 2022
[SR-2358] [QOI] Warn on unused {{import}} statements compiler The Swift compiler in itself diagnostics QoI Bug: Diagnostics Quality of Implementation feature A feature request or implementation import Feature → declarations: `import` declarations
#44965 opened Aug 16, 2016 by ddunbar updated Feb 28, 2023
[SR-2622] Assertion failed: (!outerOrigType.isTuple()), function planTupleIntoDirectResult 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
#45227 opened Sep 13, 2016 by ddunbar updated Apr 17, 2023
[SR-2556] Assertion failed: (!type->hasTypeParameter() && "not fully substituted"), function mapTypeIntoContext 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
#45161 opened Sep 4, 2016 by ddunbar updated Apr 17, 2023
ProTip! Exclude everything labeled bug with -label:bug.