With CLJS-2065, a regression appeared in the self-host script/test-self-parity test:
script/test-self-parity
Testing foo.ns-shadow-test ERROR in (test-shadow) (TypeError:NaN:NaN) expected: (= (quux 2) 3) actual: #object[TypeError TypeError: Cannot read property 'bar' of undefined] ERROR in (test-shadow) (TypeError:NaN:NaN) expected: (= (baz) 3) actual: #object[TypeError TypeError: Cannot read property 'bar' of undefined]
Note that the other current failures when running script/test-self-parity are covered in CLJS-2056.
With CLJS-2065, a regression appeared in the self-host
script/test-self-paritytest:Testing foo.ns-shadow-test ERROR in (test-shadow) (TypeError:NaN:NaN) expected: (= (quux 2) 3) actual: #object[TypeError TypeError: Cannot read property 'bar' of undefined] ERROR in (test-shadow) (TypeError:NaN:NaN) expected: (= (baz) 3) actual: #object[TypeError TypeError: Cannot read property 'bar' of undefined]Note that the other current failures when running
script/test-self-parityare covered in CLJS-2056.