Piston-Tutorials icon indicating copy to clipboard operation
Piston-Tutorials copied to clipboard

Documenting shared_library v0.1.7 takes forever

Open observant2 opened this issue 7 years ago • 2 comments

How to reproduce:

  1. Do chapter 1-2.5.
  2. At the section where you should run cargo add pistoncore-glutin_window, do it.
  3. Run cargo run to download the new dependencies and to see that the program still runs.
  4. Run cargo doc.

It will hang at "Documenting shared_library v0.1.7" for a long time.

In the meantime the Sudoku folder gets bigger and bigger (340 MB and still growing). This shouldn't behave like this. Maybe it would be good to exclude some documentation from being downloaded. I don't believe every doc is needed in this tutorial.

observant2 avatar Oct 08 '17 14:10 observant2

I see some versions have been yanked https://crates.io/crates/shared_library

bvssvni avatar Oct 08 '17 14:10 bvssvni

What does that mean? And is there a solution to it?

observant2 avatar Oct 08 '17 17:10 observant2