plumatic / schema

Clojure(Script) library for declarative data description and validation
Other
2.4k stars 256 forks source link

cjlx has been deprecated #425

Closed baldurmen closed 2 years ago

baldurmen commented 3 years ago

Hi!

I'm working on packaging this program in Debian and it seems schema still depends on cljx, that has been deprecated since at least 2016...

Are there any plans to move away from it and use .cljc instead? From a packaging point, it would be very helpful, as packaging deprecated software ain't great :(

Thanks for working on schema !!

w01fe commented 3 years ago

No concrete plans as far as I know, but contributions are welcome.

frenchy64 commented 2 years ago

@w01fe is Clojure 1.6 support still required by schema? I think the transition will be easier if the minimum is bumped to 1.7.

w01fe commented 2 years ago

I'm not actively using Clojure at the moment, so I'd trust your / the community's judgement about whether that's still important. I used to try to support the last couple versions at least, but 1.6 seems pretty old at this point so I think dropping it is probably reasonable.