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 incorrect change in nix build file

c204ca4fca01aada92415a0172bbe831603b8099 authored about 11 years ago
Update copyright notice to 2014

52b9a55533a4bfa4cc02a83da5fed1e08ffc73c9 authored about 11 years ago
Merge pull request #76 from j3h/arbitrary-option-coverage

Better coverage for Arbitrary[Option[A]]

aa97434af85f6a0ed5795daf140ac3fe3909310a authored about 11 years ago
Update copyright notice to 2014

0fb277a23fcec5aa48db961ef89f588556e6952a authored about 11 years ago
Add withXXX-methods to Gen.Parameters and Test.Parameters to conveniently change individual parameters.

0d3247873ad606bf8899ae0d9cb688bc39625522 authored about 11 years ago
Some code cleaning in Prop.scala

e3b59ac7111074e81ee5f88a7a867a05ee80b262 authored about 11 years ago
Add Gen.zip, fixes issue #71

5a6dfc44b8a41be8adc2a54a876ef40fd64d231d authored about 11 years ago
nix build: Add Scala 2.11.0-M7

f57712422b6970df185612af1c3684a53a1d1fd1 authored about 11 years ago
Some scaladoc fixes

a8a65019659a202f879ec05dd8ff01979dc31f71 authored about 11 years ago
Deprecate Test.GenException status.

Use PropException for all property exceptions instead.

823f7ffb5ae0455eca12d070bd45c9b475449756 authored about 11 years ago
Add Gen.size

A generator that just returns the current generator size.

1069619d72707550e739e92d18cf5699706e4150 authored about 11 years ago
Fix Gen.wrap, which evaluated its parameter too early

2ae66d866e4f4e8c6759324089158a7a5f485635 authored about 11 years ago
Update scaladoc

3e342152c3cd47d70a17f36fe87523099bddb07e authored about 11 years ago
Merge pull request #80 from adriaanm/patch-1

Validate against Scala 2.11.0-M7

887c09c03a31256ed822c9c36f7d0e6af1d70f7d authored about 11 years ago
Add 1.11.1 to Nix build

86acdf823ccd437c341b8ccaed42c3d46cf4d6c7 authored about 11 years ago
Validate against Scala 2.11.0-M7

This also removes the oraclejdk6 target since Travis no longer supports it...

5c15a02bc6614519b99aeb010361cc6e23f65c5e authored about 11 years ago
Bump version to 1.11.2-SNAPSHOT

b6e2ecd1d19e9b87b47dd01f609ae444f97bc46d authored about 11 years ago
pom changes for Sonatype

942dc5a745554e2f487076994c6ab0609967c58b authored about 11 years ago
ScalaCheck 1.11.1 release

d7b285bf6f9a4171d41639c5d0f641c46555f7ee authored about 11 years ago
Scala 2.11.0-M7

a6ce5085f6d0113111f05079019e0308e1b3b148 authored about 11 years ago
Merge pull request #77 from adriaanm/2.11

Facilitate automating release. Enable Travis CI.

43051fa51c1075e0e95e223e8c862ddd63ea6559 authored about 11 years ago
Fix issue #79

As expected, using asInstanceOf is not a good idea.
When using Gen.oneOf, the suchThat method of...

2068e78bfb64467b812534f33d185900cc089dac authored about 11 years ago
Facilitate automating release. Enable Travis CI.

This factors out the version of scala-parser-combinators to build against
as `scalaParserCombina...

e8aaab0085ddb4e8c406dc5abf5460cae6c5bff4 authored about 11 years ago
arbOption: Generate None with a probability that shrinks with the size

Also:
- Comment explaining why we use frequency() in arbOption.
- Better name for the property t...

7e2534e215e247603348ece30fe641f281920bb5 authored about 11 years ago
Better coverage for Arbitrary[Option[A]]

cb1b80ba9f32a5e74cba85d89e75e481eabe8367 authored about 11 years ago
Fix some incorrect scaladocs

3662db7db950df6370099b0cb24705887585f4d8 authored about 11 years ago
Add Gen.uuid for generating java.util.UUID instances

97c7ece849b6dd780d0a53bd283a4044ff5da930 authored about 11 years ago
Bump version to 1.11.1-SNAPSHOT

17609eb38b0c614ca94283aba401d8047e068f75 authored over 11 years ago
ScalaCheck 1.11.0 release

062d9a3347860ecb0d947fda1cef923a66b6555d authored over 11 years ago
Update release notes

159fa3e943bd5986f150cd2c7758a349d753d5f4 authored over 11 years ago
Change def to val in parameter types etc to guard for side-effects

8d29d024d4bc3184b6d2f3d6a874081198d18fa0 authored over 11 years ago
Use scala.util.Random instead of java.util.Random in Gen

eff98f076afd5b9fcbebdeb95b409d3502f76d7f authored over 11 years ago
Prop uses Gen.Parameters directly instead of Prop.Params

529b20c6d5ba871ed9aa82ebb49f166067fad7d7 authored over 11 years ago
Small README tweak

a7ef0e33a1b067f0b91e71c38d99c23fe5af4aca authored over 11 years ago
Update README to refer to ScalaCheck site

4f2d170f323d12e3093bc7d17ede8e0e57276a37 authored over 11 years ago
Add explicit suchThat to Gen.conatainerOf combinators.

This also restricts Gen.containerOf to only handle
types that are implicitly convertible to Trav...

d2e6f07cd43c1a04ec246c8fb8c8f5e90306918c authored over 11 years ago
Update release notes in preparation for 1.11.0 release

e5b02d40104368b3838410ae669df6352fbc63cb authored over 11 years ago
nix build: Add some Scala versions

1ffba3541c40109fac5785a8dcb2d002986b8c08 authored over 11 years ago
Remove obsolete project files

f2763c91b5a5f3bb3a130e051a3a769e25e70c97 authored over 11 years ago
Simply drop support for Scala < 2.9.3 in Test.scala since you can't tell what other compatibility errors might pop up

0b1ea63c45d49d7ff712f92ab83732340cb025c0 authored over 11 years ago
Add test for Gen.option

e3460a9b8f0f5b0ab4f104794837a8831f268543 authored over 11 years ago
Merge pull request #65 from japgolly/genopt

Added Gen.option. (Gen[T] -> Gen[Option[T]])

4d3de95bfc875ba751052bd020d33b49d1e64ce3 authored over 11 years ago
nix build: Separate build for docs and api

5fa98ddf2ceae5e00cc30cc2a7901e584bd066a9 authored over 11 years ago
Added Gen.option. (Gen[T] -> Gen[Option[T]])

35c8309e7b52eff910dbc6bb1bc727c31ffed07d authored over 11 years ago
nix build: Simplify build functions. Add Scala 2.11.0-M5

7ae950af22b8f7af2b9777d48b71c94d7b0380c5 authored over 11 years ago
Fix error in TestSpecification

b2628b9f71fb2a5351db62177dd236764b3df1a8 authored over 11 years ago
nix build: Simplify build functions a bit

a3e9302e8726b202e8f74ad68d42dc35482613b6 authored over 11 years ago
nix build: Build scaladoc and source jar

9bb492b969bcfcc141082fd32ece8f11cfcabd5d authored over 11 years ago
Add convenience Prop.check methods that take a minSuccessfulTests parameter directly

382cabd6e6c037ccf62e88d49630c68f5734d695 authored over 11 years ago
Fix Prop.check, did not print to console if parameters were provided

8ead7b8fb6b5b2fe68cde05d729ce2b12e24e1c5 authored over 11 years ago
Fix issue #55

49a3a93c0aef81f771a224a36a1d2683ffe143a9 authored over 11 years ago
Cleanup in Shrink code

b6bad02106fd2019e67264b6554ecd783fed6d0c authored over 11 years ago
Fix problem in container shrinker.

It seems Scala 2.10.3 (or 2.10.x) handles implicit
parameters differently than before, so the T ...

cf50f22c1976ded91de11930bd822d73e0d2d850 authored over 11 years ago
Fix issue #60

943fac4270be19383232c951fb4efe2e848c451f authored over 11 years ago
Use asInstanceOf to silence unchecked warnings in Gen

cc1832ade1d66a0a83deb5337fe932758c20ccc7 authored over 11 years ago
sbt launcher version 0.13.0

6d590992cc933394bf5f68589c7302500a788069 authored over 11 years ago
Merge pull request #61 from retronym/topic/upgrade

Ecosystem updates

447caacde4921c15737df7842624d3cda1e3e23d authored over 11 years ago
Add tests for Gen.frequency

07b16d87eeb5054cd26f16eca0171737247ec771 authored over 11 years ago
Re-introduce Gen.freqTuple for convenience

5a8f07ea775b27f54add300abb94160d74ae6b8b authored over 11 years ago
Small type fixes in Arbitrary module

ccdf98c6385d60c756fff3725d9c0a2600aa5cfc authored over 11 years ago
Merge pull request #62 from markmarch/topic/fold-left

Use foldLeft to avoid stack overflow for Gen.frequency with large list

1d8459ba810b17ee9cddb53713eb549babdb8368 authored over 11 years ago
Merge pull request #59 from jedws/master

Replace collection Buildables with a single one that uses the CanBuildFrom machinery. Fixes #57 ...

1172cd1a91bb9a1d1cbb670f0dac141fe3effc24 authored over 11 years ago
Use foldLeft to avoid stack overflow for Gen.frequency with large list

baddc79e9aefc4ca9cc1aff8057d0e65a875c491 authored over 11 years ago
Take advantage of SBT 0.13.0

aac20f63e40460a007fc7de5ae0418441227261e authored over 11 years ago
Ecosystem updates

- move to SBT 0.13, and corresponding versions of sbt-mima and
sbt-pgp
- move from Scala...

347d4c27bb714510194e2e12d66c039a781ad0d5 authored over 11 years ago
Add more scalacheck versions to Nix build

ee2715f350358b208e91c4f6d7cb124c9f8c4734 authored over 11 years ago
Drop superfluous Arbitrary instances

5ea4cbd06a2016966f57216d665545597acd306b authored over 11 years ago
Various scaladoc fixes

5162355a562884129b04d8fc8787a7c5aeafff59 authored over 11 years ago
Rename Gen.container2Of methods to containerOf (overload method names)

9bc3346f224c90748451c7f668fc532fe710507b authored over 11 years ago
Gen.sequence should not create a failing generator for empty lists, it should create a generator that produces empty lists.

129811762a07fa3c254e6ea295fa3cd7ae8725d5 authored over 11 years ago
New Commands implementation, work in progress

220852037df9ec7f39aef56e50b60db2faa52e60 authored over 11 years ago
replace bespoke collection Buildables with a single one that uses the CanBuildFrom machinery

83e7904ac4d108e2477873f571382a5cfac0a1b7 authored over 11 years ago
Deprecate Gen.{listOf1, containerOf1} in favor of {nonEmptyListOf, nonEmptyContainerOf}

08c4b7f4fb9c04c123af82f6ac853c63a395c730 authored over 11 years ago
Gen.value deprecated in favor of Gen.const that has a better name

f13483f3f6219b4bd8e5da7e8fdbe16ef1c43566 authored over 11 years ago
Initial commit of new Commands implementation

So far just a copy of the old Commands implementation. Will be kept hidden from
the external API...

41ab72fecac7c6e77a3535f16d4922fac798365b authored over 11 years ago
Fix bug in ConsoleReporter, introduced in recent refactoring

20e5b1ed7fb6b2e5202205664377f72f7fc7c6dd authored over 11 years ago
Cleanups in Gen.scala

3471e5de5f65b8a810364aa829de68a884a3ea3a authored over 11 years ago
Merge commit 'b0f801b4454125a897c8f14f6d53c5084e0d0400'

cb3d556e5ab7a23511deaf474d984dc93da80547 authored over 11 years ago
Update tests to work with new Gen implementation. Fix some bugs in Gen.scala

1334ee5588add39d4df6bb597b638d9895539038 authored over 11 years ago
New generator implementation, that should solve issue #8.

Gen now attaches the suchThat-filter to the generator result,
usable by Prop. Therefore, any shr...

2d92eb61a89a8ec2e16d0af8599f9baafc9b5418 authored over 11 years ago
Small tweaks in Commands.scala

7f6c1da4dfda7ea4d6ad44a3158c35bb90581dd2 authored over 11 years ago
Only invoke shrinking if a failing test case has been found

34012d2bb8c818733e0fb8fdbd94536abdb35e9a authored over 11 years ago
Merge pull request #53 from adriaanm/master

Switch to modularized parser combinators 1.0-RC2.

4cbed93914a066b0e67d325e21c5ab4ce4bda1f2 authored over 11 years ago
Switch to modularized parser combinators 1.0-RC2.

3f4dd1a89691b2cedaebce811423239b22b1464b authored over 11 years ago
Add Nix build file for ScalaCheck

3838fe14cbe4269479f8d1b3a00af4819fb86773 authored over 11 years ago
Update test-interface dependency to 1.0

650b4d9415fa13b73dd8a8e8663c8704f2f18ad3 authored over 11 years ago
Set mima previous artifact to 1.11.0-SNAPSHOT since we don't have to keep binary compatibility between 1.10.x and 1.11.x

9b70a5b078eda4e22b343fa57d3066316133db4b authored over 11 years ago
Update pomExtra in build.sbt

171cc426f683bae94e7236958f2ae8b0554d3986 authored over 11 years ago
Remove old cross-build Scala versions

55a4a716428414501e72b79e54d6856a2ebbbbf9 authored over 11 years ago
Remove the Prop.FM type alias

c853c5756d6dd1476b2e6991974618222f6ba33b authored over 11 years ago
Fix some scaladoc warnings

490491e3b6412321dfc5883ce0caa4789bdb8a4f authored over 11 years ago
Move org.scalacheck.Choose to org.scalacheck.Gen.Choose

6ba1d2abd8d8fa136fa36404541c6c27a0c1e2a9 authored over 11 years ago
Make CmdLineParser private to scalacheck package

883c0d313226923fcf8250b08dca1000a7b44095 authored over 11 years ago
Move Pretty and ConsoleReporter types to util package

cbf983f20ecdcc419acba685812466801acb95c5 authored over 11 years ago
Move org.scalacheck.Arg to org.scalacheck.Prop.Arg

0afdfa370afe06c6ff83fce4172d6e08acdad41b authored over 11 years ago
Add TODO notes about ClassManifest -> ClassTag migration

0f8f99b9754e8eeca222a1f40bca3830fdc84840 authored over 11 years ago
Remove unused classes from Gen.scala

b7ddb032ab42752a2aeafe47200da0dc170c786c authored over 11 years ago
Always show the original argument (non-shrinked) on failure

ebb29e54587fa6f86a5bf643fea139619b1b01eb authored over 11 years ago
Remove deprecated code

This means binary incompatibility, so the version has been
bumped to 1.11.0-SNAPSHOT.

b5543d4506c830c207b4ab3885b3240147d94585 authored over 11 years ago
Add Gen.retryUntil, a looping version of Gen.suchThat

retryUntil will evaluate the generator continously, until
the specified condition is fulfilled. ...

621103729da1f9452b4eae9dc160f147f0b9ba1f authored over 11 years ago