Email or username:

Password:

Forgot your password?
2 comments
Martin Kavalar

@nikitonsky Also ran into clojure.atlassian.net/jira/sof and are using this snippet to work around it:

(alter-var-root #'clojure.tools.namespace.repl/refresh-tracker assoc :clojure.tools.namespace.dir/time (System/currentTimeMillis))

Niki Tonsky

@mkvlr that’s more or less how my rabbit hole started :)

Go Up