nelson
nelson copied to clipboard
Better/more consistent error handling in config parsing
Config parsing is where all the magic happens, currently some places use Option (hiding potentially useful error messages), some use unsafe methods, some use IO exception throwing. We can do better.
Hi