-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Separate Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
hotRestart
and hotReload
into two methods each in the embedder
area-web
#60528
opened Apr 11, 2025 by
srujzs
Create class
and Create getter
bugs
area-devexp
#60527
opened Apr 11, 2025 by
FMorschel
find all references on an import statement should list all elements in the file that belong to that package.
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60526
opened Apr 11, 2025 by
stephane-archer
Exception in analyzer_public_api
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
#60525
opened Apr 11, 2025 by
bwilkerson
go to the definition on an import statement should open the corresponding file
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60524
opened Apr 11, 2025 by
stephane-archer
Change the priority for "Create class/method/function" quick-fixes based on if the hovered symbol is TitleCase or camelCase
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-quick-fix
Issues with analysis server (quick) fixes
P3
A lower priority bug or feature request
#60523
opened Apr 11, 2025 by
rrousselGit
Failures on [vm] Improve const constructor coverage
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
gardening
#60522
opened Apr 11, 2025 by
derekxu16
Override tooling should adhere to lint rules
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60521
opened Apr 11, 2025 by
FMorschel
Flow analysis. Promotion in try-catch statement issue
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
model-flow
Implementation of flow analysis in analyzer/cfe
type-question
A question about expected behavior or functionality
#60519
opened Apr 11, 2025 by
sgrekhov
Lint and fix suggestion: For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-lint-proposal
P2
A bug or feature request we're likely to work on
simplify_variable_pattern
area-devexp
#60518
opened Apr 11, 2025 by
PiotrRogulski
Wrong analyzer warning in case of switch expression and type For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
Never
area-dart-model
#60517
opened Apr 11, 2025 by
sgrekhov
Poor problem and correction messages related to assignability
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
P3
A lower priority bug or feature request
#60516
opened Apr 10, 2025 by
bwilkerson
A linter rule to recommend "mixing in"
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-lint-proposal
#60515
opened Apr 10, 2025 by
nate-thegrate
Core libraries: Remove defensive checks against subclasses of final classes
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
#60513
opened Apr 10, 2025 by
lrhn
[native assets] Used for native interop related issues, including FFI.
dart build
support for cross compilation from Windows/Macos to Linux
area-native-interop
#60512
opened Apr 10, 2025 by
dcharkes
avoid_print should recognize tear-off
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-false-negative
P3
A lower priority bug or feature request
#60511
opened Apr 10, 2025 by
jakobleck
[analyzer] Wrong For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-warning
Issues with the analyzer's Warning codes
P2
A bug or feature request we're likely to work on
unused_element
warning
area-devexp
#60510
opened Apr 10, 2025 by
dcharkes
[CFE] No error if For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
cfe-dysfunctionalities
Issues for the CFE not behaving as intended
model-const-eval
Implementation of constant evaluation in analyzer/cfe
String?.length
is assigned to a constant
area-dart-model
#60509
opened Apr 9, 2025 by
sgrekhov
Support profiling of IsolateGroup callbacks
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
#60508
opened Apr 9, 2025 by
aam
Support debugging of IsolateGroup callbacks
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
#60507
opened Apr 9, 2025 by
aam
[js_interop] Consider using a synthesized getter for top-level getters in DDC lowering.
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
web-js-interop
Issues that impact all js interop
#60505
opened Apr 9, 2025 by
rakudrama
Deprecations of specific class features
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
type-design
#60504
opened Apr 9, 2025 by
lrhn
Flow analysis. Unassigned variable is treated as definitely assigned
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
model-flow
Implementation of flow analysis in analyzer/cfe
#60503
opened Apr 9, 2025 by
sgrekhov
Remove Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-js-interop
Issues that impact all js interop
@trustTypes
area-web
#60501
opened Apr 8, 2025 by
srujzs
Flaky VM crash: runtime\platform\threads.h: 55: error: expected: owner_ == kUnowned
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
gardening
#60499
opened Apr 8, 2025 by
alexmarkov
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.