frc971 / 971-Robot-Code

Apache License 2.0
64 stars 8 forks source link

JSON to flatbuffer parsing error messages are hard to see #34

Open jameskuszmaul-brt opened 9 months ago

jameskuszmaul-brt commented 9 months ago

People consistently seem to struggle with identifying failures associated with the JSON->flatbuffers code. Some of this may be that the messages tend to not stand out much in the program output. Part of it is also that failures of the code tend to show up as segfaults rather than some sort of more coherent error message.