-
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
Expected response.statusCode == 500, but got HttpException: Connection closed
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
#60271
opened Mar 7, 2025 by
nielsenko
Flow analysis. Assignment is not detected in Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
fe-analyzer-shared-flow-analysis
model-flow
Implementation of flow analysis in analyzer/cfe
case ... when ...
part
area-dart-model
#60269
opened Mar 7, 2025 by
sgrekhov
Analysis Server Crash When Running dart fix --apply (Error in avoid_redundant_argument_values)
area-dart-model
Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
model-const-eval
Implementation of constant evaluation
#60266
opened Mar 6, 2025 by
mosabalrsaheed
When an expression with static type Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
model-flow
Implementation of flow analysis in analyzer/cfe
Never
is used as a condition, flow analysis sometimes forgets that the code path is unreachable.
area-dart-model
#60265
opened Mar 6, 2025 by
stereotype441
Pattern Matching on Sealed Classes with Default Generic Type Crashes Analyzer in Nested Functions
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, 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)
#60264
opened Mar 6, 2025 by
GiancarloCante
Stale package Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dart2js
tools/dart2js/sourceMapViewer
area-web
#60263
opened Mar 6, 2025 by
lrhn
Exhaustivity fails on Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
model-exhaustiveness
Implementation of exhaustiveness checking
Result<T, E>
with Ok<T>
and Err<E>
where the other generic is Never
area-dart-model
#60260
opened Mar 6, 2025 by
TekExplorer
[analytics] include vscode editor settings in our diagnostics report
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
type-performance
Issue relates to performance or code size
#60259
opened Mar 5, 2025 by
pq
[analytics] collect timings for fix/assist/refactoring calculations
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
devexp-server
Issues related to some aspect of the analysis server
P2
A bug or feature request we're likely to work on
type-performance
Issue relates to performance or code size
#60258
opened Mar 5, 2025 by
pq
1 of 3 tasks
--pause-isolates-on-exit results in a hung VM if it fails to start the VM Service
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
triaged
Issue has been triaged by sub team
#60256
opened Mar 5, 2025 by
DanTup
dart debug session slow to start.
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
#60252
opened Mar 5, 2025 by
bsutton
Nonusable Declarations
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
devexp-warning
Issues with the analyzer's Warning codes
P3
A lower priority bug or feature request
#60251
opened Mar 4, 2025 by
RohitSaily
Analyzer and CFE disagree on FFI Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
area-native-interop
Used for native interop related issues, including FFI.
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
P2
A bug or feature request we're likely to work on
@Native
annotations on extensions
area-devexp
#60250
opened Mar 4, 2025 by
simolus3
standalone/io/socket_connect_timeout_test
is failing on Android AOT configurations
area-vm
#60249
opened Mar 4, 2025 by
derekxu16
convert to named parameter quick fix: Named parameters can't start with an underscore.
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
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)
#60248
opened Mar 4, 2025 by
stephane-archer
testConnectTimeout in secure_socket_test.dart & socket_connect_timeout_test.dart not convincing
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
P3
A lower priority bug or feature request
#60246
opened Mar 4, 2025 by
brianquinlan
Automate the creation of data-driven fix data
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
devexp-data-driven-fixes
Issues with the analysis server's support for data-driven fixes
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
#60244
opened Mar 3, 2025 by
bwilkerson
StringSink Documentation Clarification
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-core
type-documentation
A request to add or improve documentation
#60241
opened Mar 3, 2025 by
RohitSaily
add a quick action to remove a try catch
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
devexp-assist
Issues with analysis server assists
P3
A lower priority bug or feature request
#60240
opened Mar 3, 2025 by
stephane-archer
Dart compiler crash
area-dart-model
Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
cfe-crashes
Crashes in the CFE
cfe-incremental-compiler
Incremental compiler issue in the CFE
legacy-area-front-end
Legacy: Use area-dart-model instead.
P2
A bug or feature request we're likely to work on
#60236
opened Mar 2, 2025 by
rebaz94
Discrepancy between Use area-dart-model for issues related to packages analyzer, front_end, and kernel.
model-discrepancy
Discrepancies between analyzer and cfe
dart analyze
and dart compile js/wasm
area-dart-model
#60235
opened Mar 2, 2025 by
gmpassos
Offsets on assists/quick-fixes tests are different on Windows because of new line differences
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
dartdev-quick-fix
Issues with analysis server (quick) fixes
P2
A bug or feature request we're likely to work on
#60234
opened Mar 1, 2025 by
FMorschel
Documentation for "substring" and Similar API
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-core
type-documentation
A request to add or improve documentation
#60230
opened Mar 1, 2025 by
RohitSaily
Sort members moves empty lines when it only needs to move the constructor
area-devexp
Developer experience items (DevTools, IDEs, analysis server, completions, refactorings, ...).
P3
A lower priority bug or feature request
#60228
opened Feb 28, 2025 by
FMorschel
collection_methods_unrelated_type
does not cover Set.containsAll
area-devexp
#60227
opened Feb 28, 2025 by
FaFre
ProTip!
What’s not been updated in a month: updated:<2025-02-13.