Skip to content

v0.3.7

Latest
Compare
Choose a tag to compare
@aphyr aphyr released this 18 Oct 23:59
· 3 commits to main since this release

A very small bugfix release. Jepsen.history incorrectly threw IndexOutOfBoundsException when asked for an out-of-bounds index with a default value. Clojure's semantics are to return the default value, which we now match. This fixes specific kinds of destructuring bind on empty histories.