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

[CP] Special case message from global run when incompatibility stems from sdk package area-dart-cli Use area-dart-cli for issues related to the 'dart' command like tool. cherry-pick-approved Label for approved cherrypick request 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. type-enhancement A request for a change that isn't a bug
#57054 opened Nov 8, 2024 by sigurdm
[augmentations] No error in case of use augmented constant in a control-flow collections if and for area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. feature-augmentations Implementation of the augmentations feature
#57053 opened Nov 8, 2024 by sgrekhov
Import token evaluation crash area-front-end Use area-front-end for front end / CFE / kernel format related issues. cfe-incremental-compiler Incremental compiler issue in the CFE 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)
#57051 opened Nov 8, 2024 by TheMaverickProgrammer
Error when running the tools/rev_sdk_deps.dart script type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#57050 opened Nov 7, 2024 by kenzieschmoll
[ddc] Handle deoptimized code patterns in compiler_new.dart after generational diffing is implemented 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-dev-compiler
#57049 opened Nov 7, 2024 by Markzipan
4 tasks
VM crash when evaluating a named record field of a late variable area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) vm-debugger
#57048 opened Nov 7, 2024 by DanTup
sqrt(0.0) sometimes, but only sometimes, returns NaN area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#57047 opened Nov 7, 2024 by ipr-fredrik2
Incorrect behavior of try/catch within finally within async* method area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dart2js
#57046 opened Nov 7, 2024 by mraleph
Improve the error when imports are written before a part of directive analyzer-ux area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request
#57044 opened Nov 7, 2024 by DanTup
Handle the new formatting style in the static error test updater area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test).
#57042 opened Nov 6, 2024 by munificent
Expression evaluation on extension getters for nullable types throw exception 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 type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) vm-service The VM Service Protocol, both the specification and its implementation
#57040 opened Nov 6, 2024 by FMorschel
[Enum Shorthands] Language Tests in tests/language area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-enum-shorthands Implementation of the enum shorthands feature. type-enhancement A request for a change that isn't a bug
#57038 opened Nov 5, 2024 by kallentu
[Enum Shorthands] Experiment flag area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-enum-shorthands Implementation of the enum shorthands feature. type-enhancement A request for a change that isn't a bug
#57037 opened Nov 5, 2024 by kallentu
3 tasks
[Enum Shorthands][meta] Enum shorthands implementation area-language Dart language related items (some items might be better tracked at github.com/dart-lang/language). feature-enum-shorthands Implementation of the enum shorthands feature. type-enhancement A request for a change that isn't a bug
#57036 opened Nov 5, 2024 by kallentu
2 tasks
New YAML configuration for diagnostics analysis options 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-enhancement A request for a change that isn't a bug
#57034 opened Nov 5, 2024 by srawlins
Renaming private declarations takes 40+ seconds 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
#57031 opened Nov 5, 2024 by FMorschel
[augmentations] No error in the analyzer when the resulting constructor is not valid 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
#57029 opened Nov 5, 2024 by sgrekhov
[augmentations] Wrong analyzer warning when augmenting enum constructor 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
#57028 opened Nov 5, 2024 by sgrekhov
[Augmentation] Wrong error in the analyzer when augmenting a factory constructor 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
#57027 opened Nov 5, 2024 by sgrekhov
Dart / Flutter thrown exception location opens in read-only ("Preview") mode in IntelliJ area-intellij Tracking issues for the Dart IntelliJ plugin. 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)
#57025 opened Nov 5, 2024 by filiph
AOT deferred loading tests flaky fail on Windows area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. crash Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash. gardening os-windows P3 A lower priority bug or feature request triaged Issue has been triaged by sub team
#57023 opened Nov 4, 2024 by rmacnak-google
Inline method should wrap string interpolations with {} when necessary analyzer-refactoring 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-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#57019 opened Nov 4, 2024 by stereotype441
Inline method doesn't properly handle target of PrefixedIdentifier analyzer-refactoring analyzer-server 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)
#57018 opened Nov 4, 2024 by stereotype441
Missing quick fix for omit_obvious_property_types in Dart Analysis view in IntelliJ area-intellij Tracking issues for the Dart IntelliJ plugin. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#57017 opened Nov 4, 2024 by denniskaselow
Link::existsSync() fails on windows when symlink to a folder exists, but with different case. area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io triaged Issue has been triaged by sub team type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
#57016 opened Nov 2, 2024 by sohrab-niche
ProTip! Updated in the last three days: updated:>2024-11-05.