-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Insights: dart-lang/sdk
Overview
-
- 0 Merged pull requests
- 1 Open pull request
- 30 Closed issues
- 31 New issues
Could not load contribution data
Please try again later
1 Pull request opened by 1 person
-
Bump the github-actions group with 2 updates
#60656 opened
May 1, 2025
30 Issues closed by 14 people
-
The code in the pub workspace does not display the repair prompt window.
#60381 closed
May 4, 2025 -
Tearoff equality and hashCode should be maintained after hot reload (for super tearoffs)
#60297 closed
May 2, 2025 -
Flow analysis. No promotion to `Never` via type test
#60657 closed
May 2, 2025 -
impossible rename on member variable function parameter name
#60578 closed
May 2, 2025 -
`prefer_foreach` message and suggested fix is unclear
#56995 closed
May 2, 2025 -
`use_if_null_to_convert_nulls_to_bools` doesn't have a bulk fix
#47436 closed
May 2, 2025 -
Dart DevTools automatically resumes when opening the tool
#56873 closed
May 2, 2025 -
VM shutdown delay on main
#60659 closed
May 2, 2025 -
Type promotion issue with nullable functions
#60632 closed
May 1, 2025 -
TFA: converting if block to equivalent switch expression yields weird code
#60661 closed
May 1, 2025 -
Proposal: Generalize `avoid_types_as_parameter_names` to include type parameters
#59517 closed
May 1, 2025 -
corelib/date_time_extremes_test is failing in JavaScript on Firefox,
#60020 closed
Apr 30, 2025 -
Flaky crash: isolate.cc: 113: error: expected: isolate->group()->id() != id_
#60651 closed
Apr 30, 2025 -
[co19] tests focus_A01_t01 and blur_A01_t01 have been intermittently flaky due to timeouts
#47474 closed
Apr 30, 2025 -
Test async_star_await_for_test is flaky on dart2js-win-chrome
#47725 closed
Apr 30, 2025 -
Deadlock in vm/cc/DartAPI_BreakpointLockRace
#60638 closed
Apr 30, 2025 -
proposal: `useless_async`
#58901 closed
Apr 30, 2025 -
[lints] Prevent non src/ imports from src/
#60615 closed
Apr 30, 2025 -
[CFE] dart2js/mixin_super/main fuzzing failure
#49339 closed
Apr 30, 2025 -
`prefer_function_declarations_over_variable` fix looses type information
#60633 closed
Apr 30, 2025 -
False positive with await_only_futures
#58492 closed
Apr 30, 2025 -
Ambiguous extension member access three or more should contain context messages
#59542 closed
Apr 29, 2025 -
Create mixin and create getter bugs
#60613 closed
Apr 29, 2025 -
`Create class` and `Create getter` bugs
#60527 closed
Apr 29, 2025 -
Failures on [dynamic modules] Add dart:core to dynamic interface by default
#60602 closed
Apr 29, 2025 -
`Add super constructor super(...) invocation` adds already existing parameters
#60533 closed
Apr 28, 2025 -
`NodeLintRegistry` lacks `addWildcardPattern`.
#60601 closed
Apr 28, 2025 -
Support HWASan for memory detection
#60629 closed
Apr 28, 2025
31 Issues opened by 21 people
-
The `dot-shorthands` feature is not working in some operator expressions.
#60671 opened
May 4, 2025 -
Every `dart test`/`flutter test` causes a "downloading dependencies" again
#60670 opened
May 4, 2025 -
Move `DateTime` constants for month and weekday into extension types.
#60669 opened
May 3, 2025 -
Errors for name colisions discussion
#60668 opened
May 3, 2025 -
Lints to prefer project root path import
#60667 opened
May 2, 2025 -
JS interop can't create anonymous objects with keys that are Dart keywords
#60666 opened
May 2, 2025 -
Fix tests that expect to receive VM Service events
#60665 opened
May 2, 2025 -
Uri - encoding of host should support domain punycoding
#60664 opened
May 2, 2025 -
fix: quickfix deletes active functionality when removing unused variable
#60663 opened
May 2, 2025 -
False positive for package_names lint for Pub Workspace name
#60662 opened
May 1, 2025 -
Is the UX around fixes confusing?
#60660 opened
May 1, 2025 -
Failures on [VM/dartdev] Switch dartdev to use an AOT runtime.
#60655 opened
May 1, 2025 -
[ddc] Instantiated generic method tearoffs always use the display the name "result" in NSM errors
#60654 opened
Apr 30, 2025 -
IsolateGroup.runSync should be supported on simulators
#60653 opened
Apr 30, 2025 -
Extension method performance concerns
#60649 opened
Apr 30, 2025 -
Add `Add await` fix for `for_in_of_invalid_type` when `Future<Iterable>`/`Stream`
#60648 opened
Apr 30, 2025 -
Analyzer constant evaluation special-cases `identical(int, double)`.
#60647 opened
Apr 30, 2025 -
Flow analysis. Variable can be promoted to the type which is not subtype of its current type.
#60646 opened
Apr 30, 2025 -
Fix prefix hover and go to definition for parts with imports
#60645 opened
Apr 30, 2025 -
sort_pub_dependencies auto fix
#60650 opened
Apr 30, 2025 -
`JSAnyUtilityExtension.isA<JSBoxedDartObject>()` returns false positives
#60644 opened
Apr 29, 2025 -
[ddc] Missing dynamic checks on getter invocations when getter returns dynamic from a type argument
#60643 opened
Apr 29, 2025 -
Create a quick fix for @awaitNotRequired
#60641 opened
Apr 29, 2025 -
use shared slow path stubs for StoreStaticFieldInstr
#60640 opened
Apr 29, 2025 -
Relative File URIs and `RFC 3986` (`dart:io`, `dart:core`)
#60639 opened
Apr 29, 2025 -
`Add explicit 'show' combinator` assist doesn't consider part files
#60637 opened
Apr 29, 2025 -
Create missing overrides uses wrong tab ident when `: super` constructor is on new line
#60636 opened
Apr 29, 2025 -
Rename _fe_analyzer_shared's ErrorCode
#60635 opened
Apr 29, 2025 -
Invalid rename from Inline Method
#60634 opened
Apr 28, 2025
64 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.
-
Pattern Matching on Sealed Classes with Default Generic Type Crashes Analyzer in Nested Functions
#60264 commented on
Apr 28, 2025 • 0 new comments -
Analyzer const cast fails for `Never?`.
#54820 commented on
Apr 28, 2025 • 0 new comments -
Duration(seconds:) parsing problem
#60586 commented on
Apr 28, 2025 • 0 new comments -
No completion for `identifier.^[]`
#60577 commented on
Apr 28, 2025 • 0 new comments -
Highlight and renaming `FunctionType` parameters in `typedef`
#60580 commented on
Apr 28, 2025 • 0 new comments -
[linter] New lint to suggest avoid `bool == true` and `bool == false`
#60614 commented on
Apr 28, 2025 • 0 new comments -
Record fields hover
#60611 commented on
Apr 28, 2025 • 0 new comments -
Making named arguments quick fix results in invalid code
#60608 commented on
Apr 28, 2025 • 0 new comments -
Missing record pattern completion inside collection `for` expression
#60604 commented on
Apr 28, 2025 • 0 new comments -
[linter] suggestion `use_static_named`
#60532 commented on
Apr 28, 2025 • 0 new comments -
`@internal` should disable `public_member_api_docs` when applied on variables
#60617 commented on
Apr 28, 2025 • 0 new comments -
`@unlisted` annotation in `package:meta`
#60598 commented on
Apr 28, 2025 • 0 new comments -
[unrelated_type_equality_checks] flag more implicit `==` invocations
#60593 commented on
Apr 28, 2025 • 0 new comments -
Quick Fix: Add Curly Braces Everywhere, does not do for chained if/else
#60600 commented on
Apr 28, 2025 • 0 new comments -
[liinter] unused_parameter
#60587 commented on
Apr 28, 2025 • 0 new comments -
[linter] [no_variable_shadowing]
#60560 commented on
Apr 28, 2025 • 0 new comments -
Feature Request: Linter Rule for Explicit Imports Using `show` or `as`
#60461 commented on
Apr 28, 2025 • 0 new comments -
Wrong fix `no_leading_underscores_for_local_identifiers` break code logic when local same class identifiers
#60607 commented on
Apr 28, 2025 • 0 new comments -
Auto complete adds non-top-level element to import combinator
#60565 commented on
Apr 28, 2025 • 0 new comments -
Evaluation of `RecordType` and `FunctionType` could give more information
#60537 commented on
Apr 28, 2025 • 0 new comments -
Record Fields & Comment References
#60452 commented on
Apr 28, 2025 • 0 new comments -
language server has the wrong protocol default (legacy, but claims its LSP)
#60574 commented on
Apr 28, 2025 • 0 new comments -
Why does `DartObject.toMapValue` has `DartObject?` has key/value, but `DartObject.toListValue` has a non-nullable `DartObject`?
#60529 commented on
Apr 28, 2025 • 0 new comments -
Deprecations of specific class features
#60504 commented on
Apr 28, 2025 • 0 new comments -
[linter] unnecessary_implements
#60624 commented on
Apr 28, 2025 • 0 new comments -
Potential analyzer regression in 3.7 / Flutter 3.29 release
#60335 commented on
Apr 29, 2025 • 0 new comments -
Can the SDK test if Mockito/Build Runner works at ToT?
#60594 commented on
Apr 29, 2025 • 0 new comments -
Promotion by assignment seems to use a supertype of interest
#60622 commented on
Apr 29, 2025 • 0 new comments -
Bad recovery for parameter type with record as type argument
#60603 commented on
Apr 29, 2025 • 0 new comments -
Bad autocompletion for type inside import alias when declaring a function inside a class
#59865 commented on
Apr 29, 2025 • 0 new comments -
Expand analyzer's resolution of Dartdoc comment references
#47444 commented on
Apr 29, 2025 • 0 new comments -
Move analyzer test utilities to analyzer_utilities package
#55660 commented on
Apr 29, 2025 • 0 new comments -
[Dot Shorthands] Analyzer Implementation
#59835 commented on
Apr 29, 2025 • 0 new comments -
Dart Analyzer very slow/stuck
#55281 commented on
Apr 30, 2025 • 0 new comments -
Flaky VM crash: runtime\platform\threads.h: 55: error: expected: owner_ == kUnowned
#60499 commented on
Apr 30, 2025 • 0 new comments -
Case where the breakpoint resolution algorithm dosen't correctly find the first debuggable location on a line
#60274 commented on
Apr 30, 2025 • 0 new comments -
dart2wasm: Null check operator used on a null value at AstCodeGenerator._setupLocalParameters
#60583 commented on
Apr 30, 2025 • 0 new comments -
[linter] no_await_no_async
#59814 commented on
Apr 30, 2025 • 0 new comments -
testConnectTimeout in secure_socket_test.dart & socket_connect_timeout_test.dart not convincing
#60246 commented on
Apr 30, 2025 • 0 new comments -
Incorrect documentation in fromEnvironment constructors
#36482 commented on
May 1, 2025 • 0 new comments -
Flow analysis. Top type is a type of interest issue.
#60620 commented on
May 1, 2025 • 0 new comments -
Experiment with having the analyzer (`dart analyze`, `dart language-server`) be an AOT snapshot
#50498 commented on
May 2, 2025 • 0 new comments -
Allow long arguments to be provided via a file instead of only on the command line
#60551 commented on
May 2, 2025 • 0 new comments -
[meta | linter] Allow for `@Target` to be applied to constructors.
#60575 commented on
May 2, 2025 • 0 new comments -
Extension instance members highlight doesn't take the exact extension into consideration
#60626 commented on
May 2, 2025 • 0 new comments -
bad function extraction
#60631 commented on
May 2, 2025 • 0 new comments -
Web hot reload breaks app when running as Web Server (-d web-server)
#60289 commented on
May 2, 2025 • 0 new comments -
Use AOT mode in the Dart SDK binaries
#53576 commented on
May 2, 2025 • 0 new comments -
dart debug session slow to start.
#60252 commented on
May 2, 2025 • 0 new comments -
[ddc] Investigate a scenario where an entire library gets deleted but a call to a member of that library is retained and invoked after the hot reload
#60281 commented on
May 2, 2025 • 0 new comments -
Reject `package:js` changes in a hot reload in DDC
#60223 commented on
May 2, 2025 • 0 new comments -
Missing error when referencing deleted interface types
#60219 commented on
May 2, 2025 • 0 new comments -
Debugging breakpoints broken after hot reload on the web
#60186 commented on
May 2, 2025 • 0 new comments -
Methods should throw NoSuchMethodErrors when called with old signature after update and hot reload
#60112 commented on
May 2, 2025 • 0 new comments -
Handle deletion of enum values on a hot reload
#60105 commented on
May 2, 2025 • 0 new comments -
Missing hot reload rejection error when a class type parameters change
#60101 commented on
May 2, 2025 • 0 new comments -
Missing NoSuchMethod errors when accessing deleted members
#60100 commented on
May 2, 2025 • 0 new comments -
Missing error when constructing deleted classes
#60209 commented on
May 2, 2025 • 0 new comments -
Extension for `RecordType` doesn't auto-complete fields without `this.`
#60625 commented on
May 3, 2025 • 0 new comments -
Dynamic module loading
#10530 commented on
May 4, 2025 • 0 new comments -
Inconsistent results of `List.join` under concurrent modification
#60619 commented on
May 4, 2025 • 0 new comments -
Record pattern promotes fields from `void` to `Object?`
#60609 commented on
May 4, 2025 • 0 new comments -
null error when renaming a variable
#60592 commented on
May 4, 2025 • 0 new comments -
fix(proxy): correct userinfo validation logic
#60476 commented on
Apr 28, 2025 • 0 new comments