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

Request for Official Support for Golang and Rust Interoperability in Dart area-native-interop Used for native interop related issues, including FFI. type-enhancement A request for a change that isn't a bug
#59610 opened Nov 26, 2024 by stephane-archer
Add mention to env var 'TEST_SERVER_SNAPSHOT` in docs area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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
#59609 opened Nov 26, 2024 by FMorschel
Bridging Dart Exceptions with Isolates: Addressing the Incompatibility area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. 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
#59608 opened Nov 26, 2024 by stephane-archer
Improve typedef Usability for Named Tuple-like Structures in Dart area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). 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
#59607 opened Nov 25, 2024 by stephane-archer
Strange error with "Instance of '_SimpleUri'" for malformed import. area-front-end Use area-front-end for front end / CFE / kernel format related issues.
#59606 opened Nov 25, 2024 by rakudrama
Unable to pass & in an argument to a shell script started with Process.start area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59604 opened Nov 25, 2024 by DanTup
VM Service incorrectly wraps compileExpression error responses from external clients 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
#59603 opened Nov 25, 2024 by bkonyi
[CP] Bump unified_analytics to 7.0.1 area-sdk Use area-sdk for general purpose SDK issues (packaging, distribution, …). cherry-pick-review Issue that need cherry pick triage to approve triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
#59602 opened Nov 25, 2024 by kenzieschmoll
pkg/dds/test/log_history_size_gigantic_test is timing out on unittest-asserts-release-win-arm64 area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. dds-core Issues related to the core functionality of DDS gardening
#59597 opened Nov 22, 2024 by derekxu16
Dart process consuming 14GB of memory, slow autocomplete analyzer-stability 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 type-performance Issue relates to performance or code size
#59596 opened Nov 22, 2024 by The-Redhat
Utility method for converting expressions into case patterns analyzer-api Issues that impact the public API of the analyzer 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
#59595 opened Nov 22, 2024 by FMorschel
tsan data race Object::Clone() vs Function::set_optimized_call_site_count() area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
#59594 opened Nov 22, 2024 by aam
Analyzer crash: type '_ConstructorNameWithInvalidTypeArgs' is not a subtype of type 'ConstructorNameImpl?' in type cast area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. P1 A high priority bug; for example, a single project is unusable or has many test failures type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59592 opened Nov 22, 2024 by jensjoha
[macros] typeDeclarationOf returns different results when running in test mode for enums area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-macros Implementation of the macros feature P2 A bug or feature request we're likely to work on triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#59591 opened Nov 22, 2024 by cedvdb
please add an option to File.writeAsBytes to avoid overwriting. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io type-enhancement A request for a change that isn't a bug
#59587 opened Nov 22, 2024 by stephane-archer
Failures on Remove unnecessary leftover @dart=2.19 from tests. 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)
#59583 opened Nov 21, 2024 by lrhn
[warning] UNUSED_LOCAL_VARIABLE false negative analyzer-warning Issues with the analyzer's Warning codes 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)
#59582 opened Nov 21, 2024 by stephane-archer
[json_codable] the object passed to fromJson is not necessarily a Map 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
#59580 opened Nov 21, 2024 by cedvdb
[json_codable] support static fromJson 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
#59579 opened Nov 21, 2024 by cedvdb
unnecessary_statements and no_self_assignments discussion analyzer-warning Issues with the analyzer's Warning codes 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) type-enhancement A request for a change that isn't a bug
#59578 opened Nov 21, 2024 by FMorschel
Iterable.any docs slightly unclear? area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. type-documentation A request to add or improve documentation type-enhancement A request for a change that isn't a bug
#59576 opened Nov 21, 2024 by ditman
Safepoint deadlock(s) area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening
#59574 opened Nov 20, 2024 by rmacnak-google
dart fix applies fixes in part files mutliple times analyzer-bulk-fix analyzer-quick-fix 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)
#59572 opened Nov 20, 2024 by denniskaselow
[linter proposal] member function can be static area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. linter-lint-request P3 A lower priority bug or feature request
#59571 opened Nov 20, 2024 by stephane-archer
Failures on DDC debugger test 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-dev-compiler
#59570 opened Nov 20, 2024 by jyameo
ProTip! Adding no:label will show everything without a label.