rcv
rcv copied to clipboard
Exceptions thrown in UI callbacks are not handled
If you enter a bad string in contestDate JSON and try to load it in the GUI, it says it loaded successfully in the GUI console even through it throws a DateTimeParseException in IntelliJ.
- Need to fix handling of bad date. - This is fixed via #357
- Need to fix silent errors like this occurring; I thought this was resolved by #174, but it can apparently still happen in certain cases.
@HEdingfield you ok with closing this? If you still want to have a ticket around silent exceptions in general I'd propose to edit this one and keep it open.
Thanks! I'll keep it open in case we want to deal with part 2, but I'll remove the tags.