metosin / reitit

A fast data-driven routing library for Clojure/Script
https://cljdoc.org/d/metosin/reitit/
Eclipse Public License 1.0
1.42k stars 254 forks source link

doc: fix dev_workflow.md code example #641

Closed allentiak closed 11 months ago

allentiak commented 1 year ago

Does the code from L145 really need to be different from the one shown in L32?

If I use (constantly...), I get the following exception:

Exception: java.lang.IllegalArgumentException: No implementation of method: :match-by-path of protocol: #'reitit.core/Router found for class: clojure.core$constantly$fn__5740

allentiak commented 1 year ago

Whereas the "cljdoc analysis" check fails, I haven't changed any cljdoc...