This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Description
deftest serializable-roundtrip-with-lexical-context fail with message
Caused by: java.lang.Exception: Unable to resolve symbol: dinc in this context
as a workaround i just full qualify dinc:
(deftest serializable-roundtrip-with-lexical-context
(let [x 0]
(is (= 2 ((eval (read-string (pr-str (fn [] (serializable.fn-test/dinc x))))))))))