We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3442c commit dc9a9bcCopy full SHA for dc9a9bc
HISTORY.md
@@ -1,5 +1,10 @@
1
1.3.2-SNAPSHOT
2
-------------
3
+* throws now accepts any extending Throwable. For example, this now passes:
4
+ (throw (NullPointerException.)) => (throws Exception)
5
+* each item in the right hand side of =streams=> will evaluate lazily:
6
+ (provided
7
+ (volatile-fn) =streams=> [(throw (Exception.) (throw (Exception.)) :evaluates-succesfully]
8
* new function midje.sweet/expose-testables will allow you to write facts against
9
functions defined with the metadata of ^{:testable true} [or ^:testable,
10
or #^testable depending on which Clojure version you're running]
0 commit comments