issues Search Results · repo:athos/Pinpointer language:Clojure
Filter by
6 results
(82 ms)6 results
inathos/Pinpointer (press backspace or delete to remove)Hi!
I am trying this wonderful library with lumo and I get the following error when I require the main namespace:
Could not require pinpointer.core in file ep_cloud/dev.cljs
(new)
Function.cljs.core.ex_info.cljs$core$IFn$_invoke$arity$3 ...
arichiardi
- 3
- Opened on Feb 1, 2018
- #9
= (pinpoint (s/coll-of integer?) [:foo])
[PINPOINTER] Failed to analyze the spec errors, and will fall back to s/explain-printer
In: [0] val: :foo fails predicate: integer?
nil
= (pinpoint (s/coll-of ...
spec bug
athos
- Opened on Oct 13, 2017
- #5
= (pinpoint (s/ integer? even?) [1])
[PINPOINTER] Failed to analyze the spec errors, and will fall back to s/explain-printer
In: [0] val: 1 fails predicate: even?
nil
= (pinpoint (s/ integer? even?) ...
spec bug
athos
- 2
- Opened on Oct 13, 2017
- #4
= (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: ...
spec bug
athos
- Opened on Oct 13, 2017
- #3
= (pinpoint integer? :foo)
[PINPOINTER] Failed to analyze the spec errors, and will fall back to s/explain-printer
val: :foo fails predicate: :clojure.spec.alpha/unknown
nil
= (pinpoint integer? :foo ...
spec bug
athos
- 3
- Opened on Oct 13, 2017
- #2
= (p/pinpoint (s/alt :i integer? :s string?) [])
Detected 1 spec error:
---------------------------------------------------------------------- ...
athos
- Opened on Oct 8, 2017
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.