nextcloud / nextcloud/notify_push
ignoring invalid dependency `test_client` which is missing a lib target
Open
Nobody has claimed this yet.
bug
technical debt
- Dominant language
- Rust
- Stars
- 344
- Forks
- 64
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
Description
When running cargo test with a recent cargo (1.75.0) there's a warning printed:
warning: notify_push v0.1.0 (/home/max/code/nextcloud/notify_push) ignoring invalid dependency `test_client` which is missing a lib target
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running cargo test with Cargo 1.75.0 and inspect the test_client dependency declaration in the Cargo manifest. Determine why Cargo considers the dependency to lack a lib target; done means the warning is gone and the test suite still passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100