clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
camsaul 2021-05-24T19:07:32.015Z

They're separable. I went ahead and opened a separate issue for the race condition in clojure.lang.MultiFn -- https://clojure.atlassian.net/browse/CLJ-2633 -- and included a patch with fix+tests for just 2633. I posted a new patch for https://clojure.atlassian.net/browse/CLJ-2234 (`clojure.lang.MultiFn` using the wrong hierarchy) that excludes the 2633 stuff.

alexmiller 2021-05-24T20:06:19.015200Z

thx