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.
Phil Hagelberg writes:
> Just found a bug that only manifests when you don't have any profiles
> and are running outside a project.
I released a 2.0.0-preview2 version with this fix. If you are running
the old preview, running "lein2 upgrade" should take care of it.
thanks,
Phil
--
You receiv
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 prou
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 pr
Just found a bug that only manifests when you don't have any profiles
and are running outside a project. It's fixed in git, but if you're
getting an NPE on 2.0.0-preview1 and don't have any profiles defined,
try this as a temporary workaround:
$ mkdir ~/.lein; echo "{:user {:plugins []}}" >>
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 and contains
a few backwards-compatibility breaks, but updating s