cddr / integrity

tools for operating on schemas
https://github.com/cddr/integrity
Eclipse Public License 1.0
68 stars 8 forks source link

Upgrade to latest version of prismatic schema #16

Open cddr opened 8 years ago

arichiardi commented 8 years ago

I have an exception, maybe this issue can solve it:

clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such var: s/start-walker, compiling:(integrity/human.clj:48:3)
             java.lang.RuntimeException: No such var: s/start-walker
cddr commented 8 years ago

I think it would. I guess you are explicitly depending on an up-to-date version of prismatic (or plumatic now) schema.

I do have a branch where I started work on upgrading but unfortunately haven't had time to finish it off. The WIP branch is called bump-dependency-versions. I think it's almost there but I've been very busy at life lately so haven't had much time for OSS. Would gladly merge a PR that updates that branch to make the tests pass though.