Sam Rawlins

Results 850 comments of Sam Rawlins

Note: the Ordered and Unordered task list item syntaxes are getting a big refactor soon. I don't _think_ it should be breaking, but note just in case: https://github.com/dart-lang/markdown/pull/450 After this...

Without a more concrete description of what to report, I don't think we can act on this request.

Hey now, I never said I _enjoyed_ working on unrelated_type_equality_checks. 😛

I think we can keep this open, if only as an approximate, partial, lightweight, supplemental linter rule to https://github.com/dart-lang/language/issues/214

Yeah I think I am mostly motivated to have the assist / quick-fix. I agree there is sort of no way to prove that codebases wouldn't be rife with false...

> Should it apply to _getX and _setX as well, or is it only for public APIs? I think so, yes. > It could apply to static methods as well...

There are no tests for the `part` support, so those will need to be added when a fix is made.

This support might already be broken. When I analyze these two files in an integration test: ```dart // library.dart: part 'part.dart'; int? _i2; // LINT // part.dart: part of 'library.dart';...