deercreeklabs / lancaster

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

handle java namespaces in the namespace reference system #10

Closed yanatan16 closed 3 years ago

yanatan16 commented 3 years ago

Continuing on the namespace fixes as I encounter issues with them. This one happens when a namespace with an underscore is parsed from json, the type gets converted to Clojure kebab case, but the name-> reference key does not. This PR fixes that and adjusts the namespace tests to test it.

chadharrington commented 3 years ago

@yanatan16 I just pushed lancaster version 0.9.9 to Clojars. Thanks!