juxt / bidi

Bidirectional URI routing
MIT License
988 stars 92 forks source link

cider-refresh breaks tagged routes #181

Open deadghost opened 6 years ago

deadghost commented 6 years ago

I used tag on my routes and now whenever I run cider-refresh and visit a route, I get the error: java.lang.IllegalArgumentException: No implementation of method: :resolve-handler of protocol: #'bidi.bidi/Matched found for class: bidi.bidi.TaggedMatch

bidi "2.1.3"

I don't see any reason why this would occur. Weird dependency issues? Cider bug? It works fine on startup.

SevereOverfl0w commented 6 years ago

This is due to https://dev.clojure.org/jira/browse/TNS-45

On May 4, 2018 6:55:46 PM GMT+01:00, deadghost notifications@github.com wrote:

I used tag on my routes and now whenever I run cider-refresh and visit a route, I get the error: java.lang.IllegalArgumentException: No implementation of method: :resolve-handler of protocol: #'bidi.bidi/Matched found for class: bidi.bidi.TaggedMatch

bidi "2.1.3"

I don't see any reason why this would occur. Weird dependency issues? Cider bug? It works fine on startup.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/juxt/bidi/issues/181

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.