parcel-bundler / parcel-bundler/lightningcss
Post-napi cargo-auditable panic
Open
Nobody has claimed this yet.
pending triage
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
cargo metadata failure: error: Package `lightningcss-napi v0.1.0 (/build/source/napi)` does not have feature `rayon`. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
Nix run cargo-auditable & I’m trying to do my job maintaining the package on the latest version bump but I am not a rust user & don’t know what this means.
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
The panic is reported at cargo-auditable/src/collect_audit_data.rs:77:9; start by reproducing the Nix cargo-auditable run and inspect the napi package's feature declaration around the reported rayon feature. Trace why cargo metadata rejects that feature and verify that the latest package bump completes without the panic.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100