Fork me on GitHub
#leiningen
<
2018-12-31
>
Noah Bogart17:12:33

has anyone had issues with lein compile not grabbing new files? i just opened a project I haven't touched in about a month, and the branch I had previously been working doesn't run anymore. I run lein clean && lein compile && lein run, and then it throws an Exception in thread "main" java.lang.ClassNotFoundException: nr-edn.csv, compiling:(nr_edn/core.clj:1:332) error

Noah Bogart17:12:01

my other files are referenced in the core (:require namespace call just fine, but for some reason, it's not noticing the new file

Noah Bogart17:12:12

for some reason, lein is also not showing any "Compiling nr-edn.core" messages anymore, which feels weird

Noah Bogart18:12:44

this one falls to PEBKAC: I hadd leftover closing parentheses that were leaving my new file out of the necessary namespace