-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build is never clean #16
Comments
im-0
added a commit
that referenced
this issue
Jan 15, 2018
Should fix #16. See also budziq/rust-skeptic/#60.
im-0
added a commit
that referenced
this issue
Jan 15, 2018
Should fix #16. See also budziq/rust-skeptic#60.
It seems that currently it is not possible to use skeptic without triggering rebuild every time, see budziq/rust-skeptic#60. However, thanks to code examples in that issue, I was able to replace skeptic with direct run of "rustdoc --test README.md". Fixed version 3.0.1 was just released on crates.io, so please test. |
It works beautifully, thanks a lot :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Because of
build.rs
builds oflog4rs-syslog
are never "done" (cargo build
will always build log4rs-syslog and any crate that depends on it), when you have a workspace with a bunch of crates depending on log4rs-syslog that causes a lot of build-churn.I'm guessing skeptic writes files to
tests/
marking the source-tree newer than the build it produces.Is it possible to use skeptic without it causing build-churn like this?
/s
The text was updated successfully, but these errors were encountered: