wpilibsuite / wpilibsuite/native-utils
Vendordep update fails on empty jsonURL.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5
- Forks
- 30
- Avg merge
- 11h 32m
- Merged PRs (30d)
- 4
Description
The current vendordep behavior causes it to fail if the jsonUrl property is not null, but still an empty string. For example, in the WPILibNewCommands.json vendordep, the jsonUrl value is set to "". This causes the vendordep --update task to fail with an invalid URL error.
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 with the vendordep --update task and trace how the jsonUrl property is validated. Use the WPILibNewCommands.json example to reproduce the failure, then verify that an empty jsonUrl no longer produces an invalid URL error while non-empty URLs continue to update correctly.
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
- Mostly clear
- Newbie friendliness
- 55/100