danielsz/system

system does not work with clojure 1.9.x

sveri opened this issue · 4 comments

sveri commented

Hi,

In your https://github.com/danielsz/system/blob/master/src/system/repl.clj you use

(require

instead of

(:require

While this did work technically with clojure < 1.9 it is explicitly forbidden now with clojure 1.9.x

sveri commented

I just saw that @puredanger fixed that already but there is no release available with that fix. Will there be one any time soon?

A new release is pending, yes.

Are you aware that our snapshots are always up to date and safe to use?

sveri commented

I found them in the mean time and tried it with good results so far. Thank you very much :-)

You're very welcome.