Re: Clojure 1.10 "Illegal Reflective Access Operation"

2019-03-03 Thread Alan Thompson
After further investigation, I modified my copy of the xml parsing code to wrap either an InputStream or a Reader with an org.xml.sax.InputSource (and changed the type hint): (defn ^:private sax-parse-fn [xml-input content-handler] (let [input-source (cond (or (instance?

Keys spec with :additional-keys boolean option

2019-03-03 Thread Daniel Dinnyes
Hi Everyone, I am using spec for a while (currently on the version shipped with Clojure 1.10). This post is intended to be a kind-of status report, focusing on a particular issue I am facing at the moment. To explain it in detail, please have a look on this following macro I wrote, which is an