philoskim / debux

A trace-based debugging library for Clojure and ClojureScript.
468 stars 19 forks source link

Fix reflective access issues #32

Closed marksto closed 5 months ago

marksto commented 5 months ago

There is currently only one Reflection warning, Reflection warning, debux/common/util.cljc:220:10 - call to method substring can't be resolved (target class is unknown)., but I've updated the Lein config as well to prevent this pesky issue in the future.

philoskim commented 5 months ago

Thanks a lot for the PR!