-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 rustdoc JSON for all crates with crater before stabilization #99919
Comments
First try: warming up with just one crate, and seeing if whitespace is properly escaped: @craterbot run name=rustdoc-json-1 mode=rustdoc crates=list:serde cap-lints=allow start=nightly-2022-06-01+rustdocflags=-Zunstable-options\ -wjson end=nightly+rustdocflags=-Zunstable-options\ -wjson |
🔒 Error: you're not allowed to interact with this bot. 🔑 If you are a member of the Rust team and need access, add yourself to the whitelist. |
Let's try. @craterbot run name=rustdoc-json-1 mode=rustdoc crates=list:serde cap-lints=allow start=nightly-2022-06-01+rustdocflags=-Zunstable-options\ -wjson end=nightly+rustdocflags=-Zunstable-options\ -wjson |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
@craterbot run mode=rustdoc cap-lints=allow start=nightly end=nightly+rustdocflags=-Zunstable-options\ -wjson |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
@craterbot run mode=rustdoc crates=list:bradleyharden/fft_iter_bench,hans-arn/SEC_2,stuartZhang/scaffold-wizard,belong,catboost2-sys,easy_proc,tzdb,vue-sfc cap-lints=allow start=nightly end=nightly+rustdocflags=-Zunstable-options\ -wjson |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Hmm weird, looks like we still have 8 root regressions? |
@jyn514 Hmm which ones do you mean? |
Ugh, GitHub was being buggy and showing me #99919 (comment) as the latest comment. Sorry for the noise. |
Before we stabilize rustdoc JSON, we should make sure that we can build rustdoc JSON for all crates on crates.io without ICEs or other errors.
This issue is meant to be used as a trigger point for crater runs.
See this Zulip topic for more info.
Support for building rustdoc JSON with crater was recently deployed.
@rustbot labels +A-rustdoc-json +T-rustdoc
The text was updated successfully, but these errors were encountered: