clojure-dev

lread 2026-01-20T14:20:47.728259Z

I think core.cache release also includes https://clojure.atlassian.net/browse/CCACHE-65, which is already described in changelog under 1.2.next.

seancorfield 2026-01-20T15:41:39.053779Z

Unclear. That ticket is In Progress and only partially fixed as I recall.

seancorfield 2026-01-20T15:44:40.978159Z

The original reported issue is fixed but there's still an edge case where the "miss" fn can be called multiple times (from multiple threads) for a concurrent call on the same key.

lread 2026-01-20T17:46:24.020209Z

Ah, I see, thanks. The partial fix has been released: https://github.com/clojure/core.cache/compare/v1.1.234...v1.2.249