Northeastern-Electric-Racing / Northeastern-Electric-Racing/Calypso
[Validate] - Ensure topic names correct
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2
- Forks
- 2
- Avg merge
- 6d 20h
- Merged PRs (30d)
- 3
Description
Description
Topic names should not contain any leading or trailing slashes.
Acceptance Criteria
Check for both can and meta messages!
Proposed Solution
Do it in validate.rs. Add a new enum to the thiserror block.
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 in validate.rs and inspect the existing thiserror block and validation paths for CAN and meta messages. Ensure topic names with leading or trailing slashes are rejected consistently, adding the requested error enum, and verify both message types are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100