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

Never-bounded types cause CFE crash 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
#56079 opened Jun 25, 2024 by stereotype441
Data driven fix: Replacing a method with a getter when method has been removed does not work correctly analyzer-data-driven-fixes 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56078 opened Jun 25, 2024 by keertip
Pre-built Stack Class in the Dart Standard Library area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-collection type-enhancement A request for a change that isn't a bug
#56077 opened Jun 25, 2024 by mdex-geek
vm/dart/isolates/shared_test flakily fails on vm-reload-linux-release-x64 area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. gardening
#56076 opened Jun 24, 2024 by aam
Coverage reports differ when --optimization-counter-threshold=-1 is used area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends.
#56075 opened Jun 24, 2024 by a-siva
dart2js memory usage output always 0 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-dart2js
#56074 opened Jun 24, 2024 by parlough
Crash while trying to find the compilation unit for an element analyzer-crash-report Issues which have been reported due to an analysis server crash 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
#56070 opened Jun 24, 2024 by bwilkerson
[dart:js_interop] Add JSArray.from static method. area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-enhancement A request for a change that isn't a bug web-js-interop Issues that impact all js interop
#56069 opened Jun 24, 2024 by ykmnkmi
[breaking change] Change the context for the operand of throw to Object. area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). breaking-change-request This tracks requests for feedback on breaking changes triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-enhancement A request for a change that isn't a bug
#56065 opened Jun 21, 2024 by stereotype441
Isolate-local native callables create spurious exception in debugger when returning null area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. cherry-pick-candidate Candidates to be cherry-picked triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56064 opened Jun 20, 2024 by simolus3
Docs on how to access and use the test status database area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). type-documentation A request to add or improve documentation
#56063 opened Jun 20, 2024 by jakemac53
[dart2js] dart2js should do better inlining of @Native method stubs area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dart2js-optimization P3 A lower priority bug or feature request web-dart2js
#56062 opened Jun 20, 2024 by rakudrama
ffi/callback_unwind_error_test was flaky, turned Crash on vm-aot-linux-release-arm-qemu area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. gardening
#56060 opened Jun 20, 2024 by aam
[ffi] Varargs should give an error on uint8, int8, uint16, int16 and float area-native-interop issues in the native interop area good first issue A good starting issue for contributors (issues with this label will appear in /contribute) library-ffi P3 A lower priority bug or feature request
#56058 opened Jun 20, 2024 by dcharkes
Allow DTD clients to know when a service/method is available/unavailable area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-enhancement A request for a change that isn't a bug
#56057 opened Jun 20, 2024 by DanTup
A simple code that break dart fix analyzer-dartfix Issues with the dartfix package 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 triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56055 opened Jun 20, 2024 by Alexqwesa
Unreliable network connection timeout parameters area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-io triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56054 opened Jun 20, 2024 by tilongzs
Uint8List.fromList([...]) is ~10x slower than Uint8List(length)..[0] = #..[1] = # area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-performance Issue relates to performance or code size
#56052 opened Jun 20, 2024 by matanlurey
Intersection type soundness issue 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 soundness type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56050 opened Jun 19, 2024 by eernstg
analysis_options.yaml "include:" not working for nested folders unless workspace root has a package config for the referenced package area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P1 A high priority bug; for example, a single project is unusable or has many test failures triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56047 opened Jun 19, 2024 by davidmorgan
[js_interop/dart2wasm] Canonicalize and move <constant-or-literal>.toJS at compile-time to mjs file area-dart2wasm Issues for the dart2wasm compiler. web-js-interop Issues that impact all js interop
#56046 opened Jun 19, 2024 by mkustermann
[js_interop/dart2js] Constant fold string literals .toJS in dart2js area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) web-dart2js web-js-interop Issues that impact all js interop
#56045 opened Jun 19, 2024 by mkustermann
[native_assets] Support dart pub global run area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. area-native-interop issues in the native interop area
#56044 opened Jun 19, 2024 by lindeer
Auto-generate identifiers for record_use area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...).
#56043 opened Jun 19, 2024 by mosuem
A macro application generated by another macro is not invoked area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). triage-automation Issues triaged by automation (see https://github.com/dart-lang/sdk/wiki/Triage-automation) type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#56042 opened Jun 19, 2024 by alexeyinkin
ProTip! Exclude everything labeled bug with -label:bug.