wahn/rs_pbrt

Figure out why code gets recompiled even when nothing has changed

abusch opened this issue · 3 comments

When running cargo build twice in a row, the second time shouldn't do anything but at the moment it rebuilds anyway, which is pretty annoying. I think I have an idea what's causing it because I ran into it with rustracer (a bug in the version of skeptic used by ply-rs IIRC).

This was fixed by bumping the version of skeptic.

wahn commented

Thanks. That was really useful and saves a lot of development (compiling) time.