Devon Carew
Devon Carew
cc @bkonyi re: the last question
I wonder if this use case could be handled by expandos / extension methods? I'm not sure how common this use case is - whether it's worth putting in as...
> we now have `dart pub publish --skip-validation` as a generic escape hatch Hmm, I opened this issue mostly in the context of `dart pub publish --dry-run` (not a general...
Is this issue mostly about decoupling the build dependencies (the package deps in `dependencies:` contributed from the build script) from the regular packages deps (those consumed by code in `lib/`)?...
Note that as of https://github.com/dart-lang/pub/pull/4068 we no longer analyze `test/` as part of publishing validation.
Ah, ok, I wasn't aware. I probably would have just passed in 5 on the CLI. It looks like we must have hit a persistent outage (of a few minutes)...
Is this something we want to take on soon? I believe the work to add topics to pub is now complete.
From a discussion, if we choose to rev. this to 1.0.0, doing this before package:checks is released would cause less work for the community (after that release, people will need...
Yeah, I'm unfamiliar with how often it's used or what the use case is... > I use it any time I develop markdown. That could be a script in `tools/`?...
This lint will likely need more investigation. Generally, we would be in favor of a version of this lint with no false positives (flagging unnecessary statements where the code for...