You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Miller (one of the maintainers of Clojure) suggests that it is fine to use spec/assert within a pre/post-condition here: https://groups.google.com/forum/#!topic/clojure/H9tk04sSTWE It also has the benefit of being able to be toggled by env settings in the profile, so it can be easily disabled for performance in production environments, where unnecessary.
The text was updated successfully, but these errors were encountered:
gives me the following error in eastwood:
dbg wrong-pre-post: condition=(spec/assert :myns.myfn/data data) line=43 test-ast :op=:if
Alex Miller (one of the maintainers of Clojure) suggests that it is fine to use spec/assert within a pre/post-condition here: https://groups.google.com/forum/#!topic/clojure/H9tk04sSTWE It also has the benefit of being able to be toggled by env settings in the profile, so it can be easily disabled for performance in production environments, where unnecessary.
The text was updated successfully, but these errors were encountered: