willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

Bugfix - In game stats not updating #314

Closed oconn closed 7 years ago

oconn commented 7 years ago

Implementation Notes:

As of 1.9.0-alpha14, prn-str automatically converts namespaced keywords into namespaced maps. https://github.com/clojure/clojure/commit/0b930f1e7e2bb2beef4ed1a12c51e4e17782666d#diff-fffb1aa81bef3f5238a444e036bec5cd

Currently the cljs reader does not support parsing this format http://dev.clojure.org/jira/browse/CLJS-1706

For now we have to turn of the new feature until cljs adds support

Breaking changes:

None