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/03/29 19:07:27 UTC

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

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


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.


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

Posted by "Antoine Toulme (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme updated BUILDR-410:
----------------------------------

    Fix Version/s: 1.4.1
                       (was: 1.4)

Moving to 1.4.1.

> 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.1
>
>
> 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.


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

Posted by "Daniel Spiewak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Spiewak resolved BUILDR-410.
-----------------------------------

      Assignee: Daniel Spiewak
    Resolution: Fixed

This was actually fixed a while back with the release of the next version of ScalaTest.  We should be good to go on this front.

> 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
>            Assignee: Daniel Spiewak
>            Priority: Critical
>             Fix For: 1.4.1
>
>
> 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.


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

Posted by "Daniel Spiewak (JIRA)" <ji...@apache.org>.
     [ 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.