nextcloud / nextcloud/notify_push

ignoring invalid dependency `test_client` which is missing a lib target

Open
#381 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.