macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js
MIT License
377 stars 35 forks source link

cljs.spec has been renamed to cljs.spec.alpha #19

Closed theasp closed 7 years ago

theasp commented 7 years ago

In ClojureScript 1.9.542 cljs.spec has been renamed to cljs.spec.alpha, which breaks Macchiato. See https://groups.google.com/forum/#!msg/clojure/10dbF7w2IQo/ec37TzP5AQAJ

Caused by: clojure.lang.ExceptionInfo: No such namespace: cljs.spec, could not locate cljs/spec.cljs, cljs/spec.cljc, or Closure namespace "cljs.spec" in file target/cljsbuild/private/js/macchiato/fs/path.cljs {:tag :cljs/analysis-error}
yogthos commented 7 years ago

Thanks, just pushed out a new version of macchiato-fs [macchiato/fs "0.0.7"] with the fix.