Fork me on GitHub
#cider
<
2016-08-16
>
danielcompton02:08:39

@kingoftheknoll: does it need to be required first?

kingoftheknoll02:08:46

@danielcompton: (require ‘divvy-accounts.db) will throw the same exception

kingoftheknoll02:08:01

interestingly enough if I try to require another namespace say divvy-accounts.core it will throw the same error that it can’t find the db namespace

kingoftheknoll02:08:36

At first I thought it was an artifact or something but after doing lein clean the problem persisted

danielcompton02:08:38

hmm, not familiar enough with CLJS emacs tooling

kingoftheknoll02:08:52

me either lol just getting started

fenton17:08:50

@kingoftheknoll: I do C-u C-c A-z in my source file. That loads the file, changes the REPL namespace to it and puts my cursor in the REPL.