clj-commons/virgil

Static method changes handled?

brentvukmer opened this issue · 3 comments

Thanks for making Virgil available, @ztellman!

I created a Java class in my Clojure project to try out Virgil via Leiningen. Instance method changes triggered a recompile/reload, but not (as far as I could tell) static method changes. Is this a known issue?

None of the project's Clojure code imports the class yet.

Looks like I was wrong:

  • opened a fresh REPL (in Cursive)
  • referenced the class static method (and then imported when prompted)
  • changed the static method
  • saw the class get recompiled

Sorry to bug you!