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

Proposal: Introduce HTTP Method Constants area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug
#59983 opened Jan 25, 2025 by maranix
dart2js using self when it should (likely) use globalThis area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-js-interop Issues that impact all js interop
#59982 opened Jan 24, 2025 by kevmoo
dart2wasm: Rethrowing in a catch block throws the wrong exception after a try/catch inside the catch block area-dart2wasm Issues for the dart2wasm compiler. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59981 opened Jan 24, 2025 by simolus3
Failures on "Create lib folder for observatory_test_package" area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening vm-service The VM Service Protocol, both the specification and its implementation
#59980 opened Jan 24, 2025 by alexmarkov
Analyzer doesn't report duplicate getter analyzer-spec Issues with the analyzer's implementation of the language spec area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on
#59977 opened Jan 24, 2025 by johnniwinther
Patterns destructing functions are colored the same as getters area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request
#59976 opened Jan 24, 2025 by FMorschel
Analyzer and CFE treat variable pattern clashing with type differently analyzer-spec Issues with the analyzer's implementation of the language spec area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
#59974 opened Jan 24, 2025 by simolus3
False positive by unnecessary_parenthesis for function with specified type parameter in collection if in Set literal area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-false-positive P2 A bug or feature request we're likely to work on
#59973 opened Jan 24, 2025 by spkersten
[DDC] Rework representation of Enums to be less redundant area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P2 A bug or feature request we're likely to work on web-dev-compiler
#59972 opened Jan 23, 2025 by Markzipan
Improve hovers for super area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug
#59970 opened Jan 23, 2025 by FMorschel
Can we "Dart: sort member" outside our editor using dart fix maybe? area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. dart-cli-fix P3 A lower priority bug or feature request
#59969 opened Jan 23, 2025 by stephane-archer
move to file fail on a simple case (4 lines) analyzer-refactoring area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59968 opened Jan 23, 2025 by stephane-archer
Proposal: Add @BestPractice annotation to encourage best practices for optional parameters analyzer-pkg-meta Issues related to package:meta area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug
#59967 opened Jan 23, 2025 by stan-at-work
Improve hovers for patterns analyzer-hover Issues related to hovers analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request
#59966 opened Jan 23, 2025 by DanTup
No runtime error when call getter is implicitly invoked area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59965 opened Jan 23, 2025 by sgrekhov
No error in the analyzer when call field of a record is invoked analyzer-spec Issues with the analyzer's implementation of the language spec area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59964 opened Jan 23, 2025 by sgrekhov
No error in CFE when extension type call getter is implicitly invoked area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-dysfunctionalities Issues for the CFE not behaving as intended type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59963 opened Jan 23, 2025 by sgrekhov
No error in CFE when call getter og an extension is invoked area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-dysfunctionalities Issues for the CFE not behaving as intended type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59962 opened Jan 23, 2025 by sgrekhov
Add DateTime.fromSecondsSinceEpoch and int get secondsSinceEpoch area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-enhancement A request for a change that isn't a bug
#59961 opened Jan 23, 2025 by KKimj
request for a cli flag to the analysis server to moderate memory usage analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on
#59960 opened Jan 22, 2025 by devoncarew
extract method does not work with implicit return at the end analyzer-refactoring analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request
#59959 opened Jan 22, 2025 by stephane-archer
inline method nor working analyzer-refactoring analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on
#59958 opened Jan 22, 2025 by stephane-archer
[lint] [omit_obvious_local_variable_types] false positive analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-false-positive
#59957 opened Jan 22, 2025 by stephane-archer
[linter] throw synchronously when you return a Future 👿 analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-lint-proposal
#59956 opened Jan 22, 2025 by stephane-archer
[lint] avoid_unused_parameters analyzer-linter Issues with the analyzer's support for the linter package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-lint-request
#59955 opened Jan 22, 2025 by stephane-archer
ProTip! What’s not been updated in a month: updated:<2024-12-25.