oxidecomputer / oxidecomputer/ipcc-rs
`ipcc-data` is missing a parser for `HSSBootFail`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, ipcc-data offers a parser for HSSPanic, but does not offer one for HSSBootFail, or a mapping for the "reason" field.
For faux-mgs, I have implemented a small binary dump function: https://github.com/oxidecomputer/management-gateway-service/pull/495/changes#diff-eecb3109d05f85699dc42276b1a71b8ec4041db954cce5ba3a1496c386685bf0R2549-R2594, but we likely want to have an "official" parser for this.
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 by locating the existing HSSPanic parser and its reason-field mapping in ipcc-data, then compare them with the HSSBootFail binary dump linked from the issue. Done means adding an official HSSBootFail parser and mapping its reason field, with validation against the faux-mgs dump.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100