-
Notifications
You must be signed in to change notification settings - Fork 49
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
[LFM] Looking For Maintainer #93
Comments
FYI the term crate is now a dependency of Rust's built-in unit testing and benchmarking framework. |
It's also a dependency for rustup: https://github.com/rust-lang/rustup.rs/blob/bb6f65f08ba3e8a6619a033b65611be0f0023e73/src/rustup-cli/download_tracker.rs |
I've moved libtest to use the termcolor crate, maybe it might make sense to do the same for rustup @matteomeli . |
Yeah that seems reasonable if termcolor is more maintained and has equivalent features. Perhaps open an issue in rustup? |
The `term` crate is unmaintained: Stebalien/term#93
The `term` crate is unmaintained: Stebalien/term#93
I'd be interested in maintaining. |
@derekdreery that's awesome! If I fall behind on reviewing PRs, please don't hesitate to bug me (i.e., "be annoying"). |
The 'term' crate is unmaintained: Stebalien/term#93 The 'termcolor' crate (by @BurntSushi) is maintained, provides a higher level abstraction which is a better fit for what we're doing, and has fewer (transitive) dependencies: https://github.com/BurntSushi/termcolor
The 'term' crate is unmaintained: Stebalien/term#93 The 'termcolor' crate (by @BurntSushi) is maintained, provides a higher level abstraction which is a better fit for what we're doing, and has fewer (transitive) dependencies: https://github.com/BurntSushi/termcolor
The 'term' crate is unmaintained: Stebalien/term#93 The 'termcolor' crate (by @BurntSushi) is maintained, provides a higher level abstraction which is a better fit for what we're doing, and has fewer (transitive) dependencies: https://github.com/BurntSushi/termcolor
The 'term' crate is unmaintained: Stebalien/term#93 The 'termcolor' crate (by @BurntSushi) is maintained, provides a higher level abstraction which is a better fit for what we're doing, and has fewer (transitive) dependencies: https://github.com/BurntSushi/termcolor
The author of `term`, @Stebalien, has opened the following GitHub issue looking for a new maintainer: Stebalien/term#93 Ideally we can help find one by increasing visibility on this issue. Otherwise this advisory includes a list of possible alternatives.
I've filed a (presently merged) informational advisory that this crate is unmaintained and looking for a new maintainer to the RustSec Advisory DB: Let us know if you'd prefer we not include it. Thanks! |
Thanks! Note: This crate isn't exactly unmaintained. I'm just not going to be fulfilling feature requests and/or fixing known limitations. |
The author of `term`, @Stebalien, has opened the following GitHub issue looking for a new maintainer: Stebalien/term#93 Ideally we can help find one by increasing visibility on this issue. Otherwise this advisory includes a list of possible alternatives.
So, I thought I'd have time to maintain this but then I got a job (where a large portion of said job is maintaining a bunch of OSS projects...). Unfortunately, that leaves me little time (or motivation) to maintain this project.
The text was updated successfully, but these errors were encountered: