jonase / eastwood

Clojure lint tool
1.08k stars 66 forks source link

Warn about :or values that rely on the value of other keys in the same :or #157

Open jafingerhut opened 9 years ago

jafingerhut commented 9 years ago

See this issue and its commit for an example of code that has such fragility: https://github.com/ngrunwald/ring-middleware-format/pull/37

jafingerhut commented 9 years ago

See ticket http://dev.clojure.org/jira/browse/CLJ-1613 for an alternate way to provent this within Clojure itself.