AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Documentation link not working #39

Open RCasatta opened 6 years ago

RCasatta commented 6 years ago

From crates.io the documentation link https://docs.adamniederer.com/faster/index.html is not working

christian-blades-cb commented 6 years ago

@AdamNiederer The cert error at https://docs.adamniederer.com is a problem, but I can't even build the docs locally as a workaround.

➜  faster git:(master) cargo doc
 Documenting faster v0.4.3 (file:///home/cblades/dev/rust/faster)
error[E0463]: can't find crate for `task`

error: Could not document `faster`.

Caused by:
  process didn't exit successfully: `rustdoc -Zunstable-options --edition=2018 --crate-name faster src/lib.rs -o /home/cblades/dev/rust/faster/target/doc --cfg feature="default" --cfg feature="std" -L dependency=/home/cblades/dev/rust/faster/target/debug/deps --extern vektor=/home/cblades/dev/rust/faster/target/debug/deps/libvektor-7962f938e5a86a7a.rmeta` (exit code: 101)

I'd fix the above myself, but I can't tell what's going on with that error.

AdamNiederer commented 6 years ago

I don't think that's an issue with faster. We don't have a crate called task in the dependency chain, and I'm having no problems running cargo doc. Have you tried clearing cargo's caches?

Re the original problem: Sorry, I moved servers recently and haven't had time to set everything back up. I'll get some docs for 0.5.0 on that link (if docs.rs still can't build faster's docs) once I get it out the door.

christian-blades-cb commented 6 years ago

Thanks for the tip. I felt like there was an issue with the repo because my two work machines and one machine at home all had the same issue.

If anyone has this same issue, clearing cargo cache did nothing, but rustup update worked fine.

fzyzcjy commented 3 years ago

after 3 years... seems still broken