wibling

Results 17 comments of wibling

I was thinking it should just replace the entire negated name. Something like parser.addFlag('fast', negatedName: 'slow') which results in the --slow flags being the opposite of the --fast which in...

I just took a look at the code and the way it is structured today seems like it would be much simpler to support a new prefix that overriding the...

The 2nd half of the bug (ie. after pkill dart) seems to be fixed. The 1st part is still an issue.

For start lets just remove fletch shutdown. I can take a stab at that. I will leave the bug open afterwards to track that a test is added.

I have removed the verb. Renaming this bug to be about adding a unit tests as described above.

Soren suggested to check this as part of shutting down the persistent process when running tests. Ie. make it a build bot step that checks the shutdown is graceful rather...

This seems to be a general placeholder for adding more fletch command line tests. Assigning it to Ian as he has created the CLITest et. al.

Supporting protobuf and in general having a way to plugin serialization is something we have discussed. It would be very nice to have, but it is not planned for the...

As Tristan mentioned you can work around this for the moment by wrapping the client and have the wrapper remove the two headers before sending the request.