From Daniel.Berger at qwest.com Wed Nov 28 10:10:38 2007 From: Daniel.Berger at qwest.com (Berger, Daniel) Date: Wed, 28 Nov 2007 09:10:38 -0600 Subject: [Rake-devel] Test tasks, warnings on by default? Message-ID: <7524A45A1A5B264FA4809E2156496CFB023D2D1C@ITOMAE2KM01.AD.QINTRA.COM> Hi, What would people think about turning warnings on by default for test tasks? I think this would help people smoke out bugs they might not otherwise catch (typically, uninitialized instance variables that could very well be typos), and you could still turn it off if you want. Regards, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments. From zach.dennis at gmail.com Wed Nov 28 17:08:12 2007 From: zach.dennis at gmail.com (Zach Dennis) Date: Wed, 28 Nov 2007 17:08:12 -0500 Subject: [Rake-devel] Test tasks, warnings on by default? In-Reply-To: <7524A45A1A5B264FA4809E2156496CFB023D2D1C@ITOMAE2KM01.AD.QINTRA.COM> References: <7524A45A1A5B264FA4809E2156496CFB023D2D1C@ITOMAE2KM01.AD.QINTRA.COM> Message-ID: <85d99afe0711281408w7a6ff1abnedfad4c8785a2754@mail.gmail.com> I think this is a good idea, -- Zach Dennis http://www.continuousthinking.com On Nov 28, 2007 10:10 AM, Berger, Daniel wrote: > Hi, > > What would people think about turning warnings on by default for test > tasks? > > I think this would help people smoke out bugs they might not otherwise > catch (typically, uninitialized instance variables that could very well > be typos), and you could still turn it off if you want. > > Regards, > > Dan > > > This communication is the property of Qwest and may contain confidential > or > privileged information. Unauthorized use of this communication is strictly > prohibited and may be unlawful. If you have received this communication > in error, please immediately notify the sender by reply e-mail and destroy > all copies of the communication and any attachments. > _______________________________________________ > Rake-devel mailing list > Rake-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/rake-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rake-devel/attachments/20071128/dec1eeaf/attachment.html From joshknowles at gmail.com Thu Nov 29 11:18:44 2007 From: joshknowles at gmail.com (Josh Knowles) Date: Thu, 29 Nov 2007 11:18:44 -0500 Subject: [Rake-devel] Test tasks, warnings on by default? In-Reply-To: <7524A45A1A5B264FA4809E2156496CFB023D2D1C@ITOMAE2KM01.AD.QINTRA.COM> References: <7524A45A1A5B264FA4809E2156496CFB023D2D1C@ITOMAE2KM01.AD.QINTRA.COM> Message-ID: On 11/28/07, Berger, Daniel wrote: > Hi, > > What would people think about turning warnings on by default for test > tasks? Unfortunately this will blow up on all Rails projects as Rails emits a ton of warnings.