Skip to content

keyword parsing results in data loss when name contains / #90

Open
@phrohdoh

Description

@phrohdoh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions