hoplon / castra

HTTP remote procedure call handler for Clojure.
170 stars 25 forks source link

don't change state if you're only validating #12

Closed flyingmachine closed 8 years ago

micha commented 8 years ago

Don't we need to make a local let binding to preserve the value of *validate-only* and reference that from the callback? Because when the callback runs *validate-only* won't be bound anymore, I don't think?

micha commented 8 years ago

Also I thkn we don't want to update loading or error cells either when validating.