Dart GitHub Bot
Dart GitHub Bot
**Labels:** `area-language`, `type-question` **Summary:** The issue concerns how to handle intersection typed receivers during extension method resolution. The question is whether to erase the intersection type to the left operand...
**Summary:** The `dart fix -n` command crashes when run on a project containing a string with an unnecessary escape character. The crash occurs due to an error in the `RemoveUnnecessaryStringEscape`...
**Summary:** The "Make async error injection set stack trace on errors" commit introduced test failures in the `concurrency_stress_sanity_test` on Linux x64 configurations. The failures are likely due to references to...
**Summary:** The user requests a `--quiet` option for `dart run --resident` to suppress messages about starting and shutting down the resident server, making it behave more like a regular `dart...
**Summary:** The issue concerns the allowed characters in import/export/part URIs in Dart. The user is confused about the behavior of URIs with query and fragment components, as the specification doesn't...
**Summary:** The issue reports that a stream created by `Stream.multi()` is not always a multi-subscription stream when the source of `MultiStreamController.addStream()` is a single-subscription stream, leading to a "Bad state"...
**Summary:** The `test.py` script fails to report a test as failing when an `info`-level issue is encountered with the `--fatal-infos` flag enabled. This is because the analyzer returns a non-zero...
**Summary:** The user is experiencing an error "Legacy nullability is not supported" after updating to Flutter 3.24.0, which uses Dart 3.5. The error occurs during compilation and seems to be...
**Summary:** The user is experiencing a Stack Overflow error when attempting to use the `[]=` operator to modify the `x` and `y` properties of a `Point` object. The issue arises...
**Summary:** The "encapsulate field" quick-fix incorrectly uses the unqualified type name in the constructor parameter when the field type is from an aliased import. This leads to a compile-time error...