Dart GitHub Bot
Dart GitHub Bot
**Summary:** The analyzer incorrectly accepts code with an inlined function call where the type parameter is a function type, leading to a type error when the function is invoked with...
**Summary:** The issue describes a bug in Dart's reachability analysis where it fails to recognize that comparing a field promoted to `Null` with `null` is guaranteed to succeed. This leads...
**Summary:** The `corelib/regexp/named_captures_test` test is failing on the `dart2wasm-linux-optimized-jsc` configuration. While the CI system blames a recent commit, the test has been failing consistently since January and was only recently...
Visit the preview URL for this PR (updated for commit fc13a5f43102f3984b54ba5c9795314d0fe80910): https://dart-dev--pr6117-document-workspaces-r9fkahhq.web.app
**Summary:** User reports a confusing Dart compile-time error when using a `switch` statement with a `double`. The error message incorrectly suggests a missing case, even when all seemingly relevant cases...
Visit the preview URL for this PR (updated for commit 2535c03df5f0815c0096a676d86823a6634aadb8): https://dart-dev--pr5952-patch-6-7fou7hwe.web.app
**Summary:** User wants `dart fix` support for `dart:ui`'s `Color` class deprecations. They tried adding `fix_data`, but it didn't work; seeking guidance on correct setup.
**Summary:** The `Future.toJS` method currently provides a generic error message when a Dart future fails, making it difficult for JavaScript developers to understand the root cause of the error. The...