Using integrant-repl in a project that also uses :as-alias I’m getting a circular dependency error when I try and reset. It’s okay if I do a halt followed by go, don’t get the error. I only did a cursory investigation, but it seems the version of tools.namespace that doesn’t choke on :as-alias is 1.3, but integrant-repl is a few versions behind. Anyone else experiencing this? My workaround is to define my own reset function that just calls halt and go.
Ah, I see that this same topic is already referenced in an outstanding pull request. https://github.com/weavejester/integrant-repl/pull/25