clj-commons / virgil

Recompile Java code without restarting the REPL
312 stars 21 forks source link

Static method changes handled? #29

Closed brentvukmer closed 5 years ago

brentvukmer commented 5 years ago

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?

ztellman commented 5 years ago

Is the class containing the static method explicitly imported? On Fri, Jan 4, 2019 at 1:24 AM Brent Vukmer notifications@github.com wrote:

Thanks for making Virgil available, @ztellman https://github.com/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?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ztellman/virgil/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB6PwIUsrnF9IXu8FV_gSNPsMDYNuiEks5u_nUWgaJpZM4Zoybn .

brentvukmer commented 5 years ago

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

brentvukmer commented 5 years ago

Looks like I was wrong:

Sorry to bug you!