Open pdblasi-google opened 1 year ago
I don't think there's anything to do here on the Dart / analyzer side...
The analyze_flutter_flutter.sh
file is part of the dart-lang
repo and is used to validate that changes to the analyzer doesn't break existing dart fix
functionality.
This ticket was written when we added dart fix
functionality to the flutter_test
repo, and was intended to do something similar to this commit, which looks like it was reverted for some reason.
Just judging by the commit message of this later commit, it looks like this ticket might be irrelevant now, but I don't have enough context to say for sure.
@whesse and/or @Piinks may be able to provide more/better context.
Ah I see. I had forgotten that.
As part of flutter #123154, we're adding support for
dart fix
to theflutter_test
library. Currently,analyze_flutter_flutter.sh
only runs the fix tests for the main flutter package, but it may be worth adding theflutter_test
fix tests to the script.