Lasse R.H. Nielsen
Lasse R.H. Nielsen
Do we expect users to start switching over exit codes? If so, it becomes breaking to add another exit code in the future. Or could anyone already be switching inexhaustible...
The Fuchsia builder's source-validation seems to insist that every file in a third-party package is listed in sources, even if it's not used (and should not be used). That means...
Please do. I think I've addressed all compilation problems.
Not sure what this is a question for. It's probably not for `package:io`, it doesn't contain any HTTP code. If it's `package:http`, that would be https://github.com/dart-lang/http/ If it's for `dart:io`,...
Consider flowing short values in list/set/map literals, instead of putting one per line. Maybe set a limit of "short" meaning
LGTM. I don't know if Pub generates `package_config.json` *from* the lock file, but it does generate both from the version constraint solution it finds. It probably *could* generate the JSON...
Different `mime.types` files seem to have either `mpga` or `mp3` as first extension for `audio/mpeg`. Apache has `mpga`: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types Maybe the order isn't significant, and we should have a separate...
> it doesn't know that < 0, > 0 and == 0 covers all values of type double. (Which it also doesn't. NaN is a thing. Even if relational operators...
Either: * dart-cli automatically runs `pub get` for you, if you have a `pubspec.yaml` and no `package_config.json` or one that is out-of-date. That's consistent with every other tool that depends...
> Can you format this package correctly? Obviously not. If your formatting configuration can depend on data from another package, and no file from that other package can be resolved...