plumatic/schema

Schema uses a conflicting name with latest ClojureScript core

yogthos opened this issue · 3 comments

  • This is a bug report (with instructions to reproduce) or other issue with the code
    (if this is a question or feature request, please do not open an issue and post on the mailing list instead).

Using the latest version of ClojureScript 1.9.660 add Schema to the project and compile ClojureScript. The following error will be produced:

->MapEntry already refers to: cljs.core/->MapEntry being replaced by: schema.core/->MapEntry at line 751 target/cljsbuild/public/js/out/schema/core.cljsx
w01fe commented

Thanks for the report. Is this with the latest version of schema? #393

Ah my apologies, I did have an older version of Schema in the project.

w01fe commented