bpsm / edn-java

a reader for extensible data notation
Eclipse Public License 1.0
100 stars 24 forks source link

> and < symbols are not supported #40

Closed redahe closed 9 years ago

redahe commented 9 years ago

ScannerImpl does not recognize symbols '>' and '<'.

bpsm commented 9 years ago

Wow, you're quite correct. I don't know how I missed that. Thanks for the report!

bpsm commented 9 years ago

I've merged in your fix for release with 0.4.5. I hope to get it out by Wednesday. Currently Sonatype is down for me. Also, I've discovered that I've upgraded my primary dev machine past JDK 1.6, but I want to keep edn-java 1.6 compatible, so I think it's time I set up a small VM for that purpose.

bpsm commented 9 years ago

0.4.5 has been released via oss.sonatype.org it should appear in maven central in the next day or so.