Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/typelevel/scalacheck

Property-based testing for Scala
https://github.com/typelevel/scalacheck

Fix issue #89

3c7d81e46de2503353e4c5da0f7b2f696ad0ecdc authored over 10 years ago
Fix issue #89

05f632161d23da601f28776baed28920acd78785 authored over 10 years ago
Merge pull request #107 from okapies/patch-1

Specify return types explicitly

8045ccffa8f81bb5853d3925e5664970919b6c80 authored over 10 years ago
specify return types explicitly

a666927ecf1935250dbcccbe6ac5185fa4857558 authored over 10 years ago
Add functions for fetching ScalaCheck from Maven Central in nix build

9ff2e50f8027ed8110c5918828fe8ef26ea2d5d6 authored over 10 years ago
Remove test for Prop.within. Fixes #106 (and Travis builds, hopefully)

99183c30024378f320c0df2ec0d54360d64da48f authored over 10 years ago
Remove test for Prop.within. Fixes #106 (and Travis builds, hopefully)

f439577d49545c05bc8fc542a411e854529163f1 authored over 10 years ago
Bump version to 1.11.5-SNAPSHOT

18ad1d16696fb365a614b36d2832195826ba3724 authored over 10 years ago
Fix for #104 Support verbosity under sbt for TestFrameworks.ScalaCheck

1c3644dd69be595f334c596bc01c7004574dcfbf authored over 10 years ago
build.sbt cleanup + sbt-pgp upgrade

57fc88ce7d4399529de5180b4083def04e842718 authored over 10 years ago
Test: Properly shutdown thread pool

9cd81b475e407b8063794cc45de52d71545a2898 authored over 10 years ago
Bumb sbt version from 0.13.2 to 0.13.5

9b26c01fb67dd9f601240f4149a1576174ca3aa7 authored over 10 years ago
Bump Scala version from 2.11.0 to 2.11.1

60f6bee5b252f523bf061550f0d4035b3448b363 authored over 10 years ago
Add Choose.xmap

Choose.xmap provides a simple way to create a Choose instances from an
isomorphic type with a Ch...

04603fd3e2ffd3e148b51a934813137f28266065 authored over 10 years ago
When testing, set the Future thread pool size to Test.Parameters.workers, instead of using default number of threads.

bd87844020f9b5f4bf3e2408f172852419876b97 authored over 10 years ago
Inspired by the recent commit from @ceedubs [1] which adds xmap to Choose, this

commit adds a similar xmap to Shrink which provides a way to create a Shink
instance from an exis...

9ede3b2d418dfb134f85727543357fc7d8465243 authored over 10 years ago
Don't do exit(0)

af568c058c75e364a1617d6079a4dbfd5688a0c0 authored over 10 years ago
Merge pull request #105 from jaceklaskowski/verbosity

Fix for Support verbosity under sbt for TestFrameworks.ScalaCheck

6161ad36094f00dc2bd72f78f0a84224a3f39510 authored over 10 years ago
Merge pull request #103 from jaceklaskowski/sbt-build-cleanup

build.sbt cleanup + sbt-pgp upgrade

fa64286f09df218a3c9c529c04d64179051506e8 authored over 10 years ago
Fix for #104 Support verbosity under sbt for TestFrameworks.ScalaCheck

1bbc9ac1c5574f544dc24c07f8662f5676b97e3f authored over 10 years ago
build.sbt cleanup + sbt-pgp upgrade

7e1062e5f0451deaa069757d0c983bbdfcb4476d authored over 10 years ago
examples/commands-nix: Minor changes

9b0ae7c4f9dce96a8edb03453287046d82d97d32 authored over 10 years ago
examples/commands-redis: Small fix

5de429a9309885ea5d06a9310153bf14dacacc07 authored over 10 years ago
examples/commands-nix: Add README. Fix project definition.

a4c0d328d8c03e7067ed1ae198262fe68b54e97d authored over 10 years ago
examples/commands-leveldb: Fix compilation errors

665d711014b4071adcd69ad47068f5a99af61ff2 authored over 10 years ago
examples/commands-redis: Add README. Use ScalaCheck 1.12.0-SNAPSHOT in build.sbt

304f986e5d6e6a491e5aa2746d0376a819b42827 authored over 10 years ago
examples/commands-nix: Add Ping command

5177e73a8a9107f844ead769f3db693a35d93092 authored over 10 years ago
Test: Properly shutdown thread pool

05e5b9d388e8be529b723e373a9db6cbf5a3d175 authored over 10 years ago
Commands: Properly shutdown the thread pool used for parallel command execution

09f15632509594e2ba2ecdb5548c1172c5c45e91 authored over 10 years ago
Commands: Don't run commands backwards

3f9ed7757d13cdeb105cb447abf679fabcacaeca authored over 10 years ago
examples/commands-nix: Create a network of machines instead of just a single machine

55fd0086505b7d84a37fc18ecaf29704d1db9924 authored over 10 years ago
Bumb sbt version from 0.13.2 to 0.13.5

6e31388189b2e2c43db0bccc20a8d34b5e4c7de6 authored over 10 years ago
Bump Scala version from 2.11.0 to 2.11.1

4e38a1f22eff7319d3cfa6e4705114a13139e423 authored over 10 years ago
Merge pull request #101 from stew/master

Add xmap to Shrink

99dd518b90d0fafe59b2301ef3e048f4c4600667 authored over 10 years ago
Don't do exit(0)

1ca8e75ba437f2e79471aaf9f8757c2bfb379bb8 authored over 10 years ago
Add Redis Commands example

2f92cc91e0c8a58a3703332453f9a51a6e094552 authored over 10 years ago
Make commands-nix example work again

00935729029aacee7d032f3d0bbd0dbbaded3873 authored over 10 years ago
Commands: Remove recursion from sizedCmds

f3c795148c5b1dab375f303d3fb352b28920e933 authored over 10 years ago
Minor formatting fix

0d3a8fbbb75d2303994619888c02854c6ef5d1b4 authored over 10 years ago
Commands: Tweak test labels a bit

36ef04405b940d4f16f6cf92f81c3587e6a00eb9 authored over 10 years ago
Commands: Calculate end states before starting parallel run

53de323b009c513849671ef98f1cfd0b4731c326 authored over 10 years ago
Commands: Fix test failure

f4ef1b5e8d72facb98cc1804bef0b7b3705539b1 authored over 10 years ago
Commands test: Add post conditions to all commands

864f95266fe7693ad6ac14af8806080e292919d4 authored over 10 years ago
Commands: Improve parCmds presentation a bit

8ca883bcbed54d858e262d569841a7f5713eb015 authored over 10 years ago
Commands: Small fixes

5214d67acc09fc0c99b1921e45399d0adc59f33f authored over 10 years ago
Commands: Parameterise property() method with threadCount and maxParCount

1926ce41e3134380b660ac5aef46ec8d815f0678 authored over 10 years ago
Commands: Rename newSutInstance and destroySutInstance

a1f915787e5bf8fa3d8b0088a540da2bebd894db authored over 10 years ago
Update travis config, Scala 2.9 not supported anymore

8139fdcaa7722ce5cbaefcc8150926a73c286310 authored over 10 years ago
Fix scalac -feature warnings

3b9e4f38153f93390e75a1babd09f307e25d0357 authored over 10 years ago
Remove old Commands implementation

542c68af8ce2249569539786354bb1f197b63d69 authored over 10 years ago
scaladoc fixes

45075c6ae5a314c928bdb1333167fd137c3229ed authored over 10 years ago
Inspired by the recent commit from @ceedubs [1] which adds xmap to Choose, this

commit adds a similar xmap to Shrink which provides a way to create a Shink
instance from an exis...

47d0a53d3e8c7e35e063ecd219870f856a8457e6 authored over 10 years ago
Commands: Fix tests, and add SuccessCommand

0bf9834c3ea4d9f8c02a747d3d7199dc2c777e2f authored over 10 years ago
commands-leveldb example: Remove preconditions

224c58395e481c3df7d2e6c098f0fadd0dc7d8dc authored over 10 years ago
Commands.canCreateNewSut now takes both initialising and running SUTs as arguments

463c5a8ea9e82c5857958bda28155a8ce8ffbff8 authored over 10 years ago
commands-leveldb example: Add commands for get/put

d3ce8077efe1b054331c10444c86962a5e09eaed authored over 10 years ago
commands-leveldb example: Precondition on Open

73e96972dd53108759ea22d020c9ab2a3d0bf342 authored over 10 years ago
Add Commands.UnitCommand

0723bcfaaef0d67351bc0e1306264e139fad9470 authored over 10 years ago
CommandsLevelDB example: Add Open and Close commands.

954d7d120f952907b279df7d8e30b4acf6242d60 authored over 10 years ago
Wrap Command.run in Try. Fix bug in SUT creation/deletion.

77875a67d2b32e38c71314efd0871e0eb3a8fd0a authored over 10 years ago
Add initial Commands LevelDB example specification

b3a1372a1084f35a0ae3e66ce66941f40d443947 authored over 10 years ago
examples/commands-nix: Add gitignore

8e4ad70a1fc9fcf76e03119a140bb1330a5c0d00 authored over 10 years ago
When testing, set the Future thread pool size to Test.Parameters.workers, instead of using default number of threads.

24f57e19262fff5d2981cfc20cebff8e71e3fb78 authored over 10 years ago
Commands: Allow parallel execution of newSutInstance

94d339bdf0f42a08c2ec755de32f9991ee11b035 authored over 10 years ago
Add Commands example that uses NixOS and libvirt

c15eff1584b96d9eeeb54c826e09a8b524f93880 authored over 10 years ago
New Commands implementation.

c6f81c11c4d23f3249fc603e6022724d66cacbf7 authored over 10 years ago
Remove depcretaded code

e99e4c63a9e6b679744f689347ea97fc33036087 authored over 10 years ago
Merge pull request #100 from ceedubs/choose-iso

Add Choose.xmap

c87978b52a8ce11a519fdf30ad543eda60d47507 authored over 10 years ago
Add Choose.xmap

Choose.xmap provides a simple way to create a Choose instances from an
isomorphic type with a Ch...

bfa0791e2bb13f9dc76966a08a97372f29664c05 authored over 10 years ago
Bump snapshot version to 1.12.0-SNAPSHOT. Add 1.11.4 to nix build

640c4ceafe18e576b966b68c65cc09623266cf63 authored over 10 years ago
ScalaCheck 1.11.4 release

1e2cf540f6da181235dfd2baad862a07de6c0500 authored over 10 years ago
2013 -> 2014

084feeace1ffc244dd62a47ce04f9414968210d0 authored over 10 years ago
Update release notes

e2f6a13fed1e9a502a21fdf66072dade1cdf6260 authored over 10 years ago
Deprecate org.scalacheck.Commands

Will be replaced with a new implementation in ScalaCheck 1.12.0.

9767dbe76d02e1d8d225454375973711be71e730 authored over 10 years ago
Update Travis Scala versions

28534e8dd29a79d29d3e04a661f5a3335965f01c authored over 10 years ago
Fix issue #98

ceaef5b83bd3f6f89ae8776acb06365f68a798f3 authored over 10 years ago
Add test that shows issue #98

7beb0ef73ff4e55ddb70b01c42345fa8d9cfe2f1 authored almost 11 years ago
Add Scala 2.11 to nix build

c449b5bc2e3eedbc232774343053a5966c90f8ed authored almost 11 years ago
Update release notes

e26b9b23d1b37ed18ba4705614a2d47e2df16601 authored almost 11 years ago
scaladoc fixes

f3ece327ac14014404a900c076d7288308a8225e authored almost 11 years ago
Fix #88

b4fc116f22eb1248d1834f54b2c3ff1fd51cf7c9 authored almost 11 years ago
sbt 0.13.2

247d198e7714e9239ee1be8938382255c79e36a2 authored almost 11 years ago
Scala 2.11.0

1ad030d01253b32573188eba880b51e7c078a81f authored almost 11 years ago
Merge pull request #95 from adriaanm/patch-2

Travis CI validates against 2.11.0-RC1

e4938d072dfbc93e2b9b533a165fe8356df71c0a authored almost 11 years ago
nix build: Fix imports

200453d389b0dcceb68634c02dd5c84444f95fcc authored almost 11 years ago
Nix build: Add Scala 2.11-RC1

af2a706a7cc406a1239f6d45a2ce8a58c691aa3c authored almost 11 years ago
Travis CI validates against 2.11.0-RC1

e90105f33ee208d84eab16f2244372e19c96bb12 authored almost 11 years ago
Scala 2.11.0-RC1

d782708257ef14b0d9db088124b2670d2c71b875 authored almost 11 years ago
sbt 0.13.1

6a997275c4a7c9c891648ac31f61bb36a1c3077c authored almost 11 years ago
Fix #92, ScalaCheckFramework doesn't pick up Prop instances

e2b8da3b00a64dae0019151fc3a17fd336ffbf7c authored almost 11 years ago
Scala 2.11.0-M8

c38bc3d47324a515c84b3ae25ba1c70401ea8382 authored about 11 years ago
Bump version to 1.11.4-SNAPSHOT

953f1cdb9f423358ca6d01f161ca880307a37a14 authored about 11 years ago
ScalaCheck 1.11.3 release

1f648d52c93c1846b9bfdbb30ac456aa2baa58d4 authored about 11 years ago
Do not trigger compiler bug in Scala 2.9.3

Apparantely, you shouldn't name case classes "copy".

f67e1246e85eb5515dc29fa6be0b3214f12a8db4 authored about 11 years ago
Merge pull request #83 from rasch/perf

performance improvement for Gen.frequency

1cb9982e1719eb4a3aa62ba7cabc07a14bc43eea authored about 11 years ago
Bump version to 1.11.3-SNAPSHOT

c07c700c8ef8fac8c06095a8efcec715fc44056f authored about 11 years ago
Gen.frequency

- fix off-by-one error
- handle empty sequences

1e7992c4b41744643dffaf730205b8920c63f344 authored about 11 years ago
ScalaCheck 1.11.2 release

1275cbcc001ae94808297c5d9c80124ed15279d7 authored about 11 years ago
performance improvement for Gen.frequency (using a TreeMap for faster lookup instead of repeated linear scanning)

1b3478f52e2cfd47e93f6f7a61e05a75fc67bcdd authored about 11 years ago
Add a variant of Test.check that takes a parameter function that is applied to Test.Parameters.default

a2edf8ffc424b0b727b8b148b63eb831cf26356f authored about 11 years ago