clojure-framework
clojure-framework copied to clipboard
Fix for warning: clojure.lang.Repl is deprecated.
Today when I have installed your script clj it generates me a warning:
$ clj WARNING: clojure.lang.Repl is deprecated. Instead, use clojure.main like this: java -cp clojure.jar clojure.main -i init.clj -r args... Clojure 1.2.0
So I have fixed it and it's in this pull request. It works for me and my version 1.2 on Mac OS X.
Thanks, Rafal.
Thanks. I haven't started using 1.2 in earnest yet. I'll pull that change when I do.
Is it still relevant? Or we should close it?