deercreeklabs / lancaster

Apache Avro library for Clojure and ClojureScript
Other
60 stars 5 forks source link

Fix issue #7 #8

Closed yanatan16 closed 3 years ago

yanatan16 commented 3 years ago

...where namespaced enums and records are not properly stored in name->* maps so they cant be referenced by namespaced names in serailization and and deserialization.

Also:

yanatan16 commented 3 years ago

I've never used cli/kaocha and I can't figure out how to run the test suite. I was able to run my tests from cider and they pass.