This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-15
Channels
- # beginners (34)
- # boot (6)
- # cider (20)
- # cljs-dev (5)
- # clojure (7)
- # clojure-austin (1)
- # clojure-dusseldorf (10)
- # clojure-spec (11)
- # clojure-uk (3)
- # clojurescript (7)
- # cursive (1)
- # datomic (6)
- # defnpodcast (1)
- # hoplon (2)
- # luminus (32)
- # lumo (9)
- # nrepl (2)
- # nyc (1)
- # off-topic (18)
- # onyx (9)
- # portkey (3)
- # re-frame (27)
- # reagent (102)
- # shadow-cljs (70)
- # tools-deps (25)
- # vim (2)
So am experiencing something bizarre - when I run compile my clojurescript files locally (with advanced compilation) and run tests, everything runs fine. But in CircleCI inside a custom docker image (minideb) I run the same steps and when I run the browser tests almost every test I get a failure because of an uncaught TypeError
The only difference I can see is the Java inside container is openjdk 1.8.0_162/kernel: 4.4.0-119 and locally I have 1.8.0_121/4.15.x
I'm going to try and double-check that externs are okay -- though it's strange the issue would come up in one environment and not another