Fork me on GitHub
#nrepl
<
2021-09-30
>
thom11:09:21

Does anyone know if it's possible to prevent nrepl-refactor from eagerly calling warm-ast-cache on REPL startup?

vemv11:09:24

do you use clj-refactor.el?

thom11:09:56

brilliant, thanks!

thom11:09:39

okay wonderful, this fixes my underlying issue which was that I'm working on a JavaFX app and loading everything causes JavaFX to initialise and start its internal thread and generally cause havoc in my REPL. Thanks all!

vemv11:09:17

Nice! btw, if you use https://clojars.org/refactor-nrepl/refactor-nrepl latest (i.e. the alphas you can see there), you'll see better performance, more accuracy, less extraneous code being evaluated, etc.

bozhidar11:09:08

@thom704 I think there was some flag for this, but I don't recall how was it named. @vemv might know better.