-
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
- 30 Closed issues
- 42 New issues
Could not load contribution data
Please try again later
30 Issues closed by 16 people
-
Bug with dart(argument_type_not_assignable)
#61201 closed
Jul 27, 2025 -
Passing `--protocol-traffic-log=` causes `dart language-server` to start the legacy server protocol
#52501 closed
Jul 25, 2025 -
Assertion thrown in network_profiling.dart when DevTools is monitoring network requests
#61187 closed
Jul 25, 2025 -
"Bad state: No element" in DeclarationHelper._suggestConstructors
#61197 closed
Jul 25, 2025 -
Failures on Elements. Remove FormalParameterElementImpl.reference...Elements. Optimize addXyz()
#61195 closed
Jul 25, 2025 -
Rename refactoring doesn't rename named super formal parameters in subclasses.
#61194 closed
Jul 25, 2025 -
Failures on [VM/dartdev] Switch dartdev to use an AOT runtime.
#61059 closed
Jul 24, 2025 -
[dart2wasm] Add dart2wasm --dry-run option
#60050 closed
Jul 24, 2025 -
[Dot Shorthands] DevTools support
#60727 closed
Jul 24, 2025 -
"Inline method" fails with an error on the "print" function
#60308 closed
Jul 24, 2025 -
Highlight all exit points (such as `return`/`break`/`continue`) in a function when the text cursor is on one
#61170 closed
Jul 24, 2025 -
Could the various Lint related classes in package:analyzer be made public?
#50986 closed
Jul 24, 2025 -
DAS plugins: Remove maybe-arbitrary constraint on analyzer and analyzer_plugin versions
#61182 closed
Jul 24, 2025 -
Failures of pkg/vm_service/test/cpu_samples_stream_test on vm-aot-mac-release-arm64
#61113 closed
Jul 23, 2025 -
flutter_attach test fails on Windows
#61148 closed
Jul 23, 2025 -
VM crash with SEGV_MAPERR on dart-fuzz bot
#60850 closed
Jul 23, 2025 -
VM crash in dart::ProfilerDartStackWalker::walk
#60810 closed
Jul 23, 2025 -
VM crash: runtime/vm/profiler.cc: 1105: error: expected: fp_ != nullptr
#60876 closed
Jul 23, 2025 -
`AnalysisDriverScheduler` retains events if there is no subscriber
#61165 closed
Jul 22, 2025 -
[Dot Shorthands] Evaluate and update `dart.fix.add.const`
#61163 closed
Jul 22, 2025 -
lint false negative - use_null_aware_elements -
#61122 closed
Jul 22, 2025 -
[Dot Shorthands] Analysis Server - Linter Meta Issue
#60893 closed
Jul 21, 2025 -
[Dot Shorthands] Evaluate support for lint `omit_local_variable_types`.
#60909 closed
Jul 21, 2025 -
[analyzer] Failed to send `analysis.implemented` notification in IntelliJ
#61044 closed
Jul 21, 2025 -
Support for inlayHints user preferences in language server
#60326 closed
Jul 21, 2025 -
language server has the wrong protocol default (legacy, but claims its LSP)
#60574 closed
Jul 21, 2025 -
[native assets] `dart build cli` on Windows without `.exe` breaks dylib resolution
#60946 closed
Jul 21, 2025 -
UnimplementedError: BindPatternVariableElementImpl2
#61154 closed
Jul 21, 2025 -
[js_interop] `dartify()` converts `JSBoxedDartObject` to an empty map
#61139 closed
Jul 21, 2025
42 Issues opened by 20 people
-
Build tool chain fails on Windows when building older version (6.8.1) of dart sdk.
#61202 opened
Jul 27, 2025 -
Go to import not working for extension getter
#61200 opened
Jul 25, 2025 -
Rename prefix needs better handling on shadowing names
#61199 opened
Jul 25, 2025 -
Feature request: find references from `library` directive should find all imports
#61198 opened
Jul 25, 2025 -
Inliner has N^2 behavior due to linear walk in LookupFunctionAllowPrivate
#61196 opened
Jul 25, 2025 -
Failures on Reapply "[VM/dartdev] Switch dartdev to use an AOT runtime."
#61193 opened
Jul 24, 2025 -
Missing reviews for some create fixes
#61192 opened
Jul 24, 2025 -
Failures on [VM] Introduce `--profile-startup` CLI flag
#61191 opened
Jul 24, 2025 -
`Create class` fix false positive on setter
#61190 opened
Jul 24, 2025 -
`convert_class_to_enum` assist shouldn't keep class modifiers
#61189 opened
Jul 24, 2025 -
Failures on pkg/dartdev/test/commands/cross_compile_test
#61188 opened
Jul 24, 2025 -
`Create member` fixes don't handle generics
#61186 opened
Jul 24, 2025 -
Exception while using a AvoidRedundantArgumentValues
#61185 opened
Jul 24, 2025 -
`--import-dill` is ignored during incremental compilation with frontend_server
#61184 opened
Jul 24, 2025 -
dart2wasm test goes from flaky to runtimeerror
#61183 opened
Jul 23, 2025 -
pkg/dartdev/test/commands/compile_test is failing on cross-compilation
#61181 opened
Jul 23, 2025 -
Should a `when` clause narrow the type?
#61180 opened
Jul 23, 2025 -
`discarded_futures` and `Add 'async' modifier` quick-fix inside constructors
#61179 opened
Jul 23, 2025 -
Potential dependency of the coverage tools on the platform it's run on
#61178 opened
Jul 23, 2025 -
[js_interop] `instanceOfString` returns `true` for library name
#61177 opened
Jul 23, 2025 -
`parameter_assignments` false-negative
#61175 opened
Jul 22, 2025 -
`Move before other members` fix bugs
#61174 opened
Jul 22, 2025 -
`prefer_constructors_over_static_methods` weird case for getter
#61173 opened
Jul 22, 2025 -
Shorten the diagnostic length for `avoid_classes_with_only_static_members` to the class name
#61172 opened
Jul 22, 2025 -
Unfortunate interference between coverage_suite.dart and analyze_src_with_lints_git_test
#61171 opened
Jul 22, 2025 -
`parameter_assignments` false positive
#61169 opened
Jul 22, 2025 -
[analyzer] Loading dynamic library failed: not an ELF shared object
#61168 opened
Jul 22, 2025 -
Addressing user expectations around null-aware elements
#61167 opened
Jul 22, 2025 -
[record_use] Usage recording tracking issue.
#61166 opened
Jul 22, 2025 -
[Dot Shorthands] `ReplaceWithVar` fix - Remove unnecessary `.new` in fix
#61164 opened
Jul 21, 2025 -
No completion at start of long chain of identifiers
#61162 opened
Jul 21, 2025 -
[analyzer] Code completion incorrectly includes `values` from all available enums
#61161 opened
Jul 21, 2025 -
`Convert to cascade` quick-fix bug with expressions containing whitespace
#61160 opened
Jul 21, 2025 -
Autocomplete incorrectly suggests private extension members
#61159 opened
Jul 21, 2025 -
False-negative for `discarded_futures`
#61155 opened
Jul 21, 2025 -
`join_return_with_assignment` false-negative
#61153 opened
Jul 21, 2025 -
`prefer_const_constructors` incorrectly suggests const when class uses const expression in instance field
#61152 opened
Jul 21, 2025 -
`Remove unused local variable` quick-fix removes full-statement if cascade
#61151 opened
Jul 21, 2025 -
False positive for `cascade_invocations` in const
#61150 opened
Jul 21, 2025
32 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.
-
improve stack trace of Future's ArgumentError
#61136 commented on
Jul 20, 2025 • 0 new comments -
Lint request : avoid_returning_widgets
#58303 commented on
Jul 20, 2025 • 0 new comments -
RFC 9266: Channel Bindings for TLS 1.3 support
#49581 commented on
Jul 21, 2025 • 0 new comments -
Document expected behavior of dart:* libraries when they are used in IsolateGroup dart code
#61030 commented on
Jul 21, 2025 • 0 new comments -
Rename(refactor) support for record's named fields
#53024 commented on
Jul 21, 2025 • 0 new comments -
Analyzer: Could `DartObjects` contain metadata about how the object was created?
#61046 commented on
Jul 21, 2025 • 0 new comments -
`pkg/dds/test/dap/integration/dart_test_test ` flaky -> RuntimeError on `unittest-asserts-release-mac-arm64`
#55453 commented on
Jul 21, 2025 • 0 new comments -
Bug Report: Dart analyzer error on valid Duration comparison in async function
#61062 commented on
Jul 21, 2025 • 0 new comments -
Consider not flagging join_return_with_assignment for ++/-- expressions
#57942 commented on
Jul 21, 2025 • 0 new comments -
[analysis_server] Extract method should not extract expressions in a constant context.
#61146 commented on
Jul 21, 2025 • 0 new comments -
[Dot Shorthands] Analysis Server - Assists
#60957 commented on
Jul 21, 2025 • 0 new comments -
[linter] New lint to suggest avoid `bool == true` and `bool == false`
#60614 commented on
Jul 22, 2025 • 0 new comments -
[record_use] `UsageQueryable` proposal
#55950 commented on
Jul 22, 2025 • 0 new comments -
Analyzer fails to reject code that is erroneous due to incompatible signatures in desugared mixin application
#61145 commented on
Jul 22, 2025 • 0 new comments -
Dart compiler crashed
#60923 commented on
Jul 22, 2025 • 0 new comments -
Revisit `avoid_classes_with_only_static_members`
#58573 commented on
Jul 22, 2025 • 0 new comments -
[Dot Shorthands][meta] Dot shorthands implementation
#57036 commented on
Jul 22, 2025 • 0 new comments -
Dart CLI commands hang on a slow/unstable internet connection due to analytics
#56106 commented on
Jul 23, 2025 • 0 new comments -
Go-to-definition on `return`, `yield`, `continue`, `break`, and `switch` keywords
#50532 commented on
Jul 23, 2025 • 0 new comments -
mac arm64 bots are timing out due to service test failures
#61112 commented on
Jul 23, 2025 • 0 new comments -
[vm] Use autorelease pools in message loop on iOS/macOS
#61129 commented on
Jul 23, 2025 • 0 new comments -
☂️ New analyzer plugin system
#53402 commented on
Jul 24, 2025 • 0 new comments -
[hook] `hook/generate.dart` 🪝
#56512 commented on
Jul 25, 2025 • 0 new comments -
Dart Analyzer very slow/stuck
#55281 commented on
Jul 25, 2025 • 0 new comments -
`avoid_function_literals_in_foreach_calls` missing case - unqualified
#61141 commented on
Jul 25, 2025 • 0 new comments -
`Wrap with unawaited` false-negative for nullable futures
#61144 commented on
Jul 25, 2025 • 0 new comments -
Highligh other usages of a Record member when the cursor is on a Record member
#61149 commented on
Jul 25, 2025 • 0 new comments -
Provide an `exclude` option for linters in .analysis_options
#57389 commented on
Jul 25, 2025 • 0 new comments -
VM crash: runtime/vm/profiler.cc: 141: error: expected: sample_buffer_ != nullptr
#60809 commented on
Jul 25, 2025 • 0 new comments -
[Dot Shorthands] Analysis Server - Quick Fixes
#60994 commented on
Jul 25, 2025 • 0 new comments -
Renaming field doesn't update constructors on subclasses of subclasses
#60803 commented on
Jul 26, 2025 • 0 new comments -
Fix documentation for building dart sdk on android
#60883 commented on
Jul 25, 2025 • 0 new comments