-
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
- 34 Closed issues
- 38 New issues
Could not load contribution data
Please try again later
34 Issues closed by 13 people
-
[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 -
proposal: `use_of_instead_of_from` for collections.
#57106 closed
Apr 26, 2025 -
Prefer List.of() over List.from() when input and output types are the same
#58149 closed
Apr 26, 2025 -
Weird type resolution in method callback on a generic type extension
#60628 closed
Apr 26, 2025 -
Add ability to trasnsfer TypedData to ffi
#60170 closed
Apr 25, 2025 -
Flow analysis. Reachability in case of null-aware method invocation.
#60610 closed
Apr 25, 2025 -
consider an annotation to tag async members as not needing await
#46218 closed
Apr 25, 2025 -
Dart analysis server crash
#60621 closed
Apr 25, 2025 -
Quick-fix return type could consider `==` and `contains`
#60618 closed
Apr 24, 2025 -
Plumb preserve_commas from analysis_options.yaml file to formatter
#60599 closed
Apr 24, 2025 -
☔ Deprecate legacy HTML/JS libraries/packages
#59716 closed
Apr 24, 2025 -
[Dart 3] New `Iterable` methods
#60606 closed
Apr 24, 2025 -
[Null-aware elements] Language Tests in tests/language
#55927 closed
Apr 24, 2025 -
[Null-aware elements] All tests in tests/language and co19 passing.
#55929 closed
Apr 24, 2025 -
[Null-aware elements] CFE Implementation
#55955 closed
Apr 24, 2025 -
[Null-aware elements] Analyzer implementation
#56836 closed
Apr 24, 2025 -
[Null-aware elements] Analysis Server Implementation
#56989 closed
Apr 24, 2025 -
[Null-aware elements] [meta] Null-aware elements implementation
#55949 closed
Apr 24, 2025 -
Flaky VM crash: runtime\platform\threads.h: 55: error: expected: owner_ == kUnowned
#60499 closed
Apr 23, 2025 -
iso-stress-linux tsan data race PageSpace::HasReservation/TryReleaseReservation
#60544 closed
Apr 23, 2025 -
Flake: standalone_2/fragmentation_test crashing in vm-kernel-msan-linux-release-x64
#41552 closed
Apr 23, 2025 -
[dynamic modules] dart2wasm crashes if 'dart:core' is specified as callable
#60589 closed
Apr 23, 2025
38 Issues opened by 21 people
-
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 -
Discusssion about import prefixes on enhanced-parts
#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 -
Deadlock in vm/cc/DartAPI_BreakpointLockRace
#60638 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 -
Type promotion issue with nullable functions
#60632 opened
Apr 28, 2025 -
bad function extraction
#60631 opened
Apr 27, 2025 -
Handle stacktrace test suite failures with the DDC library bundle format
#60627 opened
Apr 25, 2025 -
Extension instance members highlight doesn't take the exact extension into consideration
#60626 opened
Apr 25, 2025 -
Extension for `RecordType` doesn't auto-complete fields without `this.`
#60625 opened
Apr 25, 2025 -
[linter] unnecessary_implements
#60624 opened
Apr 25, 2025 -
Promotion by assignment seems to use a supertype of interest
#60622 opened
Apr 25, 2025 -
Flow analysis. Top type is a type of interest issue.
#60620 opened
Apr 25, 2025 -
Inconsistent results of `List.join` under concurrent modification
#60619 opened
Apr 24, 2025 -
`@internal` should disable `public_member_api_docs` when applied on variables
#60617 opened
Apr 24, 2025 -
Extraneous diagnostic for an argument of an invalid type in a const constructor invocation
#60616 opened
Apr 24, 2025 -
[linter] New lint to suggest avoid `bool == true` and `bool == false`
#60614 opened
Apr 24, 2025 -
[lints] Prevent non src/ imports from src/
#60615 opened
Apr 24, 2025 -
Record fields hover
#60611 opened
Apr 24, 2025 -
Record pattern promotes fields from `void` to `Object?`
#60609 opened
Apr 24, 2025 -
Making named arguments quick fix results in invalid code
#60608 opened
Apr 24, 2025 -
Wrong fix `no_leading_underscores_for_local_identifiers` break code logic when local same class identifiers
#60607 opened
Apr 24, 2025 -
Missing record pattern completion inside collection `for` expression
#60604 opened
Apr 23, 2025 -
Bad recovery for parameter type with record as type argument
#60603 opened
Apr 23, 2025 -
Quick Fix: Add Curly Braces Everywhere, does not do for chained if/else
#60600 opened
Apr 23, 2025
51 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.
-
Proposal <`switch_on_type`>
#59546 commented on
Apr 23, 2025 • 0 new comments -
Failures on [build/win] Update vs_toolchain.py with latest chromium.
#60554 commented on
Apr 23, 2025 • 0 new comments -
Update validated analyzer warnings in the test runner
#60588 commented on
Apr 24, 2025 • 0 new comments -
Dart analyzer fails to analyze condition in a list construction in enhanced enum constructor
#56456 commented on
Apr 24, 2025 • 0 new comments -
[extension types] Confusing nullability related error message.
#56724 commented on
Apr 24, 2025 • 0 new comments -
JS interop performance of function calls
#60357 commented on
Apr 24, 2025 • 0 new comments -
Allow AOT executables to be cross-compiled
#28617 commented on
Apr 24, 2025 • 0 new comments -
[vm/ffi] Array should expose an iterable
#45508 commented on
Apr 24, 2025 • 0 new comments -
unnecessary_parenthesis has false negative
#59069 commented on
Apr 24, 2025 • 0 new comments -
Use AOT mode in the Dart SDK binaries
#53576 commented on
Apr 24, 2025 • 0 new comments -
Analyzer >=6.4.2 <7.3.0 depends on `_macros` in SDK
#60595 commented on
Apr 24, 2025 • 0 new comments -
Assignment errors on complex Function/Record types are unreadable
#60543 commented on
Apr 24, 2025 • 0 new comments -
[Dot Shorthands] Experiment flag
#57037 commented on
Apr 24, 2025 • 0 new comments -
Rename(refactor) support for record's named fields
#53024 commented on
Apr 24, 2025 • 0 new comments -
[Meta] Support project-wide dart format page width configuration
#56863 commented on
Apr 25, 2025 • 0 new comments -
Dart compiler crash
#60236 commented on
Apr 25, 2025 • 0 new comments -
implementation_imports linting rule only works in lib directory
#59384 commented on
Apr 25, 2025 • 0 new comments -
`if` `case` allows to use `void` type
#52408 commented on
Apr 25, 2025 • 0 new comments -
No completion for nextFragment
#60298 commented on
Apr 26, 2025 • 0 new comments -
Hint and/or lint for changing List/Set/Map `from` to `of`
#58359 commented on
Apr 26, 2025 • 0 new comments -
HttpClient should honor user-installed certificates on Android
#50435 commented on
Apr 27, 2025 • 0 new comments -
Pattern Matching on Sealed Classes with Default Generic Type Crashes Analyzer in Nested Functions
#60264 commented on
Apr 28, 2025 • 0 new comments -
dart debug session slow to start.
#60252 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 -
impossible rename on member variable function parameter name
#60578 commented on
Apr 28, 2025 • 0 new comments -
[linter] suggestion `use_static_named`
#60532 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 -
[liinter] unused_parameter
#60587 commented on
Apr 28, 2025 • 0 new comments -
null error when renaming a variable
#60592 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 -
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 -
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 -
Allow long arguments to be provided via a file instead of only on the command line
#60551 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 -
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 -
fix(proxy): correct userinfo validation logic
#60476 commented on
Apr 28, 2025 • 0 new comments