We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e911d7 commit 8afc2c7Copy full SHA for 8afc2c7
src/debug.jl
@@ -79,6 +79,7 @@ macro ensure(condition, msg = string(condition))
79
ls, rs = string(l), string(r)
80
return esc(quote
81
if ! $condition
82
+ # FIXME double-execution of condition l and r!
83
throw(postcondition_error($msg, backtrace()[1],
84
$ls, $l, $rs, $r))
85
end
0 commit comments