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

Issues list

Macro executor test for disposing macro instances is failing area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-macros The experimental package:_macros library type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#55992 opened Jun 12, 2024 by jakemac53
☂️ Explore shared memory multithreading area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
#55991 opened Jun 12, 2024 by mraleph
[macros] add JsonCodable support for enums area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. pkg-json The json macro package type-enhancement A request for a change that isn't a bug
#55989 opened Jun 12, 2024 by jimmyff
dart analyze should gracefully handle analysis options formatting errors area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. dart-cli-analyze Issues related to the 'dart analyze' tool
#55987 opened Jun 12, 2024 by parlough
Adding an extension type with a typedef representation type makes pkg/kernel/test/dart_scope_calculator_test throw during serialization area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-testing Issues related to testing of the CFE.
#55986 opened Jun 12, 2024 by srujzs
New error message for depend_on_referenced_packages quick-fix analyzer-quick-fix 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
#55985 opened Jun 11, 2024 by FMorschel
dart.exe take %97 of memory make pc laggy needs-info We need additional information from the issue author (auto-closed after 14 days if no response)
#55984 opened Jun 11, 2024 by mohammedkh96
[cfe/macros]: empty metadata iterable at compile time area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-feature-macros Implement macros features in the CFE feature-macros Implementation of the macros feature
#55983 opened Jun 11, 2024 by helightdev
[CP] Pub: Properly handle case where the client is unable to fetch advisories area-meta Cross-cutting, high-level issues (for tracking many other implementation issues, ...). cherry-pick-approved Label for approved cherrypick request cherry-pick-review Issue that need cherry pick triage to approve
#55981 opened Jun 11, 2024 by sigurdm
Quick fix: convert UNUSED_CATCH_CLAUSE to wildcard analyzer-quick-fix area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-wildcard-variables Implementation of the wildcard variables feature P2 A bug or feature request we're likely to work on
#55980 opened Jun 11, 2024 by pq
[CP] [dart2wasm] Make dart compile wasm compiled apps disable dart.library.ffi area-dart2wasm Issues for the dart2wasm compiler. cherry-pick-approved Label for approved cherrypick request cherry-pick-review Issue that need cherry pick triage to approve
#55979 opened Jun 11, 2024 by mkustermann
Issues with Socket and SecureSocket error handling and documentation area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. library-io P3 A lower priority bug or feature request triaged Issue has been triaged by sub team type-documentation A request to add or improve documentation
#55978 opened Jun 11, 2024 by larssn
Document machine/rules.json 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. P4 type-documentation A request to add or improve documentation
#55977 opened Jun 11, 2024 by oaahmad
[infra] tools/patches/flutter-engine/apply.sh incompatible with Python 3.12 type-infra A repository infrastructure change or enhancement
#55973 opened Jun 10, 2024 by dcharkes
File APIs inconsistently handle paths ending in . on windows in 3.4.3 area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. os-windows 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)
#55972 opened Jun 10, 2024 by jakemac53
[vm/ffi] Support .address.cast() in leaf calls 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
#55971 opened Jun 10, 2024 by dcharkes
Analyzer allows super as expression in several places 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. P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#55969 opened Jun 10, 2024 by lrhn
[vm/ffi] Add dladdr embedder callback area-native-interop issues in the native interop area library-ffi
#55966 opened Jun 10, 2024 by dcharkes
Analysis options bugged after upgrading from Flutter 3.22.0-0.2.pre to 3.23.0-0.1.pre analyzer-analysis-options 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)
#55975 opened Jun 10, 2024 by cabaucom376
Add Iterable.fromIterator (or similar, name less important) 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
#55961 opened Jun 9, 2024 by matanlurey
Flaky coverage/package:front_end/src/fasta/type_inference/inference_visitor_base.dart on front-end-linux-release-x64-try area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-testing Issues related to testing of the CFE.
#55959 opened Jun 7, 2024 by alexmarkov
Make analysis server/IDEs show the distinction between fields and getters accurately and consistently analyzer-lsp Issues with analysis server's support of Language Server Protocol 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
#55956 opened Jun 7, 2024 by DanTup
[Null-aware elements] CFE Implementation 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
#55955 opened Jun 7, 2024 by chloestefantsova
3 tasks
[Null-aware elements] Implement parser changes area-fe-analyzer-shared Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer. cfe-features General feature work in the CFE. feature-null-aware-elements Implementation of the Null-aware elements feature
#55954 opened Jun 7, 2024 by chloestefantsova
ProTip! no:milestone will show everything without a milestone.