leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
bastilla 2021-03-17T11:14:50.001100Z

Hi there. Something peculiar here.

bastilla 2021-03-17T11:15:36.001900Z

"lein check" tells me there are some syntax errors, but "lein compile" does not and just compiles. (There is no feedback, the prompt just returns.) Note, it's a cljc file not clj.

2021-03-18T18:19:23.003700Z

this may or may not be relevant, but lein check loads every file under the source root, while lein compile only loads things recursively from some top level file

🙌 1
bastilla 2021-03-19T08:28:37.004700Z

Thanks @noisesmith Meanwhile the problem has resolved (as an issue in front of the screen as usual 😉 ) Regarding check and compile, I saw that compile sometimes doesn't catch faulty code (as severe as syntax errors - no joke). Obviously when it's not directly bundled (called) to the top level code you mentioned. shrugs

Jakub Holý 2021-03-17T13:04:29.003500Z

Hi folks! How do you build lein projects (an uberjar) in Github Actions? (With caching of dependencies and such) 🙏