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

Merge pull request #348 from kailuowang/patch-1

upgrade scalajs to 0.6.19

99309ff2bafa3967e3f45f3992e6904c79765956 authored over 7 years ago
Update Travis build configuration as well

ddf65bd42dd88373c55078fec15a27033228c2c0 authored over 7 years ago
Add Scala 2.13.0-M2 suppport

772ee61495130dfca2a678a76fdd55cb0aabd412 authored over 7 years ago
Update plugin.sbt

2f2552e5f1a6642004ae9f4c634379e4bbc6cca0 authored over 7 years ago
upgrade scalajs to 0.6.18

8ae369790db431f796d93a5af359413f8c9ab6c8 authored over 7 years ago
Merge pull request #346 from xuwei-k/delete-secure

delete unused private method

8465d71c55e9712330d681bb7b49a7280a0e1344 authored over 7 years ago
delete unused private method

0d2b79206141d8e2d5a5fb3f1bf560a1e96a05a0 authored over 7 years ago
Merge pull request #331 from zaneli/update-sbt

Bump sbt from 0.13.13 to 0.13.15

1fad5c46fd9bfeeb53cdfced0b94d0f1ba8ffe9e authored over 7 years ago
Merge pull request #343 from travisbrown/fix/342

Avoid BootstrapMethodError errors during serialization

35d5948a9185f509247b165ae9f02ba8c105c008 authored over 7 years ago
Merge pull request #333 from ashawley/gen-pick-defect

Gen.pick defect

db2a1fc9f9c494fa9992e6ebdbb9f7b4e1a616d6 authored over 7 years ago
Merge pull request #336 from nigredo-tori/arbitrary-uuid

Add Arbitrary[UUID]

3f7ef62aec7148f79e7eff29f391222bbcfa64f5 authored over 7 years ago
Merge pull request #341 from SethTisue/scala-js-upgrade-master

Scala.js version bump for master

aab353f0f2fc5620feb1527360997129aa521db6 authored over 7 years ago
Instantiate FunctionN values instead of using literals

8dfa1aab1cfbc4ff34a47838d5682fd98599d39a authored over 7 years ago
Add other Serializable tests for good measure

9aa8d600e25eaea643d8c7ccc6698fe26761704b authored over 7 years ago
Run codegen

bfcd403ad0c28b49415ebec89d0c67fc8d51dbef authored over 7 years ago
Add failing Serializable tests

c2dbe4c533f41754cc93ff48204ed7143a3a0523 authored over 7 years ago
upgrade to newer Scala.js version

this is for Scala 2.13.0-M1 friendliness; older Scala.js versions
weren't published for 2.13.0-M1

bf8f340e8d9b13671df1e3643bb570b0e6f37b06 authored over 7 years ago
Add Arbitrary[UUID]

3fe20bf1d75f81addcc877817007247fd4f7ef8e authored over 7 years ago
Merge pull request #334 from xuwei-k/implicit-class

use implicit value class. avoid reflectiveCalls

b00d40ec6db552545f7687d83e518d90e63424cc authored over 7 years ago
use implicit value class. avoid reflectiveCalls

dd836e53f06a062510d324ef168d1b85a8731258 authored over 7 years ago
Fix distribution of Gen.pick

The update of Gen.pick in a2100f68 should have selected elements with
a uniform distribution, bu...

2ee295d434ff01e0fd8566713ca049db6e69f65f authored over 7 years ago
Collect frequency stats of Gen.pick

A test to count the frequency of selecting groups of 2 from 8 numbers.

Not worth keeping, only ...

57b6fb4794045b1f0786d60e61114d4aeabd500a authored over 7 years ago
Bump sbt from 0.13.13 to 0.13.15

da12696c9e3dff85e8fd0bc9ff9324b1eab4b6a6 authored almost 8 years ago
Revert "sbt: Force clean before packaging (#318)"

This reverts commit 329381958ffa257d1c04162c1cf8cf9f6593e646.

This resolves issue #327. The pac...

9b71bb3dfe186c03292faa59976487af2ee23caa authored almost 8 years ago
Merge pull request #329 from non/topic/fix-console

Fix the console.

f48117fec3326b10a35b290964a5e7a5f6ce91b9 authored almost 8 years ago
Merge pull request #328 from non/topic/better-seeds

Improve the seed interface a bit.

2018cd8967ec3e7e64564c0402432225ceaa488a authored almost 8 years ago
Fix the console.

With the current warnings on unused imports, the console is almost
unusable. This commit (which ...

d4ec092b68757b2ee8f38d07206bdb65938acb6d authored almost 8 years ago
Fix the tests.

081adbbd9159bf17dc368c5dff8b9ee71830b66f authored almost 8 years ago
Thought better about making a, b, c, d public.

It might be the case that doing this would paint us into a corner
regarding the RNG used. Also, ...

1cb7dcd120e22e39799c503842e118c457430766 authored almost 8 years ago
Improve the seed interface a bit.

The major wart this fixes is the return value of fromBase64. This
method now returns Try[Seed], ...

92611888bf25d3e0c77f3763fea847b00b639240 authored almost 8 years ago
Merge pull request #325 from non/sirthias-no-warnings

Enable more compiler warnings, apply respective fixes

99c0123ef8f53b2920c325555633a36a48c0f1e7 authored almost 8 years ago
Fix Scaladoc problems.

84d53c1f85e18f8328b614467eb9b99134c91b28 authored almost 8 years ago
Merge remote-tracking branch 'upstream/master' into sirthias-no-warnings

8e2c4b4fc6a06ec1b371c059ea9c580aa5a799d7 authored almost 8 years ago
Merge pull request #324 from non/topic/less-travis-flakiness

Do less work on JS under Travis.

65dd852fc432caae52169ec40c8c51428948289a authored almost 8 years ago
Ease off a bit more.

It still seems like our JS tests are dominated by properties
which test seeds/properties.

fd28ce413026b2ad114e9f85edaecd460be8017f authored almost 8 years ago
Make seed-based property a bit less intense.

We were using (1 to 20) but really something like (1 to 4) would
probably work just as well. Thi...

f800ef76934d68bff8c5297b17b290ee102b419b authored almost 8 years ago
Do less work on JS under Travis.

We've been getting build timeouts -- this might help.

A more extreme thing would be to reduce t...

afed81f5460e3adc3b44b692d976fca04facd1f5 authored almost 8 years ago
Merge pull request #323 from ravwojdyla/at_least_one

Add support for atLeastOne method on a generator

f0237a1bb53c91420d8b2b3adc985a38487cd84f authored almost 8 years ago
Merge pull request #312 from agustafson/ascii-generators

Create ascii generators

eca1f9de755b06d9d1c46fc2befe29daca3418ca authored almost 8 years ago
Add support for atLeastOne method on a generator

46bcb12dc91d5f5e743e695bb76b2b444e929b01 authored almost 8 years ago
Merge pull request #320 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.markdown

bcc65fbc5b647663da26361e4af324275a04627b authored almost 8 years ago
Add Gitter badge

2184738995176eba663798b364caa5b1f3681f1e authored almost 8 years ago
sbt: Fix syntax error

9c70bdfa03ea1b92bc9e02eb0e98bdf5862ee854 authored almost 8 years ago
sbt: Force clean before packaging (#318)

329381958ffa257d1c04162c1cf8cf9f6593e646 authored almost 8 years ago
mima plugin: 0.1.9 -> 0.1.14

b24a9abe753f23935ede91ca60d6274f9e9a33e0 authored almost 8 years ago
Create ascii generators

02829cd5038537d14d6e6b0687353126deb1b82d authored about 8 years ago
Merge pull request #311 from Philippus/new_year

2016 -> 2017

861f58ef7a5f059da50df502f856d17bfe244bf9 authored about 8 years ago
2016 -> 2017

2f51334faca9c18a73713c5974c1cb4fe30610a2 authored about 8 years ago
enable more compiler warnings, apply respective fixes

d8f13227bf80b6644a240ba8b845afaba57b24c5 authored about 8 years ago
Change license to unmodified 3-clause BSD.

No longer using the slightly reworded 3-clause BSD license.
This does not change the meaning of ...

6918ee8059de581a39f35767b2e08ad930031a6d authored about 8 years ago
Merge pull request #303 from xuwei-k/Cogen-Symbol

add Cogen[Symbol]

637dc7c55f40fff7d239671b2e3056c42e599383 authored about 8 years ago
add Cogen[Symbol]

6af8e1f7551e0d86565e09f194b7605ad71d62bf authored about 8 years ago
Merge pull request #302 from xuwei-k/pf-arb-cogen

add Cogen[PartialFunction[A, B]] and Arbitrary[PartialFunction[A, B]]

3a516e15c40fe2783df8ddf7473b9cfaae7927ff authored about 8 years ago
Merge pull request #263 from non/topic/initial-seed

Support deterministic testing using Parameters.

a6086375cc37e35b9435d18dbd635a929286d0dc authored about 8 years ago
add Arbitrary[PartialFunction[A, B]]

a845e30c4815e9a7f7bafcc2ab2ea53932813f8f authored about 8 years ago
add Cogen[PartialFunction[A, B]]

9ef6ab6c8be2656ad8edc3c45e6b1f9ed38eee00 authored about 8 years ago
Re-arrange the release notes a bit and add a (WIP) changelog

bb6f0eeeec4e47aec06d417ac8f57ccdc7c4f2fd authored about 8 years ago
Fix uniform-distribution test.

If we test this property 100 times per test run, we'd expect it to
fail every (1.7M / 100) times...

81a48fb33885cf82619ff8fc1e55a6472971504f authored about 8 years ago
Get deterministic Props working.

As far as I can tell these are working correctly. There was some
trouble with sub-Prop evaluatio...

f4da1bea218eb2ebebbd1b5b1ab53a96ee7e90bc authored about 8 years ago
Prop-level seeding is sort of working.

The big problem is that most of Prop's combinators don't communicate
RNG state (or parameter sta...

4f6f62db673f21d328a23b71b1791a8ccead2af2 authored about 8 years ago
Support encoding/decoding seeds as Base-64.

24aa986965bf9de8ed7b8ad56f621fcd43acce9a authored about 8 years ago
Support deterministic testing using Parameters.

This commit adds an `initialSeed` parameter to the Parameter types
that Test and Gen use to cont...

7e2899c015c62227c7a7b2981f10fd87bc487668 authored about 8 years ago
Merge pull request #301 from non/bug/fix-retry-in-function-gen

Fix retrying code in doPureApply.

3e978b9c51a92470c5706185eb77902b8db72163 authored about 8 years ago
Merge pull request #299 from xuwei-k/remove-workarounds

remove unnecessary methods in scalacheck 1.14.x

1524313e1f9ac9937351c1feef54c00ce1a14c62 authored about 8 years ago
Merge pull request #298 from non/bug/deterministic-calendar

Make Gen[Calendar] deterministic.

8fa949aa0d1f58bbd4dc02ea151764bf18cc8521 authored about 8 years ago
Fix retrying code in doPureApply.

This commit fixes a bug pointed out by @alexarchambault. When
constructing an `A => B` value fro...

d9c61aaf5e1e7630e86fd3ca65dfbddea9696be0 authored about 8 years ago
Clean up Gen.calendar.

Also introduces some java.util.* imports to clean things up a bit.

d57deef585165c0655d8700c5cbc6014b7227176 authored about 8 years ago
remove unnecessary methods in scalacheck 1.14.x

8abd18914963ac90c41b5e8ea74cd90fc132219a authored over 8 years ago
Make Gen[Calendar] deterministic.

Previously it was possible for the "current system time" to leak
through into generated Calendar...

b3cb1939f988b42584e20b1a15b32fa5380ee5b6 authored over 8 years ago
Merge pull request #296 from fedgehog/same_cross_scala_versions_everywhere

Set same cross Scala versions in all (sub)projects

dcdd1abd6c2df0492582ecb002d28888bb05986d authored over 8 years ago
Set same cross Scala versions in all (sub)projects

Allows cross versioned execution of tasks without prior
navigation to sub-project.

f20a64b9c3d8e878e045614a952ea6eb8cd82b1f authored over 8 years ago
Travis: Also build the 1.13.x branch

64c18af6ff4e50d13bce94cc600583aa775653f6 authored over 8 years ago
Bump sbt from 0.13.12 to 0.13.13

f263ce330b7c79bd113ce5d56932d02b664dd0d8 authored over 8 years ago
Scala 2.12.0 (resolves #292 and #293)

ea4a7746d404bc14bd470b75472c55b8aed59058 authored over 8 years ago
Removed Prop.suspend in favor of the already existing Prop.delay

(cherry picked from commit 1a436e8ca3bf39e08a1cbbff9c944157364fb70d)

811432f758bd83bc43d0de03350459e6f2189dc2 authored over 8 years ago
Fixes #290 (deadlock under 2.12 during property initialization)

(cherry picked from commit 4dd1a156e9e85c87254c5f0a4d29a6568de5ffde)

2874398f2c9e47843b8236f35e6539066210f19b authored over 8 years ago
Merge pull request #267 from ssanj/pr_test_run_filter

filter properties based on a criteria

7c3dee36d3fbb340802c5e65ca570239cddf8210 authored over 8 years ago
Merge pull request #277 from adamgfraser/arbFunction0

Arbitrary Function0 Instance

4894d0f4c59e08ff9d0efd49f169126e3e750da4 authored over 8 years ago
Merge pull request #287 from ceedubs/cogen-try

Use seed.next for Success in Cogen for Try

28996d8cc4af847aef2616a94e599ac763085220 authored over 8 years ago
Merge pull request #286 from ceedubs/none-freq

Reduce the frequency of None in Option Gen

b84b5a029f3d4f85f005f65c729877a989c0f48f authored over 8 years ago
Merge pull request #284 from ceedubs/duration-instances

Add support for Duration and FiniteDuration

94dfeb8381b643bf19d91a711056e50e74562876 authored over 8 years ago
Use seed.next for Success in Cogen for Try

Fixes #285 (see discussion there).

fbe35fe1bcf51428fc4bf0dec8d41307c31fb6b2 authored over 8 years ago
Add Arbitrary instance for Function0.

This adds an Arbitrary instance for Function0[T] given an Arbitrary instance for the underlying ...

0d7eeb3edd9b59608b43d57469d5d3bf2c421000 authored over 8 years ago
Reduce the frequency of None in Option Gen

The idea here is that if you are generating 100 values, it's probably
not that useful for 50 of ...

18d73cdd36029feaa43da7d2811f90a750be9ff3 authored over 8 years ago
Add Cogen instances for durations

cdc1f2eaab3c16ef61f8a11c9201a09d4358bf18 authored over 8 years ago
Add support for Duration and FiniteDuration

This adds `Gen`, `Arbitrary`, and `Shrink` instances for both `Duration`
and `FiniteDuration`. I...

b835e1d6aa4dbe87a5440eb2c1aebec170376386 authored over 8 years ago
Bump version to 1.14.0

22a0b2d8784942abdd7c6388a54a695f74cdcff7 authored over 8 years ago
ScalaCheck 1.13.3

d6a99ead5caa4644f5e01505820a07a45e52397d authored over 8 years ago
Update release notes

406dabf6c6e55dcbe077807e3c439f8fcef0205f authored over 8 years ago
Merge pull request #272 from adamgfraser/master

CogenSpecification

08b77c87189cf2f12bdda32e9d8084c398c5688c authored over 8 years ago
Merge pull request #283 from non/topic/better-big-generators

Improve BigInt and BigDecimal generators.

4c2210473467ac663582326c74b939a21aeed474 authored over 8 years ago
Merge pull request #282 from non/bug/fix-retryUntil-stackoverflow

Improve retryUntil's behavior during failure.

fbc8386534b64c16ff9f89a7fa54c427835d2db2 authored over 8 years ago
Merge pull request #281 from adamgfraser/stream

Gen.infiniteStream

79b07d4835f0d2b30c18921a78cb98640caf74d5 authored over 8 years ago
genInfiniteStream

Adds a Gen instance for generating an infinite stream of values given a generator for the type o...

ae5bc49505473c605693130bf6a7a60e32dbd18a authored over 8 years ago
Improve BigInt and BigDecimal generators.

Previously, the BigDecimal generator could create astronomically-large
numbers that were not saf...

8012c2046b82a151692fd555170727ab941a096c authored over 8 years ago
Improve retryUntil's behavior during failure.

Previously retryUntil would throw a StackOverflowException if the
generator failed too many time...

beb1594aa7292cee73a2c8a9794340e5b279afb1 authored over 8 years ago
Create CogenSpecification and Fix Bug in BigDecimalCogen

This adds a new suite of tests for Cogen. The tests are based on the concept that Cogen instance...

3f436ffa218329858d6374cb0f7816a1d21588d9 authored over 8 years ago
Merge pull request #276 from adamgfraser/contravariance

Make Cogen Invariant

0b1d58d48f9bc07cba9fc71d3bf6820ad31ccbaa authored over 8 years ago
Merge pull request #279 from non/fix-properties-exit

Fix issue where return code could be seen as 0.

0e8c6c36738e8a2d7f87f576c8c63760ceb5da0e authored over 8 years ago
Make Cogen invariant.

With the addition of Cogen instances for arbitrary function arities we were beginning to have im...

c2acfd43498c0f5b91c35f1f3abbf6fc4eb8934d authored over 8 years ago