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

use Gen.r instead of "new Gen.R{". avoid anonymous class

483340b504e41305c208317948b4f19233ccfcd5 authored over 6 years ago
Merge pull request #430 from SethTisue/linesiterator-not-lines

work around scala/bug#11125

52a49ae429e306b239985439a063a694153c5722 authored over 6 years ago
Merge pull request #428 from Trundle/fix_choose_scaladoc

Fix Scaladoc: choose throws an exception if the range is invalid

e7714ebe66710d1ae92b8c6600473073682dc994 authored over 6 years ago
Merge pull request #416 from lilred/patch-1

Make sub-sub-subsections of the user guide linkable

782853c2e18b34d4d2bc29e3c4d989b08ee57319 authored over 6 years ago
work around scala/bug#11125

this is for the Scala community build, where we want to be able
to build everything on JDK 11 to...

ebccbb80846e1d0dbd0f883f1dd0ae4bafe3a277 authored over 6 years ago
Fix Scaladoc: choose throws an exception if the range is invalid

Since commit a2100f6846b047aebc490a48dda49e283b4d2fee, invalid ranges now
throw an error instead...

6317b01da8f76b4019ce227366768debc2a18033 authored over 6 years ago
Merge pull request #427 from SethTisue/add-m5-support

support Scala 2.13.0-M5 (and drop M4)

d5653ce9729c1f93b64d08fbb2c660f8478b5856 authored over 6 years ago
support Scala 2.13.0-M5 (and drop M4)

d69243777cfa139b92ced6f43ae509e042fd643c authored over 6 years ago
Improve scaladoc of Prop

Fix a couple of spelling mistakes

9e1b54592c46d59ab76e55ec1a6c69b2bcfd6963 authored over 6 years ago
Fix the scaladocs of Gen.mapOf

The methods `containerOf`, `containerOfN`, and `nonEmptyContainerOf` all accept two type paramet...

3887ce7510ebdc98c597867226e48816af6c0987 authored over 6 years ago
Make sub-sub-subsections linkable

This renders the exact same, but allows linking to (sub)^3-sections.

666f6207cbbdc8e688586a143b1a5fab0105b93a authored over 6 years ago
Merge pull request #415 from wasowski/master

Remove outdated comment that Properties are a Prop

c4619626f95d87da9f1c60f2df9fb380271391ac authored over 6 years ago
remove outdated comment that Properties are a Prop

b1006344f4ddc781059184686304a8a6b1f1d305 authored over 6 years ago
Small user guide update

d68f7e185fe9497d4ff7cd9437b1ab67b24a6383 authored over 6 years ago
Fix "Gen.frequency 3" test

With `n == 0` the test effectively calls `Gen.frequency()`, which
throws `IllegalArgumentExcepti...

5789af1763b0c2057c267e2fc42805c815da976b authored over 6 years ago
Don't MiMa on 2.13

4d15a83f56ea488160a3a70f241b0c8e5d92f8ff authored over 6 years ago
Go back to using Traversable instead of Iterable

This is a no-op for 2.13, as Traversable is a (deprecated) alias for
Iterable. For 2.10-2.12, th...

cd85608064ed36373e7fc663221745dcdc3719ac authored over 6 years ago
Remove Factory type alias, simplify version-dependent Buildable

82ca95d271ea4cc2dcd0a536c694757c188ce9b8 authored over 6 years ago
Revert LazyList back to Stream for Shrink

1cae51a90fa94fd6e27d59cfe14874aedbef80de authored over 6 years ago
Changes to make MiMa happy

1443e9932eb84ae5531e33af1e427cd9660cab27 authored over 6 years ago
Fix https://github.com/rickynils/scalacheck/issues/412

d5398383438c2de4962ff25ccd0b9f30a8f1a48f authored over 6 years ago
Cross-build from a single branch

a274f73fa93e5e06febc2548ec167d4ed2c66341 authored over 6 years ago
Changes to compile with Scala 2.13.0-M4

Co-authored-by: julienrf

a5bc095fdf04b58abfe0e8ce2296096a3f942bb6 authored over 6 years ago
Option Arbitrary delegates to Option Gen

Resolves #401.

d25d89c95d6ff19fcc88be36f8fad7da154a7096 authored over 6 years ago
Merge pull request #407 from ashawley/newInstance-deprecated

Fix compilation on Java 9

0f46e169153a4677fa30bf51e297ecbb580b14bd authored over 6 years ago
Merge pull request #404 from Philippus/some-updates

Update scala to 2.12.6 and some more

100ade9fe7e1b2b29408ef84572c1aede5e5001e authored over 6 years ago
Method java.lang.Class#newInstance deprecated in Java 9

Switching to java.lang.reflect.Constructor#newInstance.

According to Javadoc for java.lang.Clas...

a19f53c39f0b2393f65485075e0ca5b464578c81 authored over 6 years ago
Merge pull request #403 from xuwei-k/revert-395

partially revert #395

ccf4236fbd602ce10ee913ea282c04490c550963 authored almost 7 years ago
Merge pull request #405 from ashawley/fix-console-scalacOptions

Fix console scalacOptions

c5237234fb42fd5edb6409bb6275ca439e333fce authored almost 7 years ago
Fix console scalacOptions

The scala repl isn't usable,

sbt> jvm/console
[info] Starting scala interpreter...

...

ca39da5ab2086fa1fee0de43b64ffffc3cb352e1 authored almost 7 years ago
Use higher quality .svg icon

fcb26ad721691c105cb689972cb6d05f7207ca91 authored almost 7 years ago
Update dependencies to latest versions

3a79035cfd44bb259d61a73de8d4530b8832ca90 authored almost 7 years ago
Update sbt to 1.1.4

9dda39dba5ea73b2f24179448dab85150898fd65 authored almost 7 years ago
Update scalacheck in examples to 1.14.0

a6118f16e35a076c70cffc5fe2f9ad78624aea31 authored almost 7 years ago
Update year to 2018

7b49adb4011e110e87944c815ea48ec63d9d778c authored almost 7 years ago
Build 1.14.x branch as well

580fba135f74cdf38b9c9266ae2924fcccc4e611 authored almost 7 years ago
Update scala to 2.12.6

4b0bf47121e30b937c801f046e84a7e55f2632fc authored almost 7 years ago
partially revert #395

see https://github.com/rickynils/scalacheck/pull/395#issuecomment-383442015

eeec10e57083df398db674a25e6dc503e5d90a9b authored almost 7 years ago
Merge pull request #399 from ashawley/fix-mima

Re-enable mima check

8cef8efac3d3bcf754f5800172a3b9c371624d1a authored almost 7 years ago
Merge pull request #398 from ashawley/error-params-negated

Disable -params in 2.12 and later

c2eb980e99b0c82f2285cc64c60526c66cc0d0f6 authored almost 7 years ago
Fix mima for Platform#EnableReflectiveInstantiation

class org.scalacheck.Platform#EnableReflectiveInstantiation does not
have a correspondent in c...

8b330fa86ccb1ab799e3174e55454c16371f7c8f authored almost 7 years ago
Fix mima for ScalaCheckRunner.deserializeTask

method org.scalacheck.ScalaCheckRunner.deserializeTask(String,Function1)#BaseTask
in class org...

02a567137e8c76805e356bb53fea705d591daaec authored almost 7 years ago
Re-enable mima check

6e23aae16ec192f9289c91ce8ec8699d62ddbe78 authored almost 7 years ago
Disable -params in 2.12 and later

Replace with -Ywarn-unused:-implicits,-explicits

7f40fe972718f2ee0fd03bcb15d00d84cdc9d1ec authored almost 7 years ago
Bump version to 1.14.1

2cdfc5512a48672c6c1439f1aca4271f8c05353e authored almost 7 years ago
ScalaCheck 1.14.0

9b4d4314662c86414c3e4ce25f1aeaac2223b5af authored almost 7 years ago
Update CHANGELOG

2545d8d2603dd682729e1dbafaacd9903019bf98 authored almost 7 years ago
Merge pull request #395 from ashawley/revert-230

Revert 2.12.0-M4 changes

7e7aae38951b60253233a4ed34e783ed6bb1a8ce authored almost 7 years ago
Revert 2.12.0-M4 changes

These were changes that were made for fixing errors in a 2.12
milestone and also a fix that avoi...

0af96ec4c40d06a8a816807760115137f047d55c authored almost 7 years ago
Merge pull request #380 from ashawley/double-infinity

Fix Gen.choose for Double infinity

295bba295aac2df13c1dd44c866e9bb395db0869 authored almost 7 years ago
Update CHANGELOG

d094b9c3878baf64f8a20a75f7f3b0aae7d09a1b authored almost 7 years ago
sbt-scala-native: 0.3.6 -> 0.3.7

f42a710ed4b71f7fb85c4b86ee4fdc1fcd27ff12 authored almost 7 years ago
sbt-pgp: 1.1.0 -> 1.1.1

a53711a6a8c96ae4f1cc232c0b2e0c82e2d4f96c authored almost 7 years ago
sbt-mima-plugin: 0.1.14 -> 0.2.0

c3a1cdf6f92af944a04525f032cce6a9748db20c authored almost 7 years ago
2017 -> 2018

838ba906dc6a4aabc895164c314f50610e822c41 authored almost 7 years ago
Remove methods that was deprecated in 1.13.x

75f16bc275e47f83ec8742ac8d63bc3d0988292e authored almost 7 years ago
Update Travis branches

5078587358b6f86981ac76a05fe60865d5f25b0e authored almost 7 years ago
Update Scala 2.12.4 -> 2.12.5

2346ba810a52017c71d68fe792decdf31377868e authored almost 7 years ago
Merge pull request #387 from xuwei-k/examples

update examples. add travis test

3eee5679cc5e52df8b5c2fe30d1ecea6b7552ef3 authored almost 7 years ago
Merge pull request #386 from xuwei-k/update-scala-versions

update scala versions

61733e0c2d17872122575ac4ba250594e4ad61b4 authored almost 7 years ago
Add Double infinities to Gen.choose

ddec63955feff745383cdb118ece0ee7a73cf803 authored almost 7 years ago
Wrap Double infinities in const

3aa9442125dd6b0899a02306d9ea68aa8fb9b366 authored almost 7 years ago
Gen.choose is never Double.NaN

Add an additional property check for original requester who asked that
Gen.choose support for Do...

1a790eae64dcc135a1280774e1af9363c4ea8fdd authored almost 7 years ago
Fix Gen.choose for Double infinity

4559da1e9da545c75b1d8183a0f25927879e4fc5 authored almost 7 years ago
Merge pull request #390 from densh/patch-1

Update to the latest travis_setup.sh for Scala Native

63d204cac43fbd41641929de5998d0e3d28f2879 authored almost 7 years ago
Merge pull request #388 from retronym/ticket/185

Coarser grained tasks for forked SBT mode, fixing failure reporting

ff50da0640cbc34afc93c72c99c3c6a3fa688ebe authored almost 7 years ago
Update to the latest travis_setup.sh for Scala Native

[Recent PR](https://github.com/scala-native/scala-native/pull/1195) changed the location of the ...

68573832c4eeef28cb8840e4c73d52b39774865b authored almost 7 years ago
Coarser grained tasks for forked SBT mode, fixing failure reporting

Fixes #185

Tested manually in the Scala build:

```
[success] Total time: 4 s, completed 13/03/...

f8e9d30553b309cf0926979fa1b683a7c79f03a8 authored almost 7 years ago
update scala versions

865bcf79478d02b24018c6e1d2ac0bb8ea705e76 authored almost 7 years ago
update examples. add travis test

a8b0e4e840fdd74ffb619fd98209f8ab22a3c1ba authored almost 7 years ago
Merge pull request #384 from xuwei-k/patch-1

sbt 1.1.1

0a2f1c5fff5cbc1670784e68495b387a28603377 authored almost 7 years ago
Merge pull request #385 from xuwei-k/js-example

update scala-js example

0e3a3bd2bcf8d0ff655b0bc6ad9a3901c779ecd3 authored almost 7 years ago
update scala-js example

4ae6aea2bded5f3d1361c5dd073dac7b145520f6 authored almost 7 years ago
sbt 1.1.1

5f426a08e279c4f5eefb1a987a920ceefcf4b0cf authored almost 7 years ago
Merge pull request #383 from xuwei-k/Scala-2.13.0-M3

Scala 2.13.0-M3

0b560b836b8dc8facc3b7cc28954df233b4c3293 authored almost 7 years ago
Scala 2.13.0-M3

d73ceedfdbf783f2f38e911876fd75cf37983e99 authored almost 7 years ago
Merge pull request #376 from xuwei-k/update-native

update scala-native 0.3.6

91a96d83bd955c8f9b7dd0853e72f596c1efad1e authored about 7 years ago
update scala-native 0.3.6

cc1ca30de7761c782def6ceef512a591f4ecd00e authored about 7 years ago
Merge pull request #366 from cunei/wip-sbt10

Bump sbt to 1.0.4, update sbt-pgp

d6c8599a72a27955ed77ff3634251ab098c30fb3 authored about 7 years ago
Bump sbt to 1.0.4, update sbt-pgp

2ea829dc44484d30086225fd08f4e0d27adf5b79 authored about 7 years ago
Merge pull request #375 from cquiroz/scalajs-1.0.0-M2

Updated scala.js versions

2d987ad2abc50e5e6eea6b91efa4791aeb16fc7d authored about 7 years ago
Merge pull request #368 from shadaj/cross-native

Updated version of #337: Cross compile to Scala Native

18db1897907a1a7a0d595836f8db8161ff2daba5 authored about 7 years ago
Updated scala.js versions to 0.6.21 and 1.0.0-M2

01469f9b437c9955170300905fe0b428467f274c authored about 7 years ago
Cross compile to Scala Native

6e2a4743137ae0fbc8ce42db5f97d151180472cf authored about 7 years ago
Merge pull request #367 from evis/gen_filternot

Add Gen.filterNot() method

720b9b3ddb0f06473774f91631c2f038705f7094 authored about 7 years ago
Merge pull request #364 from mdimjasevic/master

Fixes the type parameter in a call to arbitrary in a property

6441f45cdaff8818478dc85f174fb425566fd04b authored about 7 years ago
Merge pull request #354 from sean-ogle/console_reporter_adjustable_column_width

Support for adjustable-width ConsoleReporter output

0d2e076b27eea76527ad157ba778b665f802d6d2 authored about 7 years ago
Add Gen.filterNot() method

b21040c7eef99f922571f2eb909fdb2f5a37a594 authored over 7 years ago
Fixes the type parameter in a call to arbitrary in a property

1faea6c2b5281896eba6f9a4b0aa930b21798d85 authored over 7 years ago
Merge pull request #357 from joroKr21/cogen-map

Drop Ordering bound on the values in cogenMap

bc672d9b35aa85a430cd4a8e31991dd3064b73ee authored over 7 years ago
Merge pull request #359 from johnynek/oscar/tailrecm

Add Gen.product and Gen.tailRecM

4cf7f8fd0c3260dc7c30053f92a59ec7ebb19af5 authored over 7 years ago
remove product implementation

1b14c683189e7e45f27af74c68e99b4d008d9dc7 authored over 7 years ago
improve tests and fix implementations

b817db8bd4987cb7cfb0f447a4f25c9a26dd1dd7 authored over 7 years ago
Add Gen.product and Gen.tailRecM

5336cf070b2a3f16778c13305ecbb0a802cde11a authored over 7 years ago
Dropped Ordering bound on the values in cogenMap

It's safe to sort only by the keys, because they are distinct.

Fixes #356

102654b8ab83dc4d4bb8851051ac1c8de0eb7a0f authored over 7 years ago
Added Intellij .idea folder to .gitignore

c062f377cdb8adcc41e25a7a2b038b1d74507f78 authored over 7 years ago
Added columnWidth parameter to ConsoleReporter to support adjustable-width output

8115a68acfb74023a11269014af55aede8e3ee52 authored over 7 years ago
Merge pull request #345 from cquiroz/scala.js-0.6.18-1.0.0-M1

Added support to build on scala.js 1.0.0-M1

c59ae70d302ac9c227081f3d7eb0c1b0a1818e40 authored over 7 years ago
Added support to build on scala.js 1.0.0-M1

326805022410ac1cf3f6d4514eead6169abd4064 authored over 7 years ago
Merge pull request #353 from limansky/scala_2_13

Add Scala 2.13.0-M2 suppport

961f782b6bb83f0a0234fb15077a331ccc47ec5b authored over 7 years ago