embassy-rs / embassy-rs/chiptool
`validate` does not validate `extends`
Open
- Dominant language
- Rust
- Stars
- 65
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
In the implementation of `validate` for blocks and fieldsets, the only check that is performed for both of their `extends` fields is that the thing they extend exists.
However, the thing they extend may introduce additional fields that could cause overlapping. This is not validated for either of them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.