Closed swaroopch closed 9 years ago
Why was this not merged?
I believe this is the last feature we need to support in order to be fully EDN-compliant.
I’ve used code from clojure.edn
’s test suit to generate 500k valid EDN strings, which I then passed to edn_format.loads
. There were 19k errors, all due to edn_format
not handling fractions.
@bfontaine Unfortunately, I don't recall why I closed this PR (should've written the reason!), my guess is tests weren't passing or something like that. Do you mind taking over this PR?
Never mind, just saw https://github.com/swaroopch/edn_format/pull/49 :)
https://github.com/edn-format/edn/issues/64
@marianoguerra @bitemyapp @jashugan Can you please review this change to handle fractions? Thanks!