Include runtime type assertions in debug build
Opened this issue · 0 comments
bwhmather commented
BDC doesn't currently do any input validation. This means that bad input, at best, results in difficult to decode exceptions from deep inside clobber
. While it probably isn't possible to add validation to the prod build without exceeding 1024 bytes, it would be good to have some checks in the debug build to help during development.