Re: Silly ns question

2019-02-26 Thread James Gatannah
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

Re: Silly ns question

2019-02-17 Thread James Gatannah
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@

Re: Silly ns question

2019-02-17 Thread Daniel
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

Re: Silly ns question

2019-02-16 Thread James Gatannah
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

Re: Silly ns question

2019-02-16 Thread Matching Socks
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

Silly ns question

2019-02-15 Thread James Gatannah
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