I encountered a couple of glitches around cljc support through figwheel. Updating a .cljc file was triggering a recompilation in some circumstances.
I did not investigate further, it kind of disappeared from my horizon but I do not why exactly. Can't relate this to a change in my project yet. Luc P. > Hi Gary, lein does appear to support it as lein test some-test-in-cljc works, > just not if I do ‘lein test’. Is this expected? I am running 2.5.1 > > > On 19 Jun 2015, at 14:46, Gary Trakhman <[email protected]> wrote: > > > > Leiningen needs to support cljc, right now only the compiler does, and > > clojure-maven-plugin since a few days ago. > > > > https://github.com/technomancy/leiningen/issues/1827 > > <https://github.com/technomancy/leiningen/issues/1827> > > > > On Fri, Jun 19, 2015 at 9:41 AM Colin Yates <[email protected] > > <mailto:[email protected]>> wrote: > > First - cljc is (for me) a huge upgrade over cljx, which was a great > > solution. Not having to run lein clix auto every time I do a clean is far > > more useful than I realised. > > > > The problem I am having is that cljc test files don't seem to be picked up. > > I have test/clj and test/cljc, my test-paths in project.clj are ["test/clj" > > "test/cljc"] but 'lein test', and 'lein test-refresh' don't see them. If I > > do a 'lein test some-namespace-in-cljc' then the tests are run. > > > > Has anyone else experienced this and if so, any pointers on moving forward? > > > > Thanks! > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > <mailto:[email protected]> > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > <mailto:clojure%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > <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 [email protected] > > <mailto:[email protected]>. > > For more options, visit https://groups.google.com/d/optout > > <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 [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > <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 [email protected] > > <mailto:[email protected]>. > > For more options, visit https://groups.google.com/d/optout > > <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 [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Luc Préfontaine<[email protected]> sent by ibisMail! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
