On Tue Nov 7 12:57:57 2023 +0000, Giovanni Mascellani wrote:
I don't think all the `assert()`'s make sense. We can safely assume that ops are always defined, there is no need to check (or document) that. We don't usually check virtual function calls, AFAIA.
Hmm, right, these asserts are probably a remnant from when I tried the idea of making a separate compilation-only runner with NULL functions.