Dmitry Zhifarsky
Dmitry Zhifarsky
> Static method wait takes Iterable, not returning. Yeah, but what is the problem with having a function returning a `List` and then a separate place where the result of...
@HudsonAfonso hi, yeah, currently the IDE integration shows only rule and anti-pattern violations, whereas CLI shows everything. Previously we had some metric violations visible in the IDE, but it started...
That's almost the same how anti-patterns like `long-method` work now. They took the threshold from a metric and then display a violation in the IDE. But we didn't invest much...
@andrewst could you explain the motivation behind the rule? It seems valid to reexport code from external packages (allows to hide them from your package users).
@andrewst why would you care about that? All those packages are **external** and their implementation is hidden for you as an end user. It seems strange to disable this flexible...
> I'd also expect the biggest drop if you disabled dart_code_metrics but that would be interesting to confirm. (Plugins are currently pretty memory intensive.) Yeah, any chance https://github.com/flutter/flutter/issues/95092 and https://github.com/dart-lang/sdk/issues/48925...
> It would appear that the code to run `pub` to prepare a plugin during execution doesn't adequately guard against failures due to the lack of an internet connection. >...
That's interesting, this should be handled, will take a look
@fzyzcjy hm, looking closer to that and it seems that's an edge case. Could you provide the code example so I could write tests for it and correctly handle what...
A ton of code is alright for me, if it doesn't bother you to share. I think that's a valid use-case to be ignored, so a ton of code is...