From jim.weirich at gmail.com Fri Aug 5 23:05:45 2011 From: jim.weirich at gmail.com (Jim Weirich) Date: Fri, 5 Aug 2011 23:05:45 -0400 Subject: [Rake-devel] Beta 1 for Rake 0.9.3 is out Message-ID: <22F08F93-7ACB-47C0-80EE-29EA7ED6697B@gmail.com> I've pushed a beta version of 0.9.3 out to Rubygems.org. Here is the change list. * The rake test loader now removes arguments it has processed. Issue #51 * Rake::TaskArguments now responds to #values_at * RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7 * Rake tests are now directory-independent * Rake tests are no longer require flexmock * Commands constant is no longer polluting top level namespace. * Show only the interesting portion of the backtrace by default (James M. Lawrence). * Added --reduce-compat optiont to remove backward compatible DSL hacks (James M. Lawrence). The rake tests task pattern issue isn't explicitly mentioned here, but it seems to be resolved. Eric, I'm assuming you did something to fix that (cf. https://github.com/jimweirich/rake/issues/51) Anyways, grab the beta and give it a spin and report back if there are issues. Thanks. -- -- Jim Weirich -- jim.weirich at gmail.com From luislavena at gmail.com Tue Aug 16 13:03:08 2011 From: luislavena at gmail.com (Luis Lavena) Date: Tue, 16 Aug 2011 14:03:08 -0300 Subject: [Rake-devel] No longer able to run Rake tests due fork() usage Message-ID: Hello, I guess the subject explain it completely, but I'm not able to run Rake tests anymore due fork usage in them. This not only affects Windows but also JRuby. I know this is related to session gem removal, but was wondering if there isn't another workaround? Thank you. -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exup?ry