Skip to content

Issues: dart-lang/sdk

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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Different error message between compiler and analyzer when using bool? in if-statement area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. type-ux A user experience or user interface related issue
#56697 opened Sep 10, 2024 by julemand101
[CFE] Wrong error message if redirecting factory constructor has initializing formals area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. improve-diagnostics Related to the quality of diagnostic messages
#56522 opened Aug 20, 2024 by sgrekhov
Consider EXTRANEOUS_MODIFIER diagnostic improvements area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. fe-analyzer-shared-parser Issues with the shared parser's handling of correct code P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#55814 opened May 22, 2024 by pq
Improve error message in case of function invocation in a constant expression analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#54942 opened Feb 16, 2024 by sgrekhov
[CFE] Issue when library and its part define the same variable area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. type-question A question about expected behavior or functionality
#54836 opened Feb 6, 2024 by sgrekhov
[CFE] Adjust error message in case of record type area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. improve-diagnostics Related to the quality of diagnostic messages
#54761 opened Jan 29, 2024 by sgrekhov
CFE error message for non-exhaustion of promoted-type-variable is misleading area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#54652 opened Jan 17, 2024 by lrhn
Improve diagnostic situation for constructor tearoffs from deferred library area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#54611 opened Jan 12, 2024 by parlough
Stray "Couldn't find constructor" error message when enums conflict with another declared type area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#54535 opened Jan 6, 2024 by Hixie
[analyzer] Questionable error message with non-exhaustive switch area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. improve-diagnostics Related to the quality of diagnostic messages P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#54432 opened Dec 21, 2023 by eernstg
[parser] builtInIdentifier-based import-prefix-references in metadata should be a syntax error. area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#54223 opened Dec 4, 2023 by modulovalue
language version error should specify where it got the language version from area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. front-end-fasta
#54075 opened Nov 16, 2023 by goderbauer
Wrong error message in CFE if superclass has no appropriate instance member area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. front-end-analyzer-unification Issues where the analyzer and cfe vary (not clearly a bug on one or the other). improve-diagnostics Related to the quality of diagnostic messages
#52901 opened Jul 11, 2023 by sgrekhov
Weird not a subtype of issue area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#52826 opened Jun 30, 2023 by lukehutch
Exhaustiveness check should be able to prefer API instead of non-API witnesses analyzer-language-patterns Issues with analyzer's support for the patterns language feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. P3 A lower priority bug or feature request type-enhancement A request for a change that isn't a bug
#52682 opened Jun 12, 2023 by scheglov
Confusing error message "Refutable patterns can't be used in an irrefutable context" when trying to assign to property analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation
#52665 opened Jun 9, 2023 by Hixie
No error on class which incorrectly uses combines disallowed class modifiers area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. fe-analyzer-shared-parser Issues with the shared parser's handling of correct code
#52471 opened May 22, 2023 by munificent
Analyzer prints no error but getting runtime error area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#52446 opened May 19, 2023 by jeiea
[cfe] Misleading error message for async return type Never area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. improve-diagnostics Related to the quality of diagnostic messages
#52211 opened Apr 28, 2023 by eernstg
"Self" type arguments lead to confusing error messages area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#52204 opened Apr 27, 2023 by Hixie
Inline-class is a feature of SDK 3.0.0, as DartPad says? area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#52013 opened Apr 11, 2023 by Cat-sushi
Misleading error message for enabling the records feature area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE.
#51796 opened Mar 20, 2023 by InMatrix
Update the kind of error the CFE produces for the failing patterns in irrefutable contexts area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. P2 A bug or feature request we're likely to work on
#51720 opened Mar 13, 2023 by chloestefantsova Dart 3 cleanup
CFE messages area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-messages Poor/undesirable messaging in errors/warnings emitted by the CFE. Epic
#42371 opened Jun 17, 2020 by johnniwinther
ProTip! Add no:assignee to see everything that’s not assigned.