wpilibsuite / wpilibsuite/native-utils
Duplicate vendordep uuids silently allowed
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5
- Forks
- 30
- Avg merge
- 11h 32m
- Merged PRs (30d)
- 4
Description
Right now, if there are multiple vendordeps with the same UUID, the first one found is used and others are silently ignored. This should throw an error, so that users can delete the wrong one.
Contributor guide
No contributing guide indexed for this repository
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 at src/main/java/edu/wpi/first/nativeutils/vendordeps/WPIVendorDepsExtension.java around lines 191-194 and trace how vendordep UUIDs are selected. Ensure duplicate UUIDs produce an error instead of silently using the first entry; done when users are clearly told about the duplicate and the existing behavior is covered by the project's relevant checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100