Kirill Chernyshov

Results 19 issues of Kirill Chernyshov

**version** clj-kondo v2022.05.31 **platform** native on Mac OS and JVM version **problem** When by mistake the function's parameter declaration form contains identical symbols in different positions clj-kondo reports about "Unused...

Related #22 This PR enhances the sorting strategy by grouping keys based on the depth of nodes. So instead of attempting to sequentially invoke initializing function for each element in...

I'm getting an exception trying to write to string a map with nil as a key. ``` (jsonista.core/write-value-as-string {nil 1}) ;; => throws com.fasterxml.jackson.databind.JsonMappingException 1. Unhandled com.fasterxml.jackson.databind.JsonMappingException Null key for...

This commit should fix #16 Dependencies from cambada itself are loaded into classloader and if some project is relying on one of that dependency (eg. clojure.data.xml) compiled class will not...

enhancement

Dependencies present in cambada and compiled project never appear in the list of compiled classes due to the fact that they are already loaded into the classloader before the compile...