You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a couple issues when firing up a repl and loading all namespaces (I have a custom setup which does that):
merely requireing sound.patch plays+loops the associated song. It's nice to hear it but it gets old quickly. Probably it'd be better if the ns didn't have this compile-time side-effect.
Nice pointer on JDK15, I didn't know it was a thing.
The thing with sound.patch and intro is that they can be automatically required by the repl or IDE. I think cider-refresh is a well-known example of auto-requiring solutions.
If it was possible to make ns loading less side-effectful that would be appreciated, else no issue!
Hi, lovely project!
I encountered a couple issues when firing up a repl and loading all namespaces (I have a custom setup which does that):
require
ingsound.patch
plays+loops the associated song. It's nice to hear it but it gets old quickly. Probably it'd be better if the ns didn't have this compile-time side-effect.intro
spits the following stacktrace:...I use AdoptOpenJDK. IIRC one needs Azul's or Oracle's JDK?
Thanks - V
The text was updated successfully, but these errors were encountered: