macchiato-framework / macchiato-core

Ring style HTTP server abstraction for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

theasp opened this issue · comments

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}

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