Ian Hickson
Ian Hickson
@utzcoz What's the status of this PR? Were you able to determine the cause of the failures?
@nt4f04uNd Hope you're doing well! I'd love to land these new tests, but I'm going to close the PR for now since we haven't heard from you in a while....
Is this PR still relevant given the discussion above?
Thanks for your contribution. We've actually decided to archive this repo since we don't have anyone working on it full time these days, since it was mostly a demo for...
Have you tested these on the VMs?
Another reason they might differ is that in the Flutter case we wrap main() in a bunch of Zone magic.
Bonus points if you also detect cases of arguments named X that are assigned to a field named _X using an initializer, where the field also happens to be the...
Another reason to have negatable flags is if the tool supports saving defaults (e.g. in a .xxxrc file). If you save a positive value, you need a way to negate...
When you say "foo --version", you're really saying "foo version", that is, you're trying to run the "version" subcommand of "foo".
Oh, yeah, being able to annotate individual arguments would be great for some of our classes. (And yeah, this.foo should automatically default the arg to the docs for `foo`.)