Stefan Oestreicher
Stefan Oestreicher
If you have a large json response and you really only care about some subset of it it is very inconvenient to have to compare the complete response so I...
Since the initial port test.check has changed the RNG from java.util.Random to an immutable version of java.util.SplittableRandom. https://github.com/clojure/test.check/blob/000000076395383d824ec8a468a88ee2baa6f121/src/main/clojure/clojure/test/check/random.clj
This will improve shrinking performance for examples like the one given in #14. See https://github.com/clojure/test.check/commit/1f1e4fcffd099201e849fc24e9b8d1f79d035bc8
Since the initial port test.check has gained a generator for floating point values. It would be great to have this available in PHPQuickCheck as well. See https://github.com/clojure/test.check/blob/000000076395383d824ec8a468a88ee2baa6f121/src/main/clojure/clojure/test/check/generators.cljc#L1069
It would be nice to support selection of multiple files. This is a little tricky to implement since it requires callbacks. https://github.com/steos/jnafilechooser/blob/2ab5a35db1b32e14b236b71bd5922905e43d58c6/api/src/main/java/jnafilechooser/api/JnaFileChooser.java#L127 Relevant msdn links: - GetOpenFileName: http://msdn.microsoft.com/en-us/library/ms646927.aspx - OFNHookProc:...
write documentation
set up gh_pages branch
set up eslint