This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-04
Channels
- # beginners (46)
- # boot (65)
- # cider (8)
- # cljs-dev (5)
- # cljsrn (4)
- # clojure (50)
- # clojure-conj (2)
- # clojure-france (1)
- # clojure-greece (18)
- # clojure-russia (8)
- # clojure-spec (39)
- # clojure-uk (36)
- # clojurescript (36)
- # clr (16)
- # component (2)
- # cursive (6)
- # datascript (3)
- # datomic (31)
- # devcards (2)
- # editors-rus (1)
- # emacs (15)
- # events (2)
- # figwheel (1)
- # funcool (24)
- # garden (3)
- # hoplon (22)
- # instaparse (15)
- # leiningen (3)
- # luminus (4)
- # om (59)
- # onyx (24)
- # overtone (1)
- # pedestal (3)
- # planck (18)
- # prelude (1)
- # protorepl (2)
- # re-frame (5)
- # rum (1)
- # sql (1)
- # uncomplicate (1)
- # untangled (66)
- # vim (18)
- # yada (4)
anyone else seeing this?
Jonathans-MacBook-Pro:planck jonathan$ script/test-all-c
Running unit tests...
Running integration tests...
Running integration tests...
462c462
< Only :as alias, :refer (names) and :rename {from to} options supported in :require; offending spec: [foo.bar :quu] at line 1
---
> Only :as alias and :refer (names) options supported in :require; offending spec: [foo.bar :quu] at line 1
Integration tests have failed.
@johanatan You may need to run script/clean so that it builds a new ClojureScript compiler
(I suspect that because the error message diff refers to some stuff present in the newer compiler releases.)
Yeah… I’d have to check but clean
may use Planck itself, which is probably a bad idea in hindsight
after building HEAD on planck-c, i tried planck with my screencap script and it seemed to just hang indefinitely (without printing anything). Initial debugging indicated that the main thread was in block_until_timers_complete
[ahh, yea, I just brew installed --HEAD to get a working 'planck' for the clean
lol 🙂 ]
@mfikes do you think it is a good idea for processes started with sh
to inherit the pgid of planck itself?
[i'm occassionally seeing runaway processes and it would be nice to be able to kill them all in one fell swoop]