this adds support to OTP 23+. in particular, OTP 24 dropped the
:erlang.get_stacktrace/0 function, which breaks with_mock when an error
is raised inside a mocked function.
Coverage remained the same at 100.0% when pulling c7b022b778ee082aa4fc60652f7496b2789f195a on thalesmg:update-meck into e00a88735f15895d2e9977809c339621347e7471 on jjh42:master.
this adds support to OTP 23+. in particular, OTP 24 dropped the
:erlang.get_stacktrace/0
function, which breakswith_mock
when an error is raised inside a mocked function.