-
Notifications
You must be signed in to change notification settings - Fork 31
keyword parsing results in data loss when name contains / #90
Open
Description
Clojure 1.10.3:
clj -e '(let [k :foo/bar/qux] [k (namespace k) (name k)])'[:foo/bar/qux "foo" "bar/qux"]
ClojureRS 75c2bc156b6e43635f57e6f4b0abf180eb477047:
cargo run -- -e ':foo/bar/qux':foo/bar
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.