You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ clj -M:test -x chrome-headless
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/cljs_test_runner.gen.js:7060:530
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/cljs_test_runner.gen.js:7060:530
Breaks likes this with :none optimizations:
❯ clj -M:test -x chrome-headless
23 02 2021 17:46:39.377:WARN [web-server]: 404: /cljs-test-runner-out/goog/deps.js
23 02 2021 17:46:39.388:WARN [web-server]: 404: /cljs-test-runner-out/cljs_deps.js
23 02 2021 17:46:39.421:WARN [web-server]: 404: /cljs-test-runner-out/cljs_deps.js
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/object-assign/index.js:4:155
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/object-assign/index.js:4:155
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react/cjs/react.production.min.js:6:378
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react/cjs/react.production.min.js:6:378
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react/cjs/react.development.js:7:42
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react/cjs/react.development.js:7:42
at cljs-test-runner-out/node_modules/react/cjs/react.development.js:90:15
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react-dom/cjs/react-dom.production.min.js:43:201
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react-dom/cjs/react-dom.production.min.js:43:201
Chrome Headless 88.0.4324.182 (Mac OS 11.2.1) ERROR
Uncaught ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react-dom/cjs/react-dom.development.js:35:171
ReferenceError: $jscomp is not defined
at cljs-test-runner-out/node_modules/react-dom/cjs/react-dom.development.js:35:171
at cljs-test-runner-out/node_modules/react-dom/cjs/react-dom.development.js:989:15
The text was updated successfully, but these errors were encountered:
It might be worth trying to pin to a slightly older Clojure / ClojureScript version too 🤔 I wonder if any breaking changes were introduced that I'm not aware of? I'll try to dig deeper into this soon, but I'm really busy for the next few days at least I'm afraid.
Do you think we should close the ticket? On my side it's OK because I only intend to run these tests in CI, and a longer build time is not such a big concern.
deps.edn:
test.cljs.edn:
Works with
:simple
optimizations.Breaks like this with
:whitespace
optimizations:Breaks likes this with
:none
optimizations:The text was updated successfully, but these errors were encountered: