> What am I missing here?
What the spec tries to say is that `raise` statements are tracked, nothing more. Builtins like `div` are not considered to raise. And with `--panics:on` they do not raise indeed.
> What am I missing here?
What the spec tries to say is that `raise` statements are tracked, nothing more. Builtins like `div` are not considered to raise. And with `--panics:on` they do not raise indeed.