This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-01-05
Channels
- # beginners (29)
- # boot (29)
- # cider (54)
- # cljs-dev (99)
- # cljsjs (31)
- # cljsrn (39)
- # clojars (32)
- # clojure (171)
- # clojure-austin (2)
- # clojure-berlin (5)
- # clojure-brasil (3)
- # clojure-greece (2)
- # clojure-italy (1)
- # clojure-korea (11)
- # clojure-spec (202)
- # clojure-uk (166)
- # clojurescript (130)
- # cursive (54)
- # datomic (99)
- # dirac (18)
- # figwheel (6)
- # hoplon (23)
- # lambdaisland (3)
- # leiningen (8)
- # luminus (14)
- # off-topic (11)
- # om (3)
- # om-next (24)
- # onyx (59)
- # planck (25)
- # protorepl (10)
- # re-frame (49)
- # reagent (14)
- # ring-swagger (2)
- # rum (46)
- # schema (1)
- # slack-help (6)
- # specter (7)
- # testing (7)
- # untangled (115)
- # yada (1)
not exactly, but you can ns-unmap
ie (ns-unmap *ns* 'test)
Having an issue recently where the initial watch cycle never prints “Elapsed Time: …” but instead just hangs after running the last task. Last two lines of -vv
output are:
Sync complete.
Released [email protected][Permits = 1]…
Nothing unusual before that as far as I can tell
Cleared ~/.boot/cache
also but same issue
Ok, (fortunately) seems to be caused by a task in the pipeline. Will see who’s the culprit 😄
Aaaaaand the winner is speak
😮
When I abort via ^C
I get "Elapsed time: 53.685 sec” 😄
@alandipert thanks, that will do!
@martinklepsch there must be some async issue going on, did you try notify -a
?
Also I updated boot-cljs-devtools
's snapshot
I think there’s a bug in the visual notify stuff: https://github.com/boot-clj/boot/blob/ac835cea8c18e926bb843e01579b86e3f30458d2/boot/core/src/boot/task_helpers/notify.clj#L36
or maybe not :thinking_face:
The blocking may have been related to not using reattach-to-user-namespace
with tmux
@martinklepsch: you are right there is a bug in the OS X visual notification code, I have a PR up that fixes it, and there's a pretty easy workaround (specify :title explicitly)
@geoffs I saw & commented on the PR
I don’t get this appveyor/windows stuff— it works if I delete the config file?! @juhoteperi
nope 😛
Well, we could just remove the file and use settings in web...
Ah, there are some settings in web you can do? didn’t know about that
Whatever works ¯\(ツ)/¯
the yaml file is exported from web settings tool...
except for some small changes I thought wouldn't matter...
Looks like cmd: >- blocks need empty line between commands
Haha, yeah!
Now if I just understood why Cljsjs Clojars deploys are failing
🎉 @juhoteperi fixed the build!