-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
error[E0557]: feature has been removed #618
Comments
testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618
Caused by rust-lang/rust#114656 |
testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618
testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618
27a7f92 ci: fix for bug in upstream lib (Cameron Garnham) Pull request description: testing unit coverage step triggers bug in time crate on nightly: time-rs/time#618 ACKs for top commit: da2ce7: ACK 27a7f92 Tree-SHA512: 545742277460f79682e3d0b27e42e9d03085ed50de4552a60a4dc8174afff67b0838024f2b978c5386e292365816bd84a764796081fd35469135bdb692c3808b
Thanks for the info; I wasn't aware it was changing syntax. Ultimately it's only a CI thing, as it is opt-in. Given that, I'll get around to updating it in the coming days as it's not urgent. |
Hi @jhpratt It's unfortunately not only CI thing for |
I will point out that |
Yes, for sure. I don't expect any "guarantees" related to this feature. It's just pretty common way to use I'm wondering why it's not possible to make minor (patch) release to solve the issue for nightly builds? Regardless of the decision, I do appreciate all your efforts to maintain the |
Pretty much as I said — there's a couple things that aren't complete that I want to include. They're pretty minor and as such shouldn't take too long, but that's the reason. |
That doesn't feel like a satisfying answer to me. The time crate has been breaking a bunch of downstream CI setups, a PR was submitted with a fix 5 days ago, and semver-compatible releases ought to be cheap. You could presumably have published this fix and held back your "couple things" for another semver-compatible release? |
As I said, if you're using nightly, breakage is expected. I do not create releases solely to fix something that happens only on nightly. I am working on other things at the moment and will create a release when I feel it is appropriate. I'm not going to be pressured into anything. If it is affecting companies' CI, they are free to sponsor me to ensure that I have more time to work on things. |
TBH, it's hard to understand. Especially considering that the fix was already done by an external contributor, but it turns out that people must either turn off their CI or patch the version themselves. |
There's no point in me reiterating the same thing over and over. Locking this issue. |
Unable to build in latest nightly:
https://github.com/time-rs/time/blob/6aa8db51b9949c46b352579c9e951056b8ce333f/time/src/lib.rs#L79C1-L79C53
The text was updated successfully, but these errors were encountered: