It just got stranger.
Same project. I've been tinkering with it for about an hour a night.
I don't think I've changed anything significant structurally, although
I have restarted the JVM.
I created a new file, world_test.cljc, in the same shared/ folder as
connection_test.cljc.
cider set up the
Oops, yes. I typoed the file name.
On Sun, Feb 17, 2019 at 9:26 AM Daniel wrote:
>
> Weird. Also I thought your file name would need an underscore.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@
Weird. Also I thought your file name would need an underscore.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
I haven't messed with it extensively, but it works from the REPL.
On Sat, Feb 16, 2019 at 5:35 AM Matching Socks wrote:
>
> Haha! (Can .shared.connection-test be require'd by another ns?)
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To p
Haha! (Can .shared.connection-test be require'd by another ns?)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
I'm using cider 0.18.0 (which is sweet) and emacs.
I just created a new buffer inside a new directory, and it generated the
preliminary ns form for me (also sweet).
The path to the file under my source directory is
"shared/connection-test.cljc".
The symbol of the ns that it generated is ".shar