Jonas Finnemann Jensen

Results 459 comments of Jonas Finnemann Jensen

@kenzieschmoll, I'm curious: What are the use-cases for this? ------ I think that in general, we should probably consider putting some information into `package_config.json` such that tools that do debugging...

There is no harm to doing `.pubignore` of `test/`. Just beware that you'll need to copy `.gitignore` into `.pubignore` when you create it, as `.gitignore` will be ignored when `.pubignore`...

Option (2) won't really work, this issue is from: https://github.com/dart-lang/pub/blob/master/lib/src/validator/strict_dependencies.dart

Hmm, the argument against an option is that: 1) it's not needed since we already retry, 2) setting to a large number won't do you much good :)

> The error message indicates an error on line 1, which would mean there is an issue with the name of my_package. Actually, the error is on line 1 of...

I think the core of this approach is to enable tooling like `mono_repo` and `melos` to manage mono-repositories with a single resolution better. So if the root `pubspec.yaml` does have...

@olexale, I think you're touching on something really important here. Specifically, the question easily becomes are mono-repository developers willing to use a single resolution? Meaning picking a single-version of each...

Doesn't this have to be very fast? Is the overhead of using `dart pub get --dry-run` not a little high? Also `dart pub get --dry-run` will do network I/O, which...

> I guess the goal would be to offload that logic into pub so editors don't need to be aware of the specifics (which if it changes - as it...

Please file this issue in the `pub` client, see: https://github.com/dart-lang/pub