noir-clojure / lib-noir

A set of libraries for ring apps, including stateful sessions.
Eclipse Public License 1.0
483 stars 47 forks source link

Should fix StackOverflow error when calling the deprecated `clear-errors` #106

Closed xavi closed 9 years ago

xavi commented 9 years ago

Should fix StackOverflow error due to infinite recursive call on clear-errors (the deprecated name for clear-errors!).

yogthos commented 9 years ago

thanks

yogthos commented 9 years ago

just deployed [0.8.7] to Clojars with the fix