itowlson

Results 479 comments of itowlson

I don't really get the "more static" argument. To me the criterion is more like "more explicit." Although I do get that an "ambient" EV is not very explicit, and...

We used to fully load the manifest at build time, but it threw up a lot of irrelevant “you need to fix this completely different thing before you can find...

Calling `std::process::exit` inside the Ctrl+C handler gets rid of the "read interrupted." (At least in some cases, and I can probably address the one where it doesn't.) Not sure if...

Yeah I am starting to wonder if it's a `dialoguer` error - i.e. the program doesn't exit, because of the Ctrl+C, so dialoguer has to return an error, and we...

Yeah that's it. Bother. Let me put this on hold and faff with it...

Okay, `dialoguer` returns a `std::io::Error` with a `kind` of `ErrorKind::Interrupted`. So we can handle this, but I'm not sure there's much more we can do than check for it at...

I don't think anybody is going to much like the fix for the "read interrupted" thing, so I've put it in a separate commit to make it easy to back...

That would still require us to have a Ctrl+C handler set up at all times. It might be a do-nothing handler but it would still prevent the OS default handling....

`@file.sql:database-name` works for me. Thanks!