Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-18 | 290 Bytes | |
v0.3.7 source code.tar.gz | 2024-10-18 | 1.3 MB | |
v0.3.7 source code.zip | 2024-10-18 | 1.5 MB | |
Totals: 3 Items | 2.8 MB | 0 |
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.