Fork me on GitHub
#boot
<
2017-03-10
>
qqq07:03:01

Suppose in every file I have: :require [clojure.pprint :refer [pprint]] [clojure.match :refer [match]} ... Is there a way to put this somewhere in boot, and have boot inject it into all my .cljs .clj files ?

hit02309:03:37

Newcomer doubt: what is the procedure to run tests after one has fixed a bug for an issue and befor submitting a PR ?

moxaj13:03:20

trying to include a foreign lib with :module-type :commonjs, but boot-cljs throws <...> is not a relative path. If I remove the :module-type option, or place the file next to deps.cljs, it works. Any help appreciated 🙂

moxaj14:03:58

also, i'm on windows, might be relevant

juhoteperi14:03:35

@moxaj You'll need 473 with fix for CLJS-1922

juhoteperi14:03:53

Though there could be other problems also

moxaj14:03:06

i'll check right away

moxaj14:03:41

@juhoteperi works, thanks! But now I'm getting JSC_COMMONJS_MODULE_LOAD_ERROR. Failed to load module ... at one of the require statements

moxaj14:03:21

probably something trivial i'm missing here

kommen15:03:51

also it seems I got the first snapshot still using the hard links, not the symbolic links, testing now with the symbolic links one, but still running into issues

chillenious21:03:18

is anyone using Clojure + boot with an editor that isn’t Emacs?

seancorfield22:03:28

@chillenious I use it all the time with Atom/ProtoREPL

chillenious22:03:05

Cool. I was just now trying that out.

seancorfield22:03:46

There’s a #protorepl channel if you get stuck.