This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-10
Channels
- # beginners (140)
- # boot (18)
- # cider (4)
- # cljs-dev (28)
- # clojure (191)
- # clojure-greece (51)
- # clojure-russia (1)
- # clojure-spec (13)
- # clojure-uk (2)
- # clojurescript (38)
- # community-development (26)
- # core-logic (16)
- # cursive (6)
- # datomic (3)
- # defnpodcast (9)
- # editors (1)
- # emacs (1)
- # fulcro (10)
- # immutant (3)
- # jobs-discuss (2)
- # leiningen (17)
- # lumo (24)
- # off-topic (30)
- # quil (12)
- # re-frame (11)
- # reagent (103)
- # remote-jobs (2)
- # shadow-cljs (157)
- # spacemacs (4)
- # unrepl (18)
- # yada (2)
scripts
├── child_process.cljs
└── init.cljs
trying to run lumo -c ./scripts/ ./scripts/init.cljs
gives me: No such namespace: cambia.web.child-process, could not locate cambia/web/child_process.cljs, cambia/web/child_process.cljc, or JavaScript source providing "cambia.web.child-process"
@lilactown shouldn’t the path to child_process match the namespace structure?
the error message isn’t perfect, but it does show you the file path it wants
right, but it doesn’t look at that - it looks at the path starting from the cp entry
no, the extra scripts is still bad there
the path from the classpath entry to the file has to match the namespace
you can use ../../ etc. if you want to point the process at a classpath that’s a parent of the current directory though
trying to make use of https://github.com/lumo although I don't use lumo heavily. just found it available on GitHub.
Nice! I actually wanted to create an organization like cljs-self-hosted
Open for proposals 😄
@anmonteiro @richiardiandrea FWIW, the v20180204
Closure JS release appears to be working fine with Planck; perhaps the same holds true for Lumo,.
Maybe this needs to go in for us and Planck as well: https://github.com/clojure/clojurescript/commit/72e2ab6e63b3341aa26abcbdd72dc291cbd0c462
Still analyzing it myself 😄
In particular I see a failure in convert-js-modules
in Lumo: https://github.com/anmonteiro/lumo/pull/350 so I guess we need that in
I have a patch in lumo that is failing a test... haven't investigated more though. Thanks Mike!