You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I can appreciate that there may not be much benefit in adding support for Mercurial repos, and a processing warning is useful, the crate should be "unmaintained" simply because it is using Mercurial.
let repo_status = clone_repository(pkg,Purpose::Membership)?;
That is, to be considered maintained, a package must be a member of its named repository. And to determine whether that is the case, cargo-unmaintained must clone the repository.
In a similar vein as #279 , I see the following for https://crates.io/crates/oorandom
It is maintained, recently fixing the metadata - c.f. https://todo.sr.ht/~icefox/oorandom/8
While I can appreciate that there may not be much benefit in adding support for Mercurial repos, and a processing warning is useful, the crate should be "unmaintained" simply because it is using Mercurial.
A list of hg hosting platforms can be found at https://wiki.mercurial-scm.org/MercurialHosting . Some like https://hg.sr.ht/ and https://hg.mozilla.org/ and http://hg.code.sf.net/ include "hg." prefix which could be used to detect it.
However others dont have an easy way to detect e.g. https://crates.io/crates/bytes-cast
The text was updated successfully, but these errors were encountered: