leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
Ivan Fedorov 2020-10-13T08:44:22.015300Z

Whoa. Great material, thanks! Will look into. I’ve only tried DEBUG=true so far

Applying task [with-profile base javac] to []                                                                                                                          
Applying task javac to nil    
Looks like it was intended to show something instead of a nil and []

Ivan Fedorov 2020-10-13T08:44:37.015500Z

https://github.com/technomancy/leiningen/issues/2703

2020-10-13T22:07:31.018400Z

Just a question out of curiosity. I have a ~/.lein/profiles.clj with a setup for REBL (using https://github.com/RickMoynihan/nrebl.middleware ). Now, if I start a lein repl in a folder that does not have a project.clj, and I try to open REBL, it segfaults, but if that folder had a project.clj I can open REBL just fine. Does lein boot this repl differently in both situations?

2020-10-13T22:08:14.018700Z

Mostly just wondering, the engineer in me wants to know what makes this difference ^^.

2020-10-13T22:26:08.018900Z

could it be that the segfault happens in something rebl tries to do?

2020-10-13T22:27:47.019100Z

looking at the middleware code that seems unlikely actually

2020-10-13T22:32:14.021Z

Yeah it super strange to me that it doesn’t segfault if there is a project, so I’m assuming it has to do with how this repl is booted in both cases?

2020-10-13T22:35:18.022800Z

I don’t know, I would find it strange if it had something to do with REBL or the middleware, if that makes any sense. I would have expected it to never work then…