Closed apoelstra closed 2 months ago
Concept ACK but it also fails CI. :)
strace shows that xargo is failing trying to access some internal lockfile:
/store/home/apoelstra/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/Cargo.lock
Looks to me like xargo is just broken and I need to revert the update to the nightly compiler.
Yeah -- I believe this is fixed upstream by https://github.com/rust-lang/cargo/pull/14370 so we just need to wait. Meanwhile I'll revert the nightly update.
That issue says august 8th.
Yes. How long is the delay between stuff getting merged into cargo and it showing up in a rustc nightly? I have no idea.
How long is the delay between stuff getting merged into cargo and it showing up in a rustc nightly?
IIUC it's should be the following night - hence the name "nightly"
I think that only applies to rustc
itself. Everything else has a delay. In particular clippy has a delay, and ISTR that one of their developers told us it was because the clippy changes would ship alongside the cargo changes.
Reminder to me to merge https://github.com/rust-bitcoin/rust-secp256k1/pull/737 after this gets in
Do you want to address my comments?
Sure. Removed "likely to be" from the UB comment. Should be good to go now.
There are a bunch of doccomments whose first lines are (much) too long. Most of these are also difficult to understand and/or out-of-date. Just rewrite them all.