ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.75k stars 519 forks source link

Update imports and fix spacing in stacktrace.clj #391

Closed sirmspencer closed 3 years ago

weavejester commented 4 years ago

Can you split this up into two commits? Each commit should make one change, so for instance here we'd have a commit that fixes the indentation, and a commit that fixes the require form.

Also, I think as long as we're fixing this, we should change the stacktrace require forms to use :as rather than :refer, e.g.

[stacktrace.core :as st]
[stacktrace.repl :as repl]
sirmspencer commented 4 years ago

Updating imports looks like a bigger task than I was thinking. Ill leave it for its own task.

sirmspencer commented 3 years ago

@weavejester Can you look at this again?