Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest rickynils/master #1

Open
wants to merge 38 commits into
base: cross-native
Choose a base branch
from

Conversation

shadaj
Copy link

@shadaj shadaj commented Sep 8, 2017

Merges in the latest master from rickynils/scalacheck and bumps the Scala Native version, which should make typelevel#337 ready for merge.

zaneli and others added 25 commits May 5, 2017 10:44
A test to count the frequency of selecting groups of 2 from 8 numbers.

Not worth keeping, only useful for representing the defect.  There may
be a better long term test, but this isn't it.  This one should be
discarded in the long term.
The update of Gen.pick in a2100f6 should have selected elements with
a uniform distribution, but used the wrong value for modulus when
generating the next random number.  The modulus should be the count,
and not the number of values to pick.

The code looks like the "reservoir sampling" technique, but just needs
to generate a random number within the range of the current count of
the collection, so that elements of the beginning of the list get
greater weight than the end.
this is for Scala 2.13.0-M1 friendliness; older Scala.js versions
weren't published for 2.13.0-M1
Avoid BootstrapMethodError errors during serialization
Bump sbt from 0.13.13 to 0.13.15
Added support to build on scala.js 1.0.0-M1
@shadaj shadaj mentioned this pull request Sep 12, 2017
12 tasks
@shadaj
Copy link
Author

shadaj commented Oct 7, 2017

@Duhemm could you review this so that the original PR can be made ready for merge? Right now, Scala Native support in ScalaCheck is blocking scalatest/scalatest#1185.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.