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

Update sbt-dotty to 0.4.1

7a3b62488bc0e1212ad2e2c6216a6e1c2e6e0b51 authored almost 5 years ago
Merge pull request #647 from scala-steward/update/sbt-1.3.9

Update sbt to 1.3.9

61666f587504884b022b3a997f7685cd3cffd0d4 authored almost 5 years ago
Update sbt to 1.3.9

be235d47a960470e9e111861906d0361820f13e6 authored almost 5 years ago
Merge pull request #645 from ashawley/shrink-test-names

Name cleanup of Shrink tests

705197b3878206c8c18a539fa52c098677f3bc40 authored almost 5 years ago
Merge pull request #643 from ashawley/contributing

Add contributing file

9fa28c094a220f5656c02c7121cd20cc67dde0e3 authored almost 5 years ago
Merge pull request #639 from ashawley/gen-recursive

Rename Gen.fix to Gen.recursive

8ba0d3ffaa58bbba7c6961a2e5d3f22afa16bd92 authored almost 5 years ago
Clean up names of Shrink property tests

443fc6c2a6bdf22d0ec28dd8f1769fdcc1eda3e9 authored almost 5 years ago
Merge pull request #644 from ashawley/implicit-shrink-suchthat

Use implicit in Shrink.suchThat example

84ebed01a6cbc2478b6fca1cb2df57e83b8a1a8b authored almost 5 years ago
Use implicit in Shrink.suchThat example

Using implicitly doesn't work because it produces an infinite loop for
an implicit Shrink instance.

ea8caaff599f3f422f7a699225a5dc2030b9940b authored almost 5 years ago
Split up README

0f7a4e844c99c2d644cf331099b3974dd9a152a5 authored almost 5 years ago
Merge pull request #642 from ashawley/fix-dotty-error

Fix error in Dotty build

0a2e50abc589244d4caca20a2dff539e91d3237a authored almost 5 years ago
Fix error in Dotty build

c4c223a07361c50057103145ac9b892059b69b79 authored almost 5 years ago
Fix punctuation in user guide

acacaf2351b9beefc21ff6a8099b8fde7274c98a authored almost 5 years ago
Merge pull request #484 from koterpillar/shrink-such-that

Add Shrink.suchThat

665b330a11217619d63e0001d28e57f0b2cf5318 authored almost 5 years ago
Merge pull request #640 from ashawley/dotty-0.22

Update dotty to 0.22.0-RC1

72f6577e0daf53704c42b3faba19d5e2f7448f27 authored almost 5 years ago
Merge pull request #641 from ashawley/scalajs-1.0.1

Update scala.js to 1.0.1

f9980583a30e91fae56c2a4f3f497fafe0e6759d authored almost 5 years ago
Update scala.js to 1.0.1

90c480930afab01d761fa8c654896efcf8dc125a authored almost 5 years ago
Fix Choose[BigInt] with 0 range

ae2551905add70a457d27b4daf5eac0971ad4b84 authored almost 5 years ago
Fix compilation failure in Dotty

-- [E007] Type Mismatch Error: jvm/src/test/scala/org/scalacheck/GenSpecification.scala:312:22
3...

f9803e7e3cd55ef65909b9e34b95edffc0da0e81 authored almost 5 years ago
Update dotty to 0.22.0-RC1

ed6f38cb47550b8d694aec73858bb9d9368560e8 authored almost 5 years ago
Rename Gen.fix to Gen.recursive

df1bd25dcd70425003c8e41a751523bec6b24dc2 authored almost 5 years ago
Improve choose[BigInt] performance

4a522dc340b3f3fc53a80500c75023e062971e35 authored almost 5 years ago
Restore previous alignment of unrelated lines

5e73014d435f2637262d0aee75c17843d6fc0718 authored almost 5 years ago
Move BigInt creation from Seed to Gen

8ca04d1163967eac7261ca76b64653a93da4bfac authored almost 5 years ago
Test Choose[BigInt] with bigger limits

e27c14523b316b93c62229632e2c3753210071ed authored almost 5 years ago
Finish Choose[BigInt] test and implementation

ea070ce676ac7dd49133c14286082031cefa87a0 authored almost 5 years ago
Remove duplicated paragraph from user guide

bd40530fccc73208fa80fdc94e44e693d1f30e06 authored almost 5 years ago
Merge pull request #616 from johnynek/oscar/gen-fix

Add Gen.fix to make recursive generators cleaner

e8212df2521dbb4d1fead0757b9c187d57ac1ade authored almost 5 years ago
Add choose big decimal

bcf748a450d4cb92f5121ad67306c3e9ea9b155e authored almost 5 years ago
Make printing of Commands failures more readable

Example output:

[info] > Labels of failing property:
[info] Initial State:
[info] 0
[info] Se...

d00774ccdb12f523920d698ae55cd430cdce3a12 authored almost 5 years ago
Print shrunk values first, then the _ORIGINAL values

This makes `forAll { (x: Int, y: Int) => false }` fail as follows:

[info] > ARG_0: 0
[info] > A...

9fb35d422c88eb43c92ffcfa484a60e51cdc4dcc authored almost 5 years ago
Update sbt-mima-plugin to 0.7.0 (#630)

b629103f44e074a7b0426399a65c521298c9ebf3 authored almost 5 years ago
Merge pull request #627 from froth/lazylistcompat

Adds helper to create Shrink using LazyList

400123f6d567eef0a1e7270836bb2680701da101 authored almost 5 years ago
Adds helper to create Shrink using LazyList

This allows to use Shrink from scala 2.13 without getting deprecation
warnings on scala.collecti...

def2403301ab69255c378db2de14b42ac1503a38 authored almost 5 years ago
Merge pull request #620 from xerial/scalajs1.0.0

Upgrade Scala.js to 1.0.0

cddf22f1fad2a4d064315d0a6b8267209918c848 authored almost 5 years ago
Merge pull request #624 from scala-steward/update/sbt-mima-plugin-0.6.4

Update sbt-mima-plugin to 0.6.4

1fd93fce606cd68f0585eaed12f9a3063fb91778 authored almost 5 years ago
Update sbt-mima-plugin to 0.6.4

7ebff92d4c7b529c758ee4d45904a10069d6f89f authored almost 5 years ago
Update examples for Scala.js 1.0.0

c87db053ee0bb861ab80e8f3db86772ffa25614b authored almost 5 years ago
Upgrade Scala.js version in Travis

04a67ac069fb30b21fd0c2fe072b47513cbb15ae authored almost 5 years ago
Upgrade Scala.js to 1.0.0

59a58d64d46cff84610345ecd8471a34df31b151 authored almost 5 years ago
Merge pull request #619 from scala-steward/update/sbt-1.3.8

Update sbt to 1.3.8

e5c807ebf49f860fdd1518d61e51b4a3dd93ec6b authored almost 5 years ago
Deprecate overloaded Prop.collect

f56c82cafb333ee7369c0f03f18989b1e0fbc700 authored almost 5 years ago
Merge pull request #609 from ashawley/travis-run-bench

Add smoke test of benchmarks

fbac06cc3617e6887db98f3db3a4736861a99ca7 authored almost 5 years ago
Update sbt to 1.3.8

365f0fc31003ff1f7c26970695bc72a4b243d515 authored almost 5 years ago
Update sbt-mima-plugin to 0.6.3 (#618)

b2de4e89b5d44a1dd52dcedf75c71f866f7c9a07 authored almost 5 years ago
Add Gen.fix to make recursive generators cleaner

550e8bd671c8480dfa32036fd0eaeb2b553ca397 authored about 5 years ago
Merge pull request #613 from scala-steward/update/sbt-scalajs-0.6.32

Update sbt-scalajs to 0.6.32

028abc09d48e73600ff587e4a22eedfe375f9c87 authored about 5 years ago
update Scala.js version in other places as well

d5967d20ef9125a7b34a0b70b322a2c6b30806da authored about 5 years ago
Update sbt-scalajs to 0.6.32

93e961a7b5ad547d0241e3af8d3dbc3ec88ae7fb authored about 5 years ago
Merge pull request #612 from scala-steward/update/sbt-dotty-0.4.0

Update sbt-dotty to 0.4.0

5a23d48949d321a707a1e57209ad3711c357b43f authored about 5 years ago
Update sbt-dotty to 0.4.0

e792586683405371be9fb7d784787888542a624e authored about 5 years ago
Merge pull request #611 from scala-steward/update/sbt-1.3.7

Update sbt to 1.3.7

031d877764f8555d71471958e2d881a0c79aa2ba authored about 5 years ago
Update sbt to 1.3.7

b8c8ca23ebeb2cd96ec849afee07467954c9b594 authored about 5 years ago
Fix some bugs with manually-defined doApply methods. (cont.)

7e1e5230bf2702611b32efcec8744ee8e2912dfd authored about 5 years ago
Respond to Oscar's review comments. (cont.)

In particular, this adds retrying to the infiniteStream, stringOf, and
stringOfN combinators. It...

48e6511d76e22a667ace8cab1b2334497d573e51 authored about 5 years ago
Refactor of sieve in Gen

This is part of work on Gen performance improvements.

ffc0f7ffd51af61373b6bbdfd400483615d0bba6 authored about 5 years ago
Merge pull request #607 from ashawley/pick-refactor

Refactor Gen.pick

dca8ee9f5dc24f705b917c8e256cd62c49a02e9e authored about 5 years ago
Add one run of jmh to Travis

3531f3e47876e52e5cc864038c743a75c65ff53c authored about 5 years ago
Refactor Gen.pick

This is part of work on Gen performance improvements.

cfecefa1f79443c4e95460dd83e77a012eb7f0ae authored about 5 years ago
Merge pull request #606 from ashawley/gen-def-to-val

Change Gen members from def to val

a848c3afc596c721838c22adb3af4d0a1db15dda authored about 5 years ago
Merge pull request #605 from ashawley/use-self

Switch to self instead of Gen.this

9847100d3f464a46ae72a58fdb44882c9f189f0a authored about 5 years ago
Merge pull request #604 from ashawley/arbitrary-cleanup

Clean up Arbitrary

76cc37391adb5f86a914f1356d0399030a52d42d authored about 5 years ago
Merge pull request #603 from ashawley/gen-cleanup

Clean up of Gen

c2f52d2299a055e5801e14bd958806372f4d5b8f authored about 5 years ago
Change Gen members from def to val

This is part of work on Gen performance improvements.

89ba37408d59c17dd5d17382ff1db1f4a4bdb4dc authored about 5 years ago
Clean up Arbitrary

This is part of work on Gen performance improvements.

c460939d036bbd31019ad46f66edb468f2678e4c authored about 5 years ago
Switch to self instead of Gen.this

This is part of work on Gen performance improvements.

1a932eb458aa6d570c1ff5a371bb344dabcbef19 authored about 5 years ago
Clean up of Gen

This is part of work on Gen performance improvements.

ddf47ee9d92424a4921888efe568f518ffc90fa1 authored about 5 years ago
Merge pull request #595 from ashawley/tests-568

Add tests of Gen.posNum and Gen.listOf

785eed3f585e8c17074b88a8d6e1f1bbfb0a9dd8 authored about 5 years ago
Merge pull request #601 from scala-steward/update/sbt-1.3.6

Update sbt to 1.3.6

f1cbb673a3378178dc1e0c4507201e6cddd132db authored about 5 years ago
Update sbt to 1.3.6

3f78bcf69c9f694f7a44b9495cbd2ed717de30e9 authored about 5 years ago
Merge pull request #600 from scala-steward/update/sbt-pgp-2.0.1

Update sbt-pgp to 2.0.1

7aa9a90753c5547a15a508e838efe32759c8dbbf authored about 5 years ago
Update sbt-pgp to 2.0.1

bc60ce476d3ff4ec1ae94bedcf3a9813d3899dc8 authored about 5 years ago
Merge pull request #599 from scala-steward/update/sbt-1.3.5

Update sbt to 1.3.5

674ff1cf337fd3702efabd25b4fb8869fb0c1eb8 authored about 5 years ago
version bumps

fa34868d4294eaee1c172432e6e817802b3fb199 authored about 5 years ago
Update sbt to 1.3.5

7c4a14542d4fa182f33787a875cc94875e85b252 authored about 5 years ago
Merge pull request #597 from ashawley/sjs-1.0.0-RC2

Upgrade Scala.js to 1.0.0-RC2

a5df56d7758b97240f62d43d6c3c4df1db5c31f1 authored about 5 years ago
Upgrade Scala.js to 1.0.0-RC2

d3ceb5cf3429af0eb6448f350afdf33fe79a0822 authored about 5 years ago
Merge pull request #596 from ashawley/bump-version

Bump version of artifact for MiMa

3253ec5f00b75173e544fffee48373bb0395d5c7 authored about 5 years ago
Bump version of artifact for MiMa

f83207baf8a02b4bf0a44ee5f14f383f6488126a authored about 5 years ago
Add tests of Gen.posNum and Gen.listOf

e39eb0da3368b0f8b4420dd388fa16adfc23e242 authored about 5 years ago
Merge pull request #584 from ashawley/dotty-0.20

Update dotty to 0.20.0-RC1

a794907a3d30c4b487c913425a11317151be69ca authored about 5 years ago
Update dotty to 0.20.0-RC1

f8aa822ddeb07364c46ec4b07bcd7306d1a55eb1 authored about 5 years ago
Merge pull request #583 from scala-steward/update/sbt-scalajs-0.6.31

Update sbt-scalajs, scalajs-compiler, ... to 0.6.31

ad8ce8c4bd1486e67ebbd3c9b2dbf409b3221491 authored about 5 years ago
Merge pull request #580 from ashawley/test-serialize-list

Add test serialize Arbitrary[List[T]]

15ca2fbfc8fb564abccb7b40c8135a841a8561fd authored about 5 years ago
Merge pull request #565 from ashawley/dotty-0.19

Compile in dotty 0.19.0-RC1

09a243146f70a6f0b3ac02bde6013cd25675a314 authored about 5 years ago
Fork jvm to fix Dotty serialization test

2b7b8150b265a71897bae8e102178d7af95cbd7c authored about 5 years ago
Disable dotty doc on publish

63d160eed5222908dd18be98fdd8f090bbee58d2 authored about 5 years ago
Compile in dotty 0.19.0-RC1

dbaeb80e5f1e2aad36a647f4fe55fcfde9d1153e authored about 5 years ago
update Scala.js version in more places

2b1035a2be8c64c0e79839a68c7cbddebd3e4868 authored about 5 years ago
Update sbt-scalajs, scalajs-compiler, ... to 0.6.31

a19495be43ed59c97fcb9c5f1cf91c2aca7e1b70 authored about 5 years ago
Add test serialize Arbitrary[List[T]]

ada4ebbbfa0df32bd34ba07c054dfdc26e0baad7 authored over 5 years ago
Merge pull request #578 from scala-steward/update/sbt-1.3.3

Update sbt to 1.3.3

294abd7efe8024a033d46fa6adaff3f40229e9bd authored over 5 years ago
Update sbt to 1.3.3

c812d48e3a206e24984d65ae0ca64922fac49889 authored over 5 years ago
Merge pull request #573 from non/topic/jmh

Setup JMH benchmarking.

557a2f6c88d12c020ec15df757c67a0e5067c0d8 authored over 5 years ago
Respond to review comments.

This does add a bunch of benchmarking parameters, making it easy to
try other seed counts/values...

799a31fdcf9ad92375df5348ceef791072bf4aae authored over 5 years ago
Use pureApply to avoid giving failing generators an advantage.

aa8cf797659929ca1d73ff09675c8852681e10ec authored over 5 years ago
Setup JMH benchmarking.

You can quickly run the benchmarks with:

bench/jmh:run -wi 3 -i 3 -f1 -t1 bench.GenBench.*
...

50f8cade9bfa956062815e183701a87e7795b33b authored over 5 years ago
Merge pull request #572 from ashawley/topic/remove-210

Remove support for 2.10

e5dc7d12ffd9c453701e6e0535778eed61afc9b7 authored over 5 years ago
Merge pull request #571 from ashawley/indent-codegen

Fix indentation of codegen

d5deac6b67e5a801370fb973b55b363e21e1878e authored over 5 years ago
Merge pull request #570 from ashawley/bump-release

Bump version in build post-release

5458caca01d786942adb81d6231611fd05eb2b72 authored over 5 years ago