Fork me on GitHub
#cursive
<
2017-03-18
>
cfleming01:03:57

@bfabry Have you lost all symbols from clojure.core, or just some of them?

cfleming02:03:33

@bfabry Also, how are you defining symbols in your user.clj? Is that just some defns for reloaded, or something?

bfabry07:03:00

the symbols in user.clj might be a lost cause (though they worked previously) as my user.clj is off the source-path and then loaded using repl-options at startup to avoid the "oh hey user.clj is loaded prior to the cp being set up properly" problem

bfabry07:03:53

I can't find any symbols in clojure.core that don't come up as 'unresolved' in the repl, including + etc

achikin12:03:45

@a2_himmel double check that repl is connected. It happens to me from time to time when I forget to connect.