summaryrefslogtreecommitdiff
path: root/src/scalacheck
Commit message (Collapse)AuthorAgeFilesLines
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-053-7/+7
| | | | | | | | | | | | | | Mopping up after the deprecation of exit and error. It is decidedly non-trivial (at least for the IDE-impaired) to be completely sure of which error function was being called when there were about twenty with the same signature in trunk and they are being variously inherited, imported, shadowed, etc. So although I was careful, the possibility exists that something is now calling a different "error" function than before. Caveat programmer. (And let's all make it our policy not to name anything "error" or "exit" from here on out....) No review.
* Solved issues with fork join pool creators, and...Aleksandar Pokopec2010-10-061-2/+2
| | | | | | | | | | Solved issues with fork join pool creators, and the issue with scalacheck output. Done by Philipp and me. Review by phaller.
* An issue with scalacheck and actors where an ex...Aleksandar Pokopec2010-10-051-1/+2
| | | | | An issue with scalacheck and actors where an excess of thread pools gets created - tmp fix. No review.
* Added scalacheck folder, scalacheck source upda...Aleksandar Pokopec2010-08-3114-0/+2859
Added scalacheck folder, scalacheck source update script, and scalacheck ant tasks. Build process will now generate a scalacheck jar in the build/pack/lib directory. It generates it from the scalacheck source in the src/scalacheck dir. If the source there gets out of date, it is to be updated manually using the tools/updatescalacheck script. Review by phaller.