-
Notifications
You must be signed in to change notification settings - Fork 61
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
Stable build is broken: Could not find RunIgnored
in test
#133
Comments
Could you please yank 0.3.15 until this is fixed? I would like to prioritize keeping the stable build working over having nightly working. |
Dang, this stable support is becoming a pain in the neck tbh :-/ I'll yank it. |
Ok, yanked. |
Thanks. I suspect that you are looking at this wrong: the stable support is dead simple -- just don't break anything. The nightly support is a pain in the neck. I filed #135 to follow up. |
Clippy (and miri?) must test on nightly, please don't break nightly support. Stable crates can still test on nightly, the other way around doesn't work. |
Oh, sorry, I was under the impression that you were proposing sacrificing nightly support for stable support, you want to remove the feature that makes nightly required in the first place, that makes sense |
Correct. Clippy and miri are free to run tests against a nightly toolchain without requiring there to be unstable code in compiletest-rs. |
The way I see, the stable support is an added feature. It's definitely not a feature in rustc/compiletest. It was added because it was relatively simple to do at the time, but it's becoming more of a burden to maintain. Nightly support is simply just keeping up with rustc/compiletest. Fx the changes in #136 will have to be undone/changed when stable catches up to nightly (if I understand correctly). That's what I meant by pain in the neck :-) But don't get me wrong, I'm happy to know that people use it! Both stable AND nightly :-) |
I believe compiletest-rs would deliver a better experience if there weren't unstable code enabled by default. |
0.3.16 is out. |
@laumann thanks! |
What is preventing |
@SergioBenitez that's what I would like to see. Tracked in #135. |
The text was updated successfully, but these errors were encountered: