ring-swagger

RAJKUMAR 2024-04-20T23:42:39.438469Z

@ambrosebs one question related to clojure version supported by ring swagger

RAJKUMAR 2024-04-20T23:43:45.829659Z

does it has to be support very old versions of clojure

RAJKUMAR 2024-04-20T23:46:00.514459Z

I can refactor some of my code (update-vals ) instead of (for [[k v] lot of time if clojure version is latest

2024-04-21T01:07:14.849119Z

I'm not sure, I usually err on the side of supporting older versions. could you refactor it at least to use reduce-kv or transducers?

2024-04-21T01:07:36.028949Z

or backport update-vals

RAJKUMAR 2024-04-24T23:50:56.751389Z

okay I will do that

RAJKUMAR 2024-04-24T23:51:50.397949Z

I still think we should support 1.11 onwards but I'll leave it to you