You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
phrohdoh
changed the title
use of symbol parser for keywords results in data loss (/ and anything/everything following in name portion)keyword parsing results in data loss when name contains /Jul 16, 2021
A topic that may be solved on the reader. The implementation I and @otaviopace used at https://github.com/naomijub/edn-rs was capable of parsing anything connected to : until a whitespace and also generating namespaced keywords. Also, whn comparing performance to nom, edn-rs was more performatic.
Clojure 1.10.3:
clj -e '(let [k :foo/bar/qux] [k (namespace k) (name k)])'
ClojureRS
75c2bc156b6e43635f57e6f4b0abf180eb477047
:cargo run -- -e ':foo/bar/qux'
The text was updated successfully, but these errors were encountered: