Skip to content

v10.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Aug 01:45
· 178 commits to main since this release
Fix: macula_identity:save/2 crashed instead of returning {error, Reason}

A bare 'ok = filelib:ensure_dir(Path)' match raised an unhandled
MatchError whenever ensure_dir failed, instead of honoring the
function's own -spec (ok | {error, term()}). Found live: this took
down an entire supervised OTP application that called save/2 from a
required GenServer with no try/catch, trusting the documented
contract.