1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 18:48:12 +03:00
mal/clojure
Joel Martin aa716df67c Clojure: *print-readably* for str. Use 1.8.0-RC4
- This is related to https://github.com/kanaka/mal/pull/134
- The str function now force *print-readably* to false. Otherwise str
  only prints the first level with non-readable printing, but every
  embedded structure after the first will have readable printing. The
  mal way is that str is non-readable all the way down.
- One remaining bug prior to Clojure 1.8.0 was improperly printing
  empty lists as the object name. This was fixed in
  828d82fb5b
  so change the project.clj to require Clojure 1.8.0-RC4 so that all
  string tests pass.
2015-12-17 16:14:43 -06:00
..
src Clojure: *print-readably* for str. Use 1.8.0-RC4 2015-12-17 16:14:43 -06:00
tests All: rename stepA_interop to stepA_mal 2015-02-28 11:09:54 -06:00
Dockerfile Travis: add Clojure Dockerfile and tests. 2015-10-05 22:18:57 -05:00
Makefile All: show comments with stats target. 2015-10-26 22:33:49 -05:00
project.clj Clojure: *print-readably* for str. Use 1.8.0-RC4 2015-12-17 16:14:43 -06:00