Nemo157
Nemo157
I've been meaning to do something like this for a while and finally got round to finishing my prototype and pushing it to github: https://github.com/Nemo157/cargo-lichking.
@tbu- according to Wikipedia, gnu.org and http://www.dwheeler.com/essays/floss-license-slide.html you can. Maybe @ticki's matrix is assuming the compatability is transitive and not showing that explicitly?
Pretty sure a matrix does work, I basically used one for `cargo-lichking`: https://github.com/Nemo157/cargo-lichking/blob/master/src/license.rs although that doesn't assume any kind of transitivity of the relationship and just has a fully specified...
Also occurs on long descriptions, which can sometimes be _very_ long. A medium long example is .
I also feel like I weakly fall on the side of landing this (maybe with the change to hide 1.0.0 annotations to reduce the size impact). I have been personally...
Deeper than `rustc`'s assumption that a crate-name is an identifier? (IIRC pre-1.0 `-` actually made it into the crate name, so there was `extern crate "foo-bar" as foo_bar;` syntax, but...
Another idea could be to have a `--test-builder-args` that get prepended before rustdoc's generated args, that'd also be helpful for my [`cargo-rustdoc-clippy`](https://github.com/Nemo157/dotfiles/blob/047bf00a8513321809df2d6fc356754e72dbf858/bin/cargo-rustdoc-clippy) script to be able to not have to...
We do have the failure to build after publish in the queue: ``` id | name | version | attempt | build_time | priority | registry | last_attempt --------+--------+---------+---------+----------------------------+----------+----------+-------------- 516293...
Yep, the failure is because it's missing the `Cargo.toml`: ``` Failed to build package emheap-0.1.0 from queue Caused by: missing Cargo.toml ``` I don't think we should do anything about...
It not appearing in the database at all because of the failure is another variant of https://github.com/rust-lang/docs.rs/issues/797, which will be fixed by https://github.com/rust-lang/docs.rs/pull/2467, so it should appear as a build...