Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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