rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

advice for debugging incremental compilation hashing failures etc

Open nikomatsakis opened this issue 7 years ago • 5 comments

Over in https://github.com/rust-lang/rust/issues/47935, @michaelwoerister wrote:

The [dependency tracking] readme is largely outdated. The "Testing the dependency graph" and "Debugging the dependency graph" sections are still correct, I think, but the rest is probably just confusing at this point.

I think we ought o move some of those sections over, and/or add some new material on how to debug incremental compilation failures. This is always something I have to kind of rediscover.

nikomatsakis avatar Mar 13 '18 15:03 nikomatsakis

@michaelwoerister, think you'd be up for that? =)

nikomatsakis avatar Mar 13 '18 15:03 nikomatsakis

It depends on how much of a priority it is :)

michaelwoerister avatar Mar 13 '18 15:03 michaelwoerister

Honestly, I was just going to create a new subchapter and copy/paste those two sections into it. But if you're interested in doing something more interesting with those sections, that would be great!

mark-i-m avatar Mar 13 '18 20:03 mark-i-m

@mark-i-m starting with that seems ok =)

nikomatsakis avatar Mar 16 '18 15:03 nikomatsakis

Ok, created #92 which is pretty much a straight copy/paste.

mark-i-m avatar Mar 16 '18 16:03 mark-i-m