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. On Mar 9, 5:41 am, Phil Hagelberg <[email protected]> wrote: > Phil Hagelberg <[email protected]> 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 received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
