Details
-
Type:
Enhancement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Communicate to the user precisely what failed to match. Conversation here: http://groups.google.com/group/clojure/browse_thread/thread/675456fba1712214. We adopt the behavior of condp since that is closer to what match does and will do (predicate dispatch)
Activity
David Nolen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description | Communicate to the user precisely what failed to match. | Communicate to the user precisely what failed to match. This should probably be done via a new match macro - match-debug. Conversation here: http://groups.google.com/group/clojure/browse_thread/thread/675456fba1712214 |
David Nolen
made changes -
| Description | Communicate to the user precisely what failed to match. This should probably be done via a new match macro - match-debug. Conversation here: http://groups.google.com/group/clojure/browse_thread/thread/675456fba1712214 | Communicate to the user precisely what failed to match. Conversation here: http://groups.google.com/group/clojure/browse_thread/thread/675456fba1712214. We adopt the behavior of condp since that is closer to what match does and will do (predicate dispatch) |
Continuing the conversation from GitHub - concerning your changes, we should probably show what current occurrence failed to match as well as the breadcrumb.