Closed
Conversation
Author
|
Disclaimer: I wrote an alternative to this library, once I noticed that this project has been abandoned. Pretty much all of those people weren't aware that this crate has been abandoned, which only shows that this is an ongoing problem that needs to be properly addressed. |
deprecated on crates.io
This was referenced Jan 25, 2022
Collaborator
|
This is now maintained passively. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This crate hasn't received a single commit or merged PR since about three years.
There also doesn't seem to be any intent of the crate author to continue working on this.
My proposal to @phsym is to mark this crate as deprecated so other people will think about using it twice.
I stumbled upon this library about two years ago myself and had to find out the hard way that it has been abandoned, after already spending a few hours working with it.
I guess it could be considered technical debt to use libraries that haven't received any updates since more than three years.
Furthermore, you should consider archiving this repository. Otherwise people will continue spending their time on PRs that'll never get merged.
This PR sets the
deprecatedbadge on crates.io. A small patch release would have to be pushed for the badge to show up on https://crates.io/crates/prettytable-rs though.Sadly, there's no mechanism to mark a crate as
abandonedfrom the outside yet, which is why this has to be done manually by @phsym.This isn't intended to offend or blame anyone. Priorities shift all the time, there's no shame in leaving a project behind.
This PR is just a measure to keep the Rust ecosystem clean.