Rickard Nilsson

Results 13 issues of Rickard Nilsson

Hi all, please add Nix news item in form of: ```markdown - [Example news item title](http://example.com) Optional item description. ``` preferably as a PR against `master` branch (or a comment...

Hi all, please add Nix news item in form of: ```markdown - [Example news item title](http://example.com) Optional item description. ``` preferably as a PR against `master` branch (or a comment...

It would be useful to set certain test parameters (RNG, minSuccessfulTests etc) for individual properties.

Transferred from http://code.google.com/p/scalacheck/issues/detail?id=83 #82 requests a timeout for any particular test. It would also be nice if Test.Params had an option for max duration of the entire testing run. For...

Transferred from http://code.google.com/p/scalacheck/issues/detail?id=82 Some tests my result in an infinite loop, and this may not be predictable in advance. It would be great if the runner supported an option that...

It would be useful to have an option for listing all whitelist entries that were _not_ used during a scan. That would make it easier to remove old versions and...

feature

The following simple JSON file can't be included: ``` $ cat test.json { "key": "value" } $ cat top.ucl .include "./test.json" $ ucl_tool -i top.ucl -f json Failed to parse...