-
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
Incorrect Coverage Reporting for Extension Methods with Split Return Type and Name
#60383
opened Mar 23, 2025 by
GiancarloCante
The code in the pub workspace does not display the repair prompt window.
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60381
opened Mar 22, 2025 by
kjxbyz
Reduce the use of "Try..." in messaging
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
#60380
opened Mar 22, 2025 by
davidmorgan
move to file doesn't move associated private function
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
#60379
opened Mar 22, 2025 by
stephane-archer
What capabilities should the analysis server provide via DTD?
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
P2
A bug or feature request we're likely to work on
type-question
A question about expected behavior or functionality
#60377
opened Mar 21, 2025 by
bwilkerson
dart2wasm incorrectly uses identity comparison in switches over Type in language version < 3.0
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
cfe-encodings
Encoding related CFE issues.
#60375
opened Mar 21, 2025 by
mraleph
Extract Method refactoring misses a required formal parameter
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
P3
A lower priority bug or feature request
#60373
opened Mar 20, 2025 by
scheglov
Extract Method refactoring stucks in disabled state when entering name
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
P2
A bug or feature request we're likely to work on
#60372
opened Mar 20, 2025 by
scheglov
no-change Use area-infrastructure for SDK infrastructure issues, like continuous integration bot changes.
gclient sync
/build should be no-op, but now builds many targets
area-infrastructure
#60371
opened Mar 20, 2025 by
aam
Combinators IDE folding
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-ux
P3
A lower priority bug or feature request
#60370
opened Mar 20, 2025 by
FMorschel
[cfe] For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
cfe-encodings
Encoding related CFE issues.
ConstantExpression.getStaticType()
returns DynamicType
despite the constant having more precise type
area-dart-model
#60368
opened Mar 20, 2025 by
mkustermann
Difference in map/set collection inference between analyzer and CFE
area-dart-model
For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
dart-model-analyzer-spec
Issues with the analyzer's implementation of the language spec
model-discrepancy
Discrepancies between analyzer and cfe
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
#60367
opened Mar 20, 2025 by
lrhn
Flow analysis. If For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
fe-analyzer-shared-flow-analysis
model-flow
Implementation of flow analysis in analyzer/cfe
P2
A bug or feature request we're likely to work on
while
part of do-while
is Never
the code after the loop must be unreachable
area-dart-model
#60363
opened Mar 19, 2025 by
sgrekhov
Process.run on Windows has an empty stdout
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
#60362
opened Mar 19, 2025 by
MegatronKing
Flow analysis. In a do-while loop an assignment in For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
fe-analyzer-shared-flow-analysis
model-flow
Implementation of flow analysis in analyzer/cfe
type-question
A question about expected behavior or functionality
while
after break
is dead code
area-dart-model
#60361
opened Mar 19, 2025 by
sgrekhov
Using a 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
P3
A lower priority bug or feature request
late final
variable as loop variable for for
/in
gives incorrect late errors
area-dart-model
#60359
opened Mar 19, 2025 by
lrhn
Crash with non-identifier expression in For issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.
cfe-crashes
Crashes in the CFE
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
for (... in ...)
area-dart-model
#60358
opened Mar 19, 2025 by
lrhn
JS interop performance of function calls
area-dart2wasm
Issues for the dart2wasm compiler.
area-web
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
#60357
opened Mar 19, 2025 by
mkustermann
SendPort.send message takes longer time to receive on main isolate if there are heavy computation
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-isolate
#60355
opened Mar 19, 2025 by
yuzurihaaa
Other For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-assist
Issues with analysis server assists
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
Builder
Flutter wrappers
area-devexp
#60348
opened Mar 18, 2025 by
FMorschel
Wildcard Exports – Because Typing Every File Name is for Cavemen
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
type-enhancement
A request for a change that isn't a bug
#60347
opened Mar 18, 2025 by
stan-at-work
the element can't be renamed on a simple For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
P2
A bug or feature request we're likely to work on
catch(e)
area-devexp
#60345
opened Mar 18, 2025 by
stephane-archer
Slow interop type tests: 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
foo.isA<Foo>
or foo.isInstanceOfString("Foo")
area-web
#60344
opened Mar 18, 2025 by
mkustermann
Missing dead code warning
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
model-exhaustiveness
Implementation of exhaustiveness checking
P2
A bug or feature request we're likely to work on
#60342
opened Mar 18, 2025 by
eernstg
Implement a proper shell tokenizer for the SDK
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
#60341
opened Mar 18, 2025 by
osa1
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-02-24.