This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-31
Channels
- # beginners (64)
- # boot-dev (5)
- # calva (2)
- # clojars (2)
- # clojure (27)
- # clojure-europe (2)
- # clojure-india (1)
- # clojure-italy (30)
- # clojure-nl (3)
- # clojure-spec (46)
- # clojure-uk (19)
- # clojurescript (38)
- # code-reviews (2)
- # cursive (2)
- # datomic (15)
- # events (2)
- # graphql (3)
- # kaocha (1)
- # leiningen (5)
- # lumo (2)
- # off-topic (29)
- # perun (1)
- # re-frame (40)
- # reagent (5)
- # rum (3)
- # spacemacs (11)
- # specter (4)
- # tools-deps (4)
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
my other files are referenced in the core (:require
namespace call just fine, but for some reason, it's not noticing the new file
for some reason, lein is also not showing any "Compiling nr-edn.core" messages anymore, which feels weird
this one falls to PEBKAC: I hadd leftover closing parentheses that were leaving my new file out of the necessary namespace