leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2019-11-07T00:17:34.096600Z

@andy.fingerhut don’t remember if by default but lein lets you set that flag with a global declaration in project

2019-11-07T00:18:32.097400Z

oh, that might be what I am remembering -- a project where I ran 'lein check' that also has the global setting for warn on reflection in the project.clj. Never mind me, then. Carry on!

1
FiVo 2019-11-07T13:29:27.099700Z

Running lein run hangs. Calling (-main) works as expected. Also tried adding (shutdown-agents) to the end of my main, but it didn't help. Are there some likely issues? How do I best proceed?

FiVo 2019-11-07T14:51:10.099800Z

Nevermind, I figured it out. Opened some RestClient connection which needed to be closed.