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

Failures on Dart2wasm: Bump pub to a7fbdb263d463640b5a7c1317c7f0ef51e1fb8ea...[tools] Fix heapsnapshot console crashes area-dart2wasm Issues for the dart2wasm compiler. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56862 opened Oct 7, 2024 by jyameo
Failures on [vm/compiler] Add reg, reg, imm forms for lsl/asr/and assembler macros. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
#56860 opened Oct 7, 2024 by dcharkes
Wrong type inference with record on expression evaluation area-front-end Use area-front-end for front end / CFE / kernel format related issues. 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
[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
Extract method inside State that only uses BuildContext should be allowed analyzer-refactoring 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
#56854 opened Oct 4, 2024 by FMorschel
Extracting void asyncrhonous functions should cast Future<void> analyzer-refactoring 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
#56853 opened Oct 4, 2024 by FMorschel
Extract function option on braces and not fully selecting it analyzer-refactoring 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
#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 P2 A bug or feature request we're likely to work on
#56847 opened Oct 4, 2024 by sgrekhov
TSAN reports flaky races in GC area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. vm-gc Related to the VM's garbage collector
#56845 opened Oct 4, 2024 by mkustermann
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
[gardening][vm] lib/mirrors/library_imports_prefixed_test failing area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-not-planned Closed as we don't intend to take action on the reported issue gardening P4 triaged Issue has been triaged by sub team
#56827 opened Oct 1, 2024 by dcharkes
ProTip! Type g i on any issue or pull request to go back to the issue listing page.