tonsky / tongue

Do-it-yourself i18n library for Clojure/Script
Eclipse Public License 1.0
307 stars 19 forks source link

Compatibility with clojure version 1.9 #4

Closed simonrobson closed 8 years ago

simonrobson commented 8 years ago

Addresses tonsky/tongue#3

tongue.core and tongue.inst only require clojure.future in the case that the clojure version is less than 1.9

Default lein profile uses 1.8 as before. So lein test tests against 1.8.

You can test against latest 1.9 alpha with lein with-profile 1.9 test

tonsky commented 8 years ago

I decided to just drop clojure-future-spec completely and require 1.9 from 0.2.0 forward. If I'd need to add anything I'll just backport it to 0.1.* branch before Clojure 1.9 finally releases.