Dart GitHub Bot

Results 101 comments of Dart GitHub Bot
trafficstars

**Summary:** The `dart fix --dry-run` command currently does not return a non-zero exit code when fixes are available, making it difficult to use in CI environments. This issue proposes adding...

**Summary:** The analyzer fails to detect an error when two `show` combinators are used in a single import statement, leading to unexpected behavior where no types are correctly analyzed. The...

**Summary:** The "Move Top Level to File" refactoring currently doesn't handle files with `part`s or `part` files. The user requests this functionality to be implemented after the release of enhanced...

**Summary:** This issue proposes a new quick-fix for ambiguous imports. It suggests adding a "hide" combinator to the import statement to resolve the ambiguity, either by adding a new "hide"...

**Summary:** The user is experiencing an "Internal error: Bad state: Expected existing element" error during Dart analysis. The error occurs frequently with different files and appears to be related to...

**Summary:** The Analysis Server encountered an unexpected error while analyzing a Dart file. The error occurred during the analysis of a `FunctionExpressionInvocationImpl` node, specifically when the `AvoidRedundantArgumentValues` linter rule was...

**Summary:** The `dart fix --apply` command throws an internal error when attempting to apply the `AvoidRedundantArgumentValues` lint. The error occurs during analysis of a complex expression involving nested function calls...

**Summary:** The "Move class to file" refactoring currently adds an unnecessary `import` statement to files that already import the original file containing the moved class. The user requests a way...

**Summary:** The issue is a crash in the `BoundsCheckElimination_Pragma_learning` test on IA32 architectures. The crash occurs during the inlining pass and results in an "unreachable code" error. This issue might...

**Summary:** The Dart analyzer in VS Code is experiencing intermittent slowness, causing delays in autocomplete, error reporting, and editor responsiveness. The issue occurs multiple times per hour and lasts for...