Björkus "No time_t to Die" Dorkus @thephd.dev · Oct 14

once again the error reporting is losing me @___@ I guess I need to open the debugger and step through everything? but it's catching the exception and then swallowing it....

4 likes 1 replies

?

Replies

Björkus "No time_t to Die" Dorkus · Oct 15

This was a bounds error in Bikeshed. I fixed it by adding bounds checking on the part that errored. Even Python code isn't safe from this. Incredible.