Should throw error on reading ill-formed .pet-file (e.g. wrong decimal separator)
Merged
requested to merge 470-should-throw-error-on-reading-ill-formed-pet-file-e-g-wrong-decimal-separator into master
Compare changes
We didn't check if the values from the pet file are parsed successfully, which lead to errors. This MR introduces helper methods that check that. I tried my best to divide my changes with commits so one can look at one commit at once when reviewing.
Petrack::keyBindings()