-
Notifications
You must be signed in to change notification settings - Fork 68
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
Question - What's the Maintenance / Deprecation Status? #118
Comments
I'm not really actively developing this project anymore, but am accepting user contributions, hence the "Passively Maintained" status. I haven't had anyone interested in taking over the project, but am open to that.
|
I liked having How do you envision the crate(s) being used by applications without using the |
I think the problem with this was having multiple sets of features and not knowing which were compatible with which. Having separate crates for hyper vs actix makes it easier to grok IMO.
I think the better way is to pull in |
@ferristseng are you open to additional maintainers? |
Yes! Definitely open to it. I've had one in the past. Are you interested in becoming a maintainer? |
I could potentially, in a limited capacity - enough to keep incoming PRs active and unblocked. It would be helpful to have others also. What kind of standards do you have for contributions - what's the current status quo or what do you think is appropriate for this project to both keep it active (not be too restrictive / draconian) and maintain a degree of quality? |
Hmm good question, I've been pretty loose, not even really having unit tests for most things. I've mostly been accepting contributions to add support for new IPFS endpoints, while keeping the core stuff pretty much untouched. A maintainer could definitely help shepherd those things along, as I am really following IPFS development anymore. |
At the top of the README, there's a deprecation badge, but later on in the readme, only one of the crates
ipfs-api
is marked deprecated in a table listing all the crates in this repo.Is only
ipfs-api
deprecated, or the entire repo?If the former, should the readme be refactored to have the deprecated items in a separate document?
"Passively maintained" sounds softer than "deprecated" which has a permanent connotation.
The text was updated successfully, but these errors were encountered: