jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

clojure.core/format is gone #54

Closed iku000888 closed 7 years ago

iku000888 commented 7 years ago

Currently formative.util is broken for cljs as of 0.8.9

Relevant links: http://dev.clojure.org/jira/browse/CLJS-324 https://github.com/jkk/formative/blob/master/src/formative/util.cljc#L133 https://groups.google.com/forum/#!topic/clojure-dev/URrnaU6KWQk

How to make it 'work' http://stackoverflow.com/questions/34667532/clojure-clojurescript-e-g-the-format-function

iku000888 commented 7 years ago

Fixed by manually stubbing them out https://clojars.org/formative/versions/0.8.10-rc