Closed brentvukmer closed 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 .
None of the project's Clojure code imports the class yet.
Looks like I was wrong:
Sorry to bug you!
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?