Fork me on GitHub
#conjure
<
2021-09-13
>
Proctor13:09:02

Has anybody seen issues where in a Clojure file if you “evaluate file” gives a syntax error on the (ns … form, but if you do a “evaluate buffer”, or if you evaluate a form at a time through the file it evaluates fine?

Proctor13:09:04

(will try some log capture next time I see it now that I see in the above comments about the logs… 😉 )

Noah Bogart13:09:40

that happens to me when my repl didn’t load the directory the file is in

Noah Bogart13:09:47

generally happens with test files

Proctor13:09:47

It feels like test files, or dev/user namespace files, is the common place

Proctor13:09:11

is there a nice way to force that directory load in the REPL?

Noah Bogart13:09:52

i don’t think there’s an easy way to do that