Results 8 comments of Ronny Chevalier

On Sun, Jan 31, 2016 at 1:01 AM, Eli Bendersky [email protected] wrote: > IIRC, it's because otherwise we don't know what the original value was. But, the values are known,...

On Sun, Jan 31, 2016 at 1:05 AM, Eli Bendersky [email protected] wrote: > I don't know if irrelevant, or just not standard. There's no single standard defining these values, and...

I understand that it is possible to reduce the verbosity of tectonic. What I propose would be to change the default behavior to something similar to ninja and move the...

Ok, thanks :) I also agree that some messages need to stay like the URL bundle you mentioned.

> So if I understand, the intention is to use `escargot` API to help generate the flags for `cargo build` but you wouldn't then want the other half, of parsing...

I have a [cargo subcommand](https://crates.io/crates/cargo-multivers) that builds multiple versions of the same binary, each with a different CPU features set, merged into a single binary. At runtime it runs the...

Yes, I never really used it on a project with multiple binaries yet, so I never tried to handle such cases. But I think it can be fixed easily.

Indeed, thanks for noticing. I published `notstd_detect` [0.4.0](https://crates.io/crates/notstd_detect/0.4.0) and `multivers-runner` [0.1.2](https://crates.io/crates/multivers-runner/0.1.2). Should be fixed now.