Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
enderpy
Failed to verify create's content against its repository
Verified 5 out of 7 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit e80229942c17feaae182fcb6fe4f5c9dd4454499, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.README.md
does not match the repository.
Looked for the crate in
enderpy/
. Fetchedhttps://github.com/glyphack/enderpy.git
af7db4ad5d4560956467c4cc72560e02ac9ce4e4.Checked on 2024-08-04
This check is experimental.
- warning: Crate tarball has been published from the commit e80229942c17feaae182fcb6fe4f5c9dd4454499, which is not in the repository.
Missing keywords
Help users find your crates. Add
keywords = ["python", "autocomplete", "lsp", "checker", "language-server"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
enderpy_python_type_checker
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Dependency config 0.13.3 is outdated
Upgrade to 0.15.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency env_logger 0.10.0 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency miette 5.10.0 is outdated
Upgrade to 7.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Dependency thiserror 1.0.48 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 99 out of 101 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit d5327c655b7b407fe89ee9560f348de94d0ca887, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.README.md
does not match the repository.
Looked for the crate in
typechecker/
. Fetchedhttps://github.com/glyphack/enderpy.git
10e9742149136d79ff472d5455011c51cbc4cab3.Checked on 2024-08-04
- warning: Crate tarball has been published from the commit d5327c655b7b407fe89ee9560f348de94d0ca887, which is not in the repository.
Missing keywords
Help users find your crates. Add
keywords = ["python", "checker", "autocomplete", "language-server", "type-checker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
enderpy_lsp
Failed to verify create's content against its repository
Verified 5 out of 6 files (includes 3 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.
Looked for the crate in
lsp/
. Fetchedhttps://github.com/glyphack/enderpy.git
91368fbc70ef1729dc21c5adbfe401b120ebf97f.Checked on 2024-08-04
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Dependency tower-lsp 0.19.0 is significantly outdated
Consider upgrading to 0.20.0 to get all the fixes and improvements.
Dependency dashmap 5.1.0 is outdated
Consider upgrading to 6.1.0 to get all the fixes and improvements.
Dependency env_logger 0.9.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["python", "language-server", "lsp", "autocomplete", "checker"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
enderpy_python_parser
Dependency miette 5.6.0 is outdated
Upgrade to 7.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["python", "autocomplete", "parser", "checker", "language-server"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
enderpy, enderpy_python_parser, enderpy_lsp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-editors"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.