We *need* to address the issue of the ScalaCheck version, which is woefully outdated and quite incompatible with Specs (and Scala 2.7.7 for that matter). I seem to recall that the current version (1.6) is incompatible with ScalaTest 1.0, but since ScalaTest hasn't made a release since Scala 2.7.3, I'm starting to wonder if it's worth holding back our support for other frameworks just to keep it working out of the box. Users can always set the scalacheck.version property (as they are currently forced to do if they want to use Specs). What say you?
Daniel On Sun, Apr 4, 2010 at 9:20 PM, <[email protected]> wrote: > Author: boisvert > Date: Mon Apr 5 02:20:17 2010 > New Revision: 930784 > > URL: http://svn.apache.org/viewvc?rev=930784&view=rev > Log: > Upgrade to Scala Specs 1.6.2.1 > > Modified: > buildr/trunk/CHANGELOG > buildr/trunk/lib/buildr/scala/bdd.rb > > Modified: buildr/trunk/CHANGELOG > URL: > http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=930784&r1=930783&r2=930784&view=diff > > ============================================================================== > --- buildr/trunk/CHANGELOG (original) > +++ buildr/trunk/CHANGELOG Mon Apr 5 02:20:17 2010 > @@ -41,7 +41,7 @@ > * Change: Updated to JUnit 4.7 > * Change: Updated to JMock 2.5.1 (Antoine Toulme) > * Change: Updated to RJB 1.2.0 > -* Change: Updated to Scala Specs 1.6.2 > +* Change: Updated to Scala Specs 1.6.2.1 > * Change: Load buildr.rb from $HOME/.buildr instead of $HOME > ($HOME/buildr.rb is still loaded with deprecation warning) > * Change: BUILDR-400 Don't forbid projects to use their own compiler after > one has been guessed > > Modified: buildr/trunk/lib/buildr/scala/bdd.rb > URL: > http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/bdd.rb?rev=930784&r1=930783&r2=930784&view=diff > > ============================================================================== > --- buildr/trunk/lib/buildr/scala/bdd.rb (original) > +++ buildr/trunk/lib/buildr/scala/bdd.rb Mon Apr 5 02:20:17 2010 > @@ -32,7 +32,7 @@ module Buildr::Scala > @lang = :scala > @bdd_dir = :spec > > - VERSION = '1.6.2' > + VERSION = '1.6.2.1' > > class << self > def version > > >
