This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-14
Channels
- # beginners (31)
- # boot (9)
- # cider (10)
- # cljs-dev (9)
- # cljsrn (16)
- # clojure (222)
- # clojure-austin (4)
- # clojure-france (13)
- # clojure-italy (21)
- # clojure-nl (2)
- # clojure-russia (71)
- # clojure-spec (9)
- # clojure-uk (39)
- # clojurescript (50)
- # cursive (16)
- # datomic (69)
- # dirac (2)
- # figwheel (1)
- # graphql (19)
- # hoplon (4)
- # jobs (1)
- # klipse (3)
- # leiningen (4)
- # liberator (3)
- # luminus (9)
- # lumo (9)
- # off-topic (3)
- # om (21)
- # onyx (11)
- # parinfer (2)
- # pedestal (8)
- # planck (19)
- # re-frame (17)
- # reagent (12)
- # remote-jobs (1)
- # ring-swagger (3)
- # spacemacs (17)
- # specter (23)
- # sql (1)
- # unrepl (64)
- # untangled (19)
- # yada (5)
Hi, I’m very new to boot
. I’m having a look on boot-fmt and I would like to watch for file changes and when it happens I would like to run boot-fmt passing the src path
that has changed. I wanna leave it running on a terminal and whenever I edit some code and save the formatter will do his job 🙂
Is there a “proper way” of doing this?
Reading through zprint docs I realized that what I should do is to use zprint filter and try to integrate with my editor
has anyone run into a problem with boot-cljs-test
? I’m successfully running the cljs-test
task once and then on the subsequent runs I consistently get:
;; ======================================================================
;; Testing with Phantom:
TypeError: null is not an object (evaluating 'ns_obj.name')
/var/folders/nb/shw7pdm516x_tjj81mt2bfmr0000gn/T/phantom1637751351674779272.js:81 in onError
This happens across executions of Boot which I find very puzzling as there should be no intermediate state that could get corrupted…ok, there’s some sort of a problem with https://github.com/cgrand/macrovich
hehe, so I did something to my Boot - removed the directory in the ~/.boot/cache/tmp
. Now when I run the Boot task it removes the resource-paths from the working directory.