Fork me on GitHub
#clojurescript
<
2018-04-15
>
emergence00:04:50

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

emergence00:04:02

Anyone have experience with weirdness inside a docker container or on a CI system?

emergence00:04:00

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

emergence00:04:30

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

emergence19:04:35

In case anyone was interested -- it ended up being an issue with a dependency of a dependency not being included properly.

Desmond20:04:39

how can i load up a cljs file and call functions in the repl when figwheel starts?

Desmond21:04:49

ah, looks like i just wasn't loading the right paths in the definition of my build