Fork me on GitHub
#leiningen
<
2018-08-29
>
pradyumna03:08:28

Hi, anyone tried the latest checkout of lein 2.8.2-SNAPSHOT. I tried building locally. Some issues. then updated the code to refer the latest stable REPLy 0.4.1, then it runs fine. However, when the repl starts it shows one exception "No namespace: reply.eval-modes.nrepl found", however the repl seems to run fine without any more issues. couldn't figure out from where this coming. Any clues?

bozhidar06:08:19

I might have missed something when I updated the REPLy and nREPL deps in https://github.com/technomancy/leiningen/pull/2444

bozhidar06:08:39

I guess a bigger stakestace might help. Likely there’s some error in the ns you mentioned, but I have no idea what, without more context.

benzap19:08:05

does :source-path's paths act like classpaths? I have a project that targets specific sub-folders, and i'm not certain if it's correct, since the files are not namespaced with respect to the sub-folders