Skip to content

(pinpoint (s/keys* ...) <input>) fails #3

Description

@athos
=> (s/def ::x integer?)
:user/x
=> (pinpoint (s/keys* :req [::x]) [::x :foo])
[PINPOINTER] Failed to analyze the spec errors, and will fall back to s/explain-printer

In: [:user/x] val: :foo fails spec: :user/x at: [:user/x] predicate: integer?
nil
=> (pinpoint (s/keys* :req [::x]) [::x :foo] {:fallback-on-error false})

NullPointerException   clojure.core/deref-future (core.clj:2297)
=> 

This is due to CLJ-2143.

At the moment, Pinpointer is NOT supporting s/keys* (at least until CLJ-2143 is fixed).

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions