Yes, it's not supported yet in lein2 because REPL-y doesn't support it yet.
But it's definitely on my plate to knock out soon, along with :prompt
support, although :repl-* options will likely be collapsed into a
:repl-options map.
https://github.com/technomancy/leiningen/issues/432
https://gith
Another problem. I have a ":repl-init myproj.something" in
project.clj . Using "lein repl", that namespace gets pulled in just
fine, but not when I do a "lein2 repl". Any idea why? Looks like it
does not even try to load the namespace until I pull it in inside the
repl manually.
Thanks,
Marius K.
Pepijn de Vos writes:
> I've run into a problem with "lein run" though. It didn't take any
> input, so I ran "lein trampoline run" instead, which did this:
> http://pastebin.com/GBkpC0BP
I'm having trouble reproducing this; could you open an issue with a
minimal test case?
-Phil
--
You receiv
Yay, cool!
I've run into a problem with "lein run" though. It didn't take any
input, so I ran "lein trampoline run" instead, which did this:
http://pastebin.com/GBkpC0BP
Pepijn
On Mar 7, 11:28 pm, Phil Hagelberg wrote:
> Hello folks!
>
> I'm proud to announce the release of Leiningen 2.0.0-prev
The clojure community is thankful!
On Mar 7, 11:28 pm, Phil Hagelberg wrote:
> Hello folks!
>
> I'm proud to announce the release of Leiningen 2.0.0-preview1. While
> this isn't a final stable release, it's fairly stable and should be
> usable for the majority of projects. This is a near-rewrite