We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=> (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).
s/keys*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is due to CLJ-2143.
At the moment, Pinpointer is NOT supporting
s/keys*
(at least until CLJ-2143 is fixed).The text was updated successfully, but these errors were encountered: