amperity / sparkplug

Clojure API bindings for Apache Spark
Other
28 stars 1 forks source link

Improve namespace reference walking #18

Closed brandonvin closed 3 years ago

brandonvin commented 3 years ago

Resolves #16 by walking the seq of objects that are seqable. Improves the walking logic for Clojure functions. Adds several tests for namespace-references, including some that previously failed.