After starting a prepl server via:
clojure -J-Dclojure.server.jvm="{:port 5555 :accept clojure.core.server/io-prepl}"
Clojure 1.12.0
user=>
Executing eval of
*repl*
reveals it is false:
nc localhost 5555
*repl*
{:tag :ret, :val "false", :ns "user", :ms 0, :form "*repl*"}
Is this expected behavior? It prevents the use of add-lib and friends.workaround:
(alter-var-root #'*repl* (constantly true))Should probably be set
Can you file on ask?
Not sure what 'on ask?' is
Sorry, can you post it on https://ask.clojure.org and I will turn it into a ticket from there