Phil Quitslund

Results 312 comments of Phil Quitslund
trafficstars

@scheglov has been looking at element model memory usage and summary serialization but I don't know if anything conclusive has come out of it. We're also looking at leveraging some...

A repro would be fantastic. Thanks @leisim!

Sorry for the continued trouble @vasilich6107. A few things of note for anyone digging into this: 1. the lint set is: https://github.com/passsy/dart-lint/blob/master/lib/analysis_options.yaml 2. `dart_code_metrics` is enabled I'd be curious how...

> It completely impossible to work in this case. Have to disable most of the linter rules. I'm working on some perf improvements for a handful of lints that use...

FWIW, I lean towards `Record(int, {String b})` for record types too and agree that the symmetry with functions is nice.

I think @DanTup is on to something here. In Preferences, under Languages & Frameworks, is there a Flutter SDK set for the project?

> Is this really part of the style guide? What is the relevance? As a general rule we haven't restricted lint rules to enforcing style guide recommendations. If there's value...

> Presumably, the reason for having the style guide rule CONSIDER using function type syntax for parameters rather than the more strict form DO use function type syntax for parameters...