- May 25, 2010
-
-
Philippe Suter authored
-
- May 24, 2010
-
-
Philippe Suter authored
No commit message
-
Philippe Suter authored
-
Philippe Suter authored
-
- May 22, 2010
-
-
Philippe Suter authored
-
- May 21, 2010
-
-
Philippe Suter authored
I will write a short haiku And no long Limerick
-
- May 20, 2010
-
-
Philippe Suter authored
How one can make sense of these pointers It would be quite pleasant To find the class parent Yet so far he gets only errors.
-
- May 18, 2010
-
-
Philippe Suter authored
-
- May 11, 2010
-
-
Philippe Suter authored
-
- May 10, 2010
-
-
Philippe Suter authored
-
- Apr 29, 2010
-
-
Philippe Suter authored
-
Philippe Suter authored
-
Philippe Suter authored
No commit message
-
Philippe Suter authored
-
- Apr 28, 2010
-
-
Philippe Suter authored
-
Philippe Suter authored
-
- Apr 26, 2010
-
-
Philippe Suter authored
still in the "breaking-before-I'll-fix-it-all-again-and-like-will-be-wonderful-with-rainbows-and-unicorns" phase.
-
- Apr 22, 2010
-
-
Philippe Suter authored
-
- Nov 09, 2009
-
-
Philippe Suter authored
-
- Oct 05, 2009
-
-
Philippe Suter authored
-
- Jul 14, 2009
-
-
Mirco Dotta authored
-
Mirco Dotta authored
Instead of passing a random position to method Fresh.newName, now passing object NoPosition when I have no idea of what is the right position.
-
Mirco Dotta authored
-
- Jul 13, 2009
-
-
Mirco Dotta authored
-
Mirco Dotta authored
forAll are now correctly translated also in their returning type, before it was Unit (wrong), now it is always a boolean.
-
Mirco Dotta authored
Specs implication is now working correctly. Arguments needed to be evaluated lazily. Now all properties in LeftistHeap can be checked correctly.
-
- Jul 12, 2009
-
-
Mirco Dotta authored
-
Mirco Dotta authored
Fixed bug in arbitrary function used to link Scala AST Type element to its Arbitrary function for generating arbitrary object of the data Type.
-
- Jul 09, 2009
-
-
Mirco Dotta authored
-
Mirco Dotta authored
-
- Jul 08, 2009
-
-
Mirco Dotta authored
- Added Array to built-in generators (this is done by extending the Arbitray and Shrinker object with the necessary logic). - Added some commented code that might be useful in future in ForallInjection class
-
Mirco Dotta authored
-
Mirco Dotta authored
Fixed compilation problem when calling getClass method in Definitions.scala, need to prefix the call with the "definitions" object.
-
- Jul 07, 2009
-
-
Mirco Dotta authored
- implemeneted resolution for built-in arbitrary object (i.e., List, Map, ...) - corrected bug in Arbitrary.arbitrary(tpe: Type) method.
-
Philippe Suter authored
No commit message
-
- Jul 06, 2009
-
-
Mirco Dotta authored
Updated strategy for collecting annotated @generator class and methods. Refer to the funcheck wiki for an exhaustive explanation of this.
-
Mirco Dotta authored
Generators are now created lazily to avoid filling the stack because of recrursive calls in the injected Generator methods
-
Mirco Dotta authored
First working version of the ForAll transformation. Still need to be cleaned and debugged. Test4.scala shows that it works (at least for a very simple case).
-
Mirco Dotta authored
- Removed paremetric types from class/trait declaration. This was used only for expressing the need of having the variable global (of type Global) in the scope. - Moved some code from ScalaCheckIntegrator and FilterGeneratorAnnotations to trait ScalaCheck.
-
Mirco Dotta authored
-