You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Daniel Spiewak (JIRA)" <ji...@apache.org> on 2010/04/01 22:14:27 UTC

[jira] Updated: (BUILDR-410) ScalaCheck 1.5 is (Sometimes) Incompatible with Specs 1.6.2

     [ https://issues.apache.org/jira/browse/BUILDR-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Spiewak updated BUILDR-410:
----------------------------------

    Fix Version/s: 1.4

> ScalaCheck 1.5 is (Sometimes) Incompatible with Specs 1.6.2
> -----------------------------------------------------------
>
>                 Key: BUILDR-410
>                 URL: https://issues.apache.org/jira/browse/BUILDR-410
>             Project: Buildr
>          Issue Type: Bug
>          Components: Test frameworks
>    Affects Versions: 1.4
>            Reporter: Daniel Spiewak
>            Priority: Critical
>             Fix For: 1.4
>
>
> In trunk, the default version for Specs is 1.6.2 while the default version for ScalaCheck is 1.5.  Usually this works out, but there are some test suites which can actually cause the Scala compiler to crash when compiled with these two versions.  An example of such a build can be found at http://github.com/djspiewak/gll-combinators (comment out the explicit scalacheck version declaration in the buildfile).
> The problem is that Specs 1.6.2 isn't designed to work with ScalaCheck 1.5, and so significant problems can arise if we force them together.  We should push the default version for ScalaCheck forward to 1.6.  The only reason I haven't done this already is I seem to recall some compatibility issues with ScalaTest and ScalaCheck 1.6.  Needs investigation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.