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

Wrong type inference with record on expression evaluation area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. vm-debugger
#56859 opened Oct 5, 2024 by FMorschel
web/wasm/multi_module_stress_test goes from flaky to RuntimeError area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. gardening
#56858 opened Oct 4, 2024 by a-siva
[ddc] Tests failing on Safari bot that differ from Firefox baseline results area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. P3 A lower priority bug or feature request web-dev-compiler
#56856 opened Oct 4, 2024 by nshahan
Assist to make parameter into named 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
#56855 opened Oct 4, 2024 by FMorschel
Extract method inside State that only uses BuildContext should be allowed 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
#56854 opened Oct 4, 2024 by FMorschel
Extracting void asyncrhonous functions should cast Future<void> 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
#56853 opened Oct 4, 2024 by FMorschel
Extract function option on braces and not fully selecting it 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
#56852 opened Oct 4, 2024 by FMorschel
Add StringView / substring by reference to core library. area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-core type-enhancement A request for a change that isn't a bug
#56850 opened Oct 4, 2024 by hydro63
parse() tests fail on dart2wasm area-dart2wasm Issues for the dart2wasm compiler.
#56849 opened Oct 4, 2024 by sgrekhov
Wrong order of evaluating map entries area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-features General feature work in the CFE. feature-null-aware-elements Implementation of the Null-aware elements feature soundness type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56848 opened Oct 4, 2024 by sgrekhov
[Augmentations] No error in the analyzer when augmenting index, hashCode and == area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-augmentations Implementation of the augmentations feature
#56847 opened Oct 4, 2024 by sgrekhov
Using timeout with some onTimeout closures on a stream subscription's cancel future throws exception area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56846 opened Oct 4, 2024 by hampuslavin
TSAN reports flaky races in GC area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#56845 opened Oct 4, 2024 by mkustermann
"Go to Type Definition" on closure parameters not working area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56844 opened Oct 4, 2024 by FMorschel
Cannot pass --suppress-analytics to dart test area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56842 opened Oct 3, 2024 by matanlurey
Implement shared native memory multithreading area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#56841 opened Oct 3, 2024 by mraleph
12 tasks
VM produces worse code for iterating Iterable<String> vs List<String> area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on type-performance Issue relates to performance or code size
#56840 opened Oct 3, 2024 by jensjoha
VM keeps doing the same redundant operations when doing many compares area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request type-performance Issue relates to performance or code size
#56839 opened Oct 3, 2024 by jensjoha
[Null-aware elements] Analyzer implementation area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-null-aware-elements Implementation of the Null-aware elements feature P1 A high priority bug; for example, a single project is unusable or has many test failures
#56836 opened Oct 2, 2024 by chloestefantsova
[analyzer/linter] Consolidate still relevant information from rules.json into messages.yaml 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. P3 A lower priority bug or feature request type-documentation A request to add or improve documentation
#56835 opened Oct 2, 2024 by parlough
7 of 21 tasks
[analyzer] Non-null assertion error in AstRewriter 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)
#56833 opened Oct 1, 2024 by parlough
VM Service should finish processing RPC responses from service extensions before shutting down area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P2 A bug or feature request we're likely to work on triaged Issue has been triaged by sub team vm-service The VM Service Protocol, both the specification and its implementation
#56831 opened Oct 1, 2024 by bkonyi
New assist to add/edit hide at import for ambiguous import analyzer-assist Issues with analysis server assists 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 type-enhancement A request for a change that isn't a bug
#56830 opened Oct 1, 2024 by FMorschel
Identical on ints is worse than equals on ints area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56829 opened Oct 1, 2024 by jensjoha
VM machine code for list[someInt & 0xff] seems to have meaningless stuff area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-performance Issue relates to performance or code size
#56828 opened Oct 1, 2024 by jensjoha
ProTip! Add no:assignee to see everything that’s not assigned.