On Wed, May 28, 2008 at 07:26:29PM -0700, James Keenan via RT wrote: > On Wed May 28 18:57:31 2008, [EMAIL PROTECTED] wrote: > > I will work on this. Attached is *part* of the solution. > > > > > > And here is a more complete solution. (In the course of its > development, I ran it and it identified 3 coding standards problems > which I then fixed. So it must be doing something right :) )
Thanks for working on this ticket, I really appreciate it -- it should improve things for Rakudo development quite a bit. I wonder if it would be possible (or wiser) to implement this via another option to t/harness instead of adding yet another test script? ISTR that the t/harness script already has options for selecting "runcore" tests and "core tests", so perhaps this belongs there. Also, since I'm hoping to make this part of Rakudo's default "make test" target, we probably don't want the tests to be run if the source is coming from tarball. For example, t/harness currently excludes @developing_tests if the "DEVELOPING" file isn't present. I suspect this will be true for people building Rakudo from a non-svn source as wel. Thanks again! Pm