oxidecomputer / oxidecomputer/hubris
Want `fpga-server` to be TOML configurable
Open
Nobody has claimed this yet.
developer-experience
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 239
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
Critical configuration info buried in the server source rather than being in a TOML file is unsporting and we should improve that.
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
Read drv/fpga-server/src/main.rs at line 66, where the configuration is currently embedded in the server source. Trace how fpga-server receives and uses that information, then identify the project's existing TOML configuration approach. Done means the critical configuration can be supplied through TOML instead of only being defined in source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100