评论者:mfikes
CLJS-1902-2.patch 在 CI 中失败(×)
特别是在 Windows 下它会失败。
以下是失败的例子
在 (test-external-source-maps) (source_maps_tests.clj:79) 失败 1103source maps with :source-map-asset-path under :none optimizations 1104期待的是: (check-file (build-result out "main.js") ["sourceMappingURL=https://127.0.0.1:1234/some/path/source_maps/main.js.map" (! "rel=")]) 1105 实际: (not (check-file "C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\cljs-tests-source-maps-build\\source-maps-onone-source-map-asset-path\\source_maps\\main.js" ["sourceMappingURL=https://127.0.0.1:1234/some/path/source_maps/main.js.map" #object[cljs.source_maps_tests.NegativeCheck 0x38c5d3ae "negative check for 'rel=' (class java.lang.String)]]))
CI 失败日志及其他实例: https://ci.appveyor.com/project/mfikes/clojurescript/builds/24471651