I had assumed that nim check was pretty much the same thing as nim c, except without the compile part. Evidently, the recent stream of bugs related to nim check proved me wrong.
My question is: why does nim check have an entirely separate set of bugs from nim c?