评论由:mfikes 发表
0001-CLJS-1593-only-return-a-var-when-we-re-looking-for-a.patch 失败 {{script/test-self-parity}} (x)
特别是,你会得到
警告:没有找到命名空间 cljs.inference-util,无法定位 cljs/inference_util.cljs、cljs/inference_util.cljc 或提供 "cljs.inference-util" 的 JavaScript 源代码(请检查使用破折号命名的命名空间在 ClojureScript 文件名中使用下划线)在第 15 行 src/test/cljs/cljs/inference_test.cljs 警告:在第 15 行 src/test/cljs/cljs/inference_test.cljs 上使用了未声明的变量 cljs.inference-util/truth_-not_called?
随后是 {{ Cannot read property 'truth__not_called_QMARK_' of undefined }} 错误,可能与减号宏的混合有关。