-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Insights: dart-lang/sdk
Overview
-
0 Active pull requests
-
- 0 Merged pull requests
- 0 Open pull requests
- 23 Closed issues
- 16 New issues
Could not load contribution data
Please try again later
23 Issues closed by 8 people
-
VM crash on Windows
#61065 closed
Sep 4, 2025 -
RegExp fails to match Unicode line separators U+2028 and U+2029
#61448 closed
Sep 4, 2025 -
dartfuzz crash
#61442 closed
Sep 3, 2025 -
dartfuzz divergence
#61443 closed
Sep 3, 2025 -
UserTags crashes vm when used in isolate group callbacks
#61325 closed
Sep 3, 2025 -
Access to environment variables crashes vm when used in isolate group callbacks
#61324 closed
Sep 3, 2025 -
Deferred loading crashes vm when used in isolate group callbacks
#61323 closed
Sep 3, 2025 -
Dartdoctest cannot handle parts
#61438 closed
Sep 3, 2025 -
[js_interop] No error if `toJSCaptureThis` is called on function with named parameters
#61441 closed
Sep 2, 2025 -
[js_interop] No error in case of `toJSCaptureThis` and disallowed type
#61440 closed
Sep 2, 2025 -
[Dot Shorthands] Analysis Server Implementation
#59836 closed
Sep 2, 2025 -
[analyzer] autocompletion for errors in `analysis_options.yaml` includes multiple duplicate entries
#61434 closed
Sep 2, 2025 -
Diagnostics in `analysis_options.yaml` about include
#61147 closed
Sep 1, 2025 -
[analyzer] Surprising discrepancy when reporting a bound violation
#61370 closed
Sep 1, 2025 -
Introduce a new `package:meta` annotation for `library` that requests the use of an import prefix
#61432 closed
Aug 31, 2025 -
New analyzer plugins do not pickup added files.
#61387 closed
Aug 31, 2025 -
Using web workers in WASM-compiled Dart code
#61430 closed
Aug 29, 2025 -
warn the user when the project is too big (AST cache is ineffective)
#26095 closed
Aug 29, 2025 -
[Import] Prompt only package import format rather than reuse the entry
#61417 closed
Aug 29, 2025 -
[analyzer] Code completion incorrectly includes `values` from all available enums
#61161 closed
Aug 29, 2025 -
Need some escape hatches in generated analyzer plugins entrypoint
#61422 closed
Aug 28, 2025
16 Issues opened by 8 people
-
`analysis_server_plugin`: part files are not analyzed
#61449 opened
Sep 4, 2025 -
Enhancement request - provide id of the current logical thread as an integer
#61447 opened
Sep 3, 2025 -
Renaming object destructing inside collection for at function expression is wrong
#61446 opened
Sep 3, 2025 -
TSAN failures on macOS ReleaseARM64 bots over the past few days
#61445 opened
Sep 3, 2025 -
[meta] Update `useResult` doc comment for current status of what "used" means
#61444 opened
Sep 2, 2025 -
[js_interop] `Function.toJSCaptureThis` should have the same static errors/checks as `Function.toJS`
#61439 opened
Sep 2, 2025 -
An infinite loop in parsing cookie expire date.
#61437 opened
Sep 2, 2025 -
Diagnostic for linter rules that can't be enabled on the current constraints (to low)
#61436 opened
Sep 1, 2025 -
Implicit closure-objects creation performance impact
#61433 opened
Aug 30, 2025 -
`Convert to wildcard variable` fix for `unnecessary_underscores` could be applied automatically
#61431 opened
Aug 29, 2025 -
No error in CFE for definitely unassigned variable after `Never`
#61429 opened
Aug 29, 2025 -
Analyzer crash on `co19/TypeSystem/flow-analysis/reachability_for_A01_t01`
#61428 opened
Aug 29, 2025 -
[flow analysis] No error in the analyzer if variable is initialized in dead code after `Never`
#61427 opened
Aug 29, 2025 -
Unhelpful error from failure to load analyzer plugin
#61426 opened
Aug 28, 2025 -
[model] Error when marking dot-shorthand const factory usage as const
#61425 opened
Aug 28, 2025
34 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
textDocument/implementation request: Null check operator used on a null value
#61420 commented on
Aug 28, 2025 • 0 new comments -
Analysis server tests should normalize embedded source to test with the current platforms line endings and not use hard-coded offsets
#60234 commented on
Aug 28, 2025 • 0 new comments -
Methods flagged by the avoid_slow_async_io lint should have better documentation
#36269 commented on
Aug 28, 2025 • 0 new comments -
Command-line tools don't require a file watcher
#61414 commented on
Aug 28, 2025 • 0 new comments -
Should there be a warning when an excluded file doesn't exist?
#61408 commented on
Aug 28, 2025 • 0 new comments -
please introduce a "copy widget " like functionality in the extension on vscode so it copies the whole widget code
#61388 commented on
Aug 28, 2025 • 0 new comments -
Dart MCP is not working in Dart version `3.9.0`, and even with `Dart version 3.10.0 (build 3.10.0-116.0.dev)`
#61366 commented on
Aug 28, 2025 • 0 new comments -
`dart mcp-server` ouput is unintelligible
#61365 commented on
Aug 28, 2025 • 0 new comments -
A few renames to fit new analyzer plugins better
#61386 commented on
Aug 29, 2025 • 0 new comments -
Analyzer >=6.4.2 <7.3.0 depends on `_macros` in SDK
#60595 commented on
Aug 29, 2025 • 0 new comments -
The priority of fixes for a `Future<T>` being assigned to `T` is weird
#61421 commented on
Aug 29, 2025 • 0 new comments -
Unresponsive static analysis with a specific project
#61415 commented on
Aug 29, 2025 • 0 new comments -
`Create member` fixes don't handle generics
#61186 commented on
Aug 29, 2025 • 0 new comments -
null_check_on_nullable_type_parameter: runtime cost difference between `t!` and `t as T`
#58927 commented on
Aug 29, 2025 • 0 new comments -
Can the analysis server report in an IDE that multiple instances or versions of any pub package are in play
#48929 commented on
Aug 29, 2025 • 0 new comments -
Switching branches to a branch with a different .analysis_options doesn't change the options the analyzer server is using
#29198 commented on
Aug 29, 2025 • 0 new comments -
Windows directory watcher can silently fail
#61378 commented on
Aug 31, 2025 • 0 new comments -
[proposal] [dart2wasm] Wasm component model / WASI support
#56366 commented on
Aug 31, 2025 • 0 new comments -
Support coverage from "dart test" in lcov format to match "flutter test", and make the output locations more consistent
#60958 commented on
Sep 1, 2025 • 0 new comments -
Promotion failure
#61416 commented on
Sep 1, 2025 • 0 new comments -
Linter rules such as `enable_null_safety` don't show diagnostic anymore
#59869 commented on
Sep 1, 2025 • 0 new comments -
ffi/many_listener_callbacks_test.dart timesout/deadlocks on vm-reload-rollback-linux-debug-x64
#61372 commented on
Sep 2, 2025 • 0 new comments -
[breaking change] Issue error on erroneous import statements that doesn't currently reports errors
#61264 commented on
Sep 2, 2025 • 0 new comments -
☂️ [vm/ffi] Multi language debugging
#55832 commented on
Sep 2, 2025 • 0 new comments -
[Dot Shorthands][meta] Dot shorthands implementation
#57036 commented on
Sep 2, 2025 • 0 new comments -
Add support for JS interop members with symbol names
#61413 commented on
Sep 2, 2025 • 0 new comments -
☂️ New analyzer plugin system
#53402 commented on
Sep 2, 2025 • 0 new comments -
[analyzer, analysis_server] Support doc comments on inline functions (and maybe variables)
#54307 commented on
Sep 3, 2025 • 0 new comments -
Failures on [dtd] Use secure random number generator to generate URI auth code (path) and secret
#56789 commented on
Sep 3, 2025 • 0 new comments -
server_connection_api_test fail->timeout on unittest-asserts-release-mac-arm64
#56600 commented on
Sep 3, 2025 • 0 new comments -
Please provide the ability to impose a heap limit, prevent I/O, and impose a runtime limit for a given isolate
#61423 commented on
Sep 3, 2025 • 0 new comments -
Suggestion: mustCallSuperFirst and mustCallSuperLast annotations in meta
#51253 commented on
Sep 4, 2025 • 0 new comments -
Dart imports are not case sensitive
#58663 commented on
Sep 4, 2025 • 0 new comments -
The exponential algorithm in `Directory.list` needs to be documented
#61407 commented on
Sep 4, 2025 • 0 new comments