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 where return code could be seen as 0.

Previously ScalaCheck tried to encode (and return) the number of
failing properties in the exit ...

000a7196969cc67b135818ee18ecd8ca163b2518 authored over 8 years ago
Merge pull request #278 from non/bug/fix-char-shrinking

Fix non-terminating shrink streams.

074f03abfdac23371028fda83aaf10c5b0647a53 authored over 8 years ago
Merge pull request #275 from xuwei-k/Scala-2.12.0-RC2

Scala 2.12.0-RC2

99ca610dfad602318f70bd23bf800da32c16bab5 authored over 8 years ago
Fix non-terminating shrink streams.

This was reported as #244. The root cause was that shrinking certain
values would produce an inf...

36ba21982c5a833d629a36bd3864dc3bccad841b authored over 8 years ago
Scala 2.12.0-RC2

032721ddb4295bb3ecc99892853df8f50f58fd76 authored over 8 years ago
Merge pull request #273 from zaneli/update-sbt

Bump sbt version from 0.13.9 to 0.13.12

e922f2672d057b6213650cce81420bf8d35f1490 authored over 8 years ago
Bump sbt version from 0.13.9 to 0.13.12

b8e9deff4e9ac5c8010c2552d62ae696df622595 authored over 8 years ago
Merge pull request #271 from cogpp/master

0xFFFF Is also not unicode.

0c49c059c30bb6dc7f44dac5a544a100ec673100 authored over 8 years ago
add tests for property filters

af16e6cde7634b476c689c2ca8c5671a7652debf authored over 8 years ago
Excelude 0xFFFF from Arbitary[Char] as it is not consider valid unicode. http://bit.ly/2cVBrzK

76e61aeca0428836aaf93549948f4796eafb9351 authored over 8 years ago
Excelude 0xFFFF from Arbitary[Char] as it is not consider valid unicode. http://bit.ly/2cVBrzK

489df05ad1436c3a2cb4e5ca8faeb816c991ae6c authored over 8 years ago
update UserGuide to include property filter option

4a1eb3fb0e7ebbe1e8c5bb71590f8ab53ea6b1cd authored over 8 years ago
rename runFilter => propFilter

Renamed runFilter => propFilter as it makes the intent clearer - filter
properties on some predi...

d22e66db54025a54d7118ff564d13084a618d8a9 authored over 8 years ago
optimise performance of property filters

Moved calculation of params out of loop to increase performance.

94c56e96869e4d802082fc5db6522236146bc31f authored over 8 years ago
expand filter to include full property name

An initial assumption was that there was a 1:1 mapping between
test class names and properties n...

3d5d030f9866218cdbec944bc737d12acb6f909e authored over 8 years ago
add regular expression filtering

1. Added filtering tests by regular expression
2. Removed .gitignore entries as per suggestion b...

a2f8d04f435665a60f2b90726eee49a5c0a52134 authored over 8 years ago
Merge pull request #270 from non/bug/fix-gen-posnum

Fix invalid bounds on `Gen.posNum` (and `Gen.negNum`).

37b1247276d8c28489c63efb707b1cb677ff1eca authored over 8 years ago
Fix invalid bounds on `Gen.posNum` (and `Gen.negNum`).

This fixes #269. It also includes a (possibly unnecessary) change to
make `Gen.buildableOf` a bi...

e97cccd10cae2e1a205ecc24b86bb8fe69e66765 authored over 8 years ago
Merge pull request #268 from alexarchambault/topic/serialization

Allow type classes to be serializable

2101331bf2f1da8ee14570209b8beea484e6334d authored over 8 years ago
Allow type classes to be serializable, add some basic tests for that

73d30fabd3ff707d22d6c7761a2a4472fc944d5f authored over 8 years ago
Merge pull request #264 from Michaelt293/mt-string-gens

String generators added.

f7f271ca05dfa4dfde64a1bddb9a9d575019816a authored over 8 years ago
Merge pull request #266 from sallareznov/patch-1

Update UserGuide.md

a433deb1b89a57267af8c91a689e309872d59e2b authored over 8 years ago
Update UserGuide.md

7b252db7e1acfd2734f1ecb222154c9638ab7a34 authored over 8 years ago
suchThat method removed from string generators

3e0a0f4f120b2f4ef34c14f13ca07f532b48f336 authored over 8 years ago
String generators added.

c51ca9d4039049acc51115daf8b83abe6ce8e59b authored over 8 years ago
Merge pull request #262 from xuwei-k/JavaConverters

use JavaConverters instead of JavaConversions

01978fe71bd1a12cf58613f38ffef8b9161d55cf authored over 8 years ago
use JavaConverters instead of JavaConversions

https://github.com/scala/scala/commit/0c5b42d974fbd3703f29f0232e2c9215e41fb379
https://issues.sc...

eb88dbcc9a465a82ba3916613b76b6616d7f3a31 authored over 8 years ago
Merge pull request #261 from xuwei-k/Scala-2.12.0-RC1

Scala 2.12.0-RC1

ed33839932942586a79aca9bf0fa2dc0aa2e4cd4 authored over 8 years ago
ScalaJS 0.6.12

53a6136990f5239d771bbf19ce1703c1ffb7b8a8 authored over 8 years ago
Scala 2.12.0-RC1

e7fe97588d59484e82d4b5eba2395011ca3a184c authored over 8 years ago
Merge pull request #259 from non/topic/add-extra-cogens-etc

Topic/add extra cogens etc

afa973a0484c5a2f38f7e018efb08712476903c5 authored over 8 years ago
Add some more Cogen instances.

This commit adds Cogen instances for:

- BigInt
- BigDecimal
- BitSet
- Seq[T] (low-priority...

122ce656e8ac09876703eaf408cbee38ff82ea0d authored over 8 years ago
Merge pull request #258 from non/bugfix/minimize-empty-gen2

Avoid empty generators when possible (take 2)

9c3e6a8d2648ac0ebcdadf9e8948125a82eaef75 authored over 8 years ago
Throw errors on invalid generators.

When generating generators whose parameters make valid values
impossible (e.g. choose(10, 0)), t...

a2100f6846b047aebc490a48dda49e283b4d2fee authored over 8 years ago
Add Gen.pureApply with retry logic.

This commit adds a new method to Gen: pureApply. The idea is that this
method repeatedly calls d...

82d99c60f5402cba27eb89eae3eaa6e2f6f26a40 authored over 8 years ago
Improve shrinking for integral/fractional types.

The previous code has to jump through a lot of hoops to try to support
both fractional and integ...

9ab5c9fa03e2974f7d9eb16180101322d130a2a9 authored over 8 years ago
Gen: add deprecations, return types, and clean up.

This commit is mostly preparatory -- it doesn't do any major changes
other than some basic clean...

a5ba0899ed54815a7b1a8003a1cf1bb41c26096c authored over 8 years ago
Merge pull request #252 from rvernica/patch-1

Fix typo

1a6f7b7202a5a6bee6b4c22af8527c9335816a2a authored over 8 years ago
Fix typo

96d57d453e99c0224f4493bf14af80e9a79a87ce authored over 8 years ago
Bump version to 1.13.2

af01b00c8254a01a1a5c1be6a493788ae4cfecb2 authored over 8 years ago
ScalaCheck 1.13.2 (resolves #250)

2813e07a7133da9c987de2a638955dd770a5ad88 authored over 8 years ago
Merge pull request #251 from rintcius/fix-doc

Fix doc of mapOfN

73c8a9f0dcae1d993b3e5afc467f2ab8e241181d authored over 8 years ago
Fix doc of mapOfN

9c72b90865f126e7c19706cdb6c7906ebc5720c8 authored over 8 years ago
Merge pull request #249 from xuwei-k/patch-1

add Cogen[Stream[A]]

d5f60e698815498b5fd9693d31dff6fe3421fb87 authored over 8 years ago
add Cogen[Stream[A]]

8b5b1fc532cee94ad35a9762649c0bb2eb085ead authored over 8 years ago
Add mima filters

635ebfca9d1772ce18fbce45d7b74061b652c248 authored over 8 years ago
Merge pull request #234 from alexandrnikitin/fix-overrideParameters-spike

[Spike] Make coded overrideParameters for Properties possible

31e745fcd5936736681b882566c663adcbd727ab authored over 8 years ago
Merge pull request #242 from julien-truffaut/fix-241

Replace floatToRawIntBits by floatToIntBits and doubleToRawLongBits by doubleToLongBits

9dfc2670f608291ffe3c4bd916204498dd24aa07 authored over 8 years ago
Merge pull request #248 from dwijnand/212-M5

Bump Scala 2.12 to 2.12.0-M5 & Scala.js to 0.6.10

2097795ace3a6c4849ebb78d2c39e228de55f047 authored over 8 years ago
Merge pull request #245 from msumner91/master

Fix typo

88d9d12e449a7a312fab613362b06b6339cf1df4 authored over 8 years ago
Make mimaPreviousArtifacts setup less fragile to 2.12 being released

dd8f4af7710fc4ab3d70b75ef43247ff67f5d234 authored over 8 years ago
Fix mimaPreviousArtifacts for Scala 2.12 pre-release

e2f1595c8e49bc8a86d51694e6aa1f8ee63a528f authored over 8 years ago
Bump Scala 2.12 to 2.12.0-M5

58c892db9a7dd84ea7efddbcd86a82012054247a authored over 8 years ago
Bump sbt-scalajs to 0.6.10

8e30c15082b08c97b622034bca354fd1f1823ee8 authored over 8 years ago
Fix typo

230e99ec9aab7e6a2df8a46b1d54b6c84766f340 authored over 8 years ago
fix #241: replace floatToRawIntBits by floatToIntBits and doubleToRawLongBits by doubleToLongBits

6bb653bcafca2e28889adc98193048cf3fd3e472 authored over 8 years ago
Merge pull request #236 from xuwei-k/mima

fix mima settings

8b600d65665d50b34b886b3cf9a80bd9117a95ca authored almost 9 years ago
fix mima settings

- mima 0.1.6 does not support Scala 2.12.0-M4
- fix previous artifact

e831eeeec83c453967a12ee5bd0a2f27ecadbd88 authored almost 9 years ago
Bump version to 1.13.2

3c5242cd6abefd910f376526e791b1fffd349e98 authored almost 9 years ago
1.13.1 release notes

fe817107372ddcddef77d9890526bc7813f5696c authored almost 9 years ago
Bump Travis Scala versions

a96aec0e50e68b9cdcf34473e96b67df109c5b90 authored almost 9 years ago
Scala 2.12.0-M4

d25dde549f405fae5461d65e552530ad960ce37b authored almost 9 years ago
Fix Tuple1 codegen

dfb6a62d9217cb177d4559ee7efa6acc7a28e50d authored almost 9 years ago
Scala 2.11.8

52c927a24a5ddd8bdf3b52c2ec6968ec4c611e19 authored almost 9 years ago
Bump version to 1.13.1

0371f4dad6f881ba49690001a29de5ccc76f0fee authored almost 9 years ago
Merge pull request #229 from xuwei-k/bump-scala-js

Bump ScalaJS 0.6.8

1692b320562d42a70b5eda90693ef0eea437556a authored almost 9 years ago
Make coded overrideParameters for Properties possible

Test.parseParams returns a func Parameters => Parameters that applies cmd parameters. It makes p...

148eaad7706cebcc520e3c1289ff7b4447efa4e8 authored almost 9 years ago
Bump ScalaJS 0.6.8

add some workarounds for ShrinkSpecification

- https://github.com/rickynils/scalacheck/commit/f...

68117fc3bc32070841166486714fb927fdcb631e authored almost 9 years ago
Merge pull request #222 from refried/arbchar-fffe

exclude '\uFFFE' from Arbitrary[Char] pending jdk bug review

83ef537208f7994f6309d5647cfda5e41d870c8f authored almost 9 years ago
exclude '\uFFFE' from Arbitrary[Char] pending jdk bug review

0c9265b76a9e198dee22be23323d31c8e15a1602 authored almost 9 years ago
Merge pull request #219 from shanethehat/patch-1

Correct typo in userguide

9da036106ba20757ec851a0f030c8ed51c3547d3 authored almost 9 years ago
Correct typo in user guide

d192b741710c1988a6e2682d60a94034a106cd6a authored almost 9 years ago
ScalaCheck 1.13.0 release

58f7c02cfa23b5314abab0b64437f9172d9a84dd authored almost 9 years ago
2015 -> 2016

814865def17f60f17525cbca1b87bcfdd3ed46b4 authored almost 9 years ago
Revert "Bump ScalaJS from 0.6.5 to 0.6.6"

This reverts commit f1ea446138ccac5a3c0fb04114e0c5f1428e1492.

Travis build seems to hang:
https...

155a054c61572724508da191743ccb4df9bc9330 authored almost 9 years ago
Bump ScalaJS from 0.6.5 to 0.6.6

f1ea446138ccac5a3c0fb04114e0c5f1428e1492 authored almost 9 years ago
Update release notes

ce607de136def0f91a58ce024b5e4b82e74d9e97 authored almost 9 years ago
doc/UserGuide: Update section about stateful testing (resolves issue #183)

0e6f9f459c5383c99051fc4e27b6005dcff4b44e authored almost 9 years ago
doc/UserGuide: Cleanup

f345f78c52fcd6ae3e05a71898dc549c1d542391 authored about 9 years ago
Add the ScalaCheck User Guide

fb0176d145674471c2a7350e1ddb120ce079bf49 authored about 9 years ago
Refactor Calendar generator

dca048320c31040c9b7ccd48d61f1db69722e586 authored about 9 years ago
Merge pull request #216 from lloydmeta/feature/calendar-gen-with-edge-cases

#215 Target Date edge cases

893c84bb33bafdb275c62e8b9b3de4b540fbbc3a authored about 9 years ago
Add a Gen[Calendar]

- Change Arbitrary[Date] to be based on Gen[Calendar]
- Add test for Gen[Calendar]
- Add Arbitra...

a7a0f7aa3b234826faab48b0ea5afff6954f6a16 authored about 9 years ago
Merge pull request #213 from zaneli/update-scala-sbt

Bump Scala and sbt version

353b71573d497c6389e9eb7c023481320a23761a authored about 9 years ago
Bump sbt version from 0.13.8 to 0.13.9

8c2b3c4acbce1abc9f269be1f031d74cc13674bb authored about 9 years ago
Bump Scala version from 2.10.5 to 2.10.6

0e6548e3134172d475b825b27a95f4c87944a48d authored about 9 years ago
Cogen: Some clean up

e3fdbf4ba3034bfb9afd6e9a9839506464a18a2d authored about 9 years ago
Switch to the 64-bit implementation of the small PRNG (resolves #209)

6d91600038a180e0b29ea46198eb76ba50f11200 authored about 9 years ago
Suppress test output if no tests ran (resolves #212)

df435a5ccd8fa3dec5c6793a185173931ec0f466 authored about 9 years ago
Add another test for #209

fb6f2b57a537fc1d817c396ae1fb747f4c4cbed3 authored about 9 years ago
GenSpecification: Better names

b5863a073a1843b24345ec70ba3264c49441b5bb authored about 9 years ago
Add test for issue #209

abf215a4bc312f08eb01bffbc6708f80641abc0f authored about 9 years ago
Fix failing and hanging Shrink tests

8843a44aacac6fb785f59fcabfba14430a068aa2 authored about 9 years ago
Merge branch 'Sensatus-genericNumericShrinker'

93f49193276c859a16b7d13ad24dc51faabf9a30 authored about 9 years ago
Implemented a generic Numeric Shrinker

This uses the same logic as the original Int Shrinker, but will cover all Integral
and Fractiona...

bbf40555d5cad7ddd45ab77310a75c057503b654 authored about 9 years ago
Merge branch 'markus1189-shrink-state'

c4cc9ce766ce252b0323d2f796fe62de2f0bab5d authored about 9 years ago
Add the possibility to shrink the state in commands

Adds a method `shrinkState` to the `Commands` trait, which allows users
to overwrite the shrinke...

0f468eed6a9dac78759c7ee592667eeac47507da authored about 9 years ago
commands: Document that commandSequence can't be used when testing concurrently

b0ffb0e0b633feab386911c8cd3fb4afa9c8978f authored about 9 years ago
Add Shrink.shrinkWithOrig method

1454282e6aa30d9d4982b1dccafb9758769ec008 authored about 9 years ago
test/command: Use commandSequence

e46c374c65f5bfd39528a565f62f65fea44e8fc9 authored about 9 years ago