Direct path import of h3-quinn in test
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 890
- Forks
- 136
- Avg merge
- 14d 20h
- Merged PRs (30d)
- 2
Description
Here h3-quinn is pulled in by a path reference: https://github.com/hyperium/h3/blob/master/h3/src/tests/mod.rs#L8
This makes it hard to run the test-suite in Debian, as we don't layout the files in the exact same way as you do in this git repository.
Would it be possible to have this as a normal [dev-dependencies] instead?
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
Inspect h3/src/tests/mod.rs at line 8 and the package manifest's dev-dependencies. Run the test suite in a Debian-style layout, then confirm h3-quinn is resolved as a normal development dependency without relying on a repository-relative path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100