night-config
night-config copied to clipboard
Improve error messages
I see two big areas of improvement:
- [ ] Parsers: show the erroneous line (and maybe even its content!)
- [ ] ObjectConverter: detect when the types mismatch, for instance when the user tries to convert a table into a
String
because it incorrectly typedString
instead of its class. See e.g. #103