Closed flrs closed 5 years ago
Type assertions should use the raise method instead of assert, since assert can be disabled by the compiler.
raise
assert
This has been fixed in commit 3d04216f9055e83af040f1e96b7d7f1b3693ccbd and will be included in the next release.
Type assertions should use the
raise
method instead ofassert
, sinceassert
can be disabled by the compiler.