Re: [ANN] data.xml 0.2.0-alpha5

2017-11-14 Thread Herwig Hochleitner
2017-11-14 15:33 GMT+01:00 Alex Miller : > Although it looks like that call is intentionally reflective to cover > several possible types. Probably need to solve that with a cond to check > for and hint the actual type at the point of the call. > Yep, see the corresponding change in data.xml: htt

Re: [ANN] data.xml 0.2.0-alpha5

2017-11-14 Thread Alex Miller
Although it looks like that call is intentionally reflective to cover several possible types. Probably need to solve that with a cond to check for and hint the actual type at the point of the call. On Tuesday, November 14, 2017 at 8:31:48 AM UTC-6, Alex Miller wrote: > > I can replicate that in

Re: [ANN] data.xml 0.2.0-alpha5

2017-11-14 Thread Alex Miller
I can replicate that in the tupelo tests, but it's coming from enlive, not data.xml. I think enlive needs a type hint on s in this function: https://github.com/cgrand/enlive/blob/master/src/net/cgrand/xml.clj#L85 actual: java.lang.IllegalAccessException: class clojure.lang.Reflector cannot a

Re: [ANN] data.xml 0.2.0-alpha5

2017-11-14 Thread Herwig Hochleitner
2017-11-14 4:03 GMT+01:00 Alan Thompson : > I seem to still be getting the JDK 1.9 reflection warning: > > > ~/tupelo > grep data.xml project.clj > [org.clojure/data.xml "0.2.0-alpha5"] > > > lein test > lein test tst.tupelo._bootstrap > > - >

Re: [ANN] data.xml 0.2.0-alpha5

2017-11-13 Thread Alan Thompson
I seem to still be getting the JDK 1.9 reflection warning: ~/tupelo > grep data.xml project.clj [org.clojure/data.xml "0.2.0-alpha5"] > lein test lein test tst.tupelo._bootstrap - Clojure 1.9.0-RC1Java 9.0.1

[ANN] data.xml 0.2.0-alpha5

2017-11-13 Thread Herwig Hochleitner
data.xml is a Clojure contrib library that parses and emits XML. Github: https://github.com/clojure/data.xml Changelog: https://github.com/clojure/data.xml/blob/master/CHANGES.md Information on updating the dependency is here . 0.2.0-alpha5 fixes