Brian Anderson
Brian Anderson
> Any 32-bit installation will co-exist with any 64-bit one (target is different). The windows and unix situations are different here in multiple ways: on windows installation naturally goes into...
I'd probably argue that the non-error-chain Error type here is implementing Display incorrectly: it _does_ implement `cause`, and the purpose of `cause` is to give access to that information; this...
Actually, the exact criteria for not being allowed to fail is probably complex. Tier 1 targets can't fail. Other targets can fail, but then every single package for that target...
Yeah that's fine by me.
Fixed links. Thanks @kennytm
Perhaps produce .rpm and use [alien](https://en.wikipedia.org/wiki/Alien_%28software%29) to create others.
Current resolution is to push the Error trait further down into probably the alloc crate, which will make this easier.
I believe you can get the cargo sha for a particular revision of rustc out of the manifest files at e.g. https://static.rust-lang.org/dist/2016-09-27/channel-rust-nightly.toml. Somewhere in there is information about the associated...
Stable manifests are at e.g. https://static.rust-lang.org/dist/channel-rust-1.12.0.toml
Sorry I've been ignoring this repo. From the linked issue, none of the bashisms seem fundamental. I'd rather just fix them. This script is likely to stick around for at...