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 ns directive the same way, so it's

(ns .shared.world-test ...)

This time, trying to compile it failed with the error "Namespace
.shared.world-test has a segment starting with an invaild JavaScript
identifier"

Aside from misspelling "invalid", that's about what I expect.

And now the original '.shared.connection-test ns fails with the same error.


On Sun, Feb 17, 2019 at 9:40 PM James Gatannah <james.gatan...@gmail.com> wrote:
>
> Oops, yes. I typoed the file name.
>
> On Sun, Feb 17, 2019 at 9:26 AM Daniel <doubleagen...@gmail.com> 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@googlegroups.com
> > Note that posts from new members are moderated - please be patient with 
> > your first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> > http://groups.google.com/group/clojure?hl=en
> > ---
> > You received this message because you are subscribed to a topic in the 
> > Google Groups "Clojure" group.
> > To unsubscribe from this topic, visit 
> > https://groups.google.com/d/topic/clojure/COrsNoavQqI/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to 
> > clojure+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to