Tomas Drencak
Results
2
issues of
Tomas Drencak
Following the issue in https://github.com/cursive-ide/cursive/issues/2701 I've tested 1.12.4-eap3 with the following code: ```clojure (deftest my-test1 (println "---") (throw (Exception.))) ``` The result: Error is marked on the `println` line. Another...
There is a problem when using qualified keywords as types. `m/type` reports `::malli.core/schema` for qualified keywords as opposed to identical keyword for unqualified keywords: ```clojure (let [options {:registry {:time/instant (m/-simple-schema...
bug