Configuration: Color configuration silently fails if present but invalid
Open
bug
- Dominant language
- Haskell
- Stars
- 109
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The config key `colors` is optional, and we assume a default `mempty` if the key is not present. However, if the key is present but contains invalid data (such as misspelled color names), `aeson` still uses the default instead of printing an error message.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.