Global property validation error should be less specific
Open
@k88hudson-cfa is already working on this.
Since Jun 8, 2026.
ergonomics
user feedback
- Dominant language
- Rust
- Stars
- 36
- Forks
- 8
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
It should take a more generic error (with Into etc.)
It ends up requiring code like:
fn validate_inputs_for_property(
p: &ParameterValues,
) -> Result<(), Box<dyn std::error::Error + 'static>> {
validate_inputs(p).map_err(Into::into)
}
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.
Assessment
This issue has not been assessed yet.