No complaints, so I'm resolving the ticket. As a reminder, once you
have run Configure.pl, you can now call:
make codetest
or
perl t/harness --code-tests
Changed in r28017 to 'make codetest'.
On Sun, Jun 01, 2008 at 05:41:46AM -0700, James Keenan via RT wrote:
> > Since the other tests are specified using "-tests" in the option
> > name, perhaps we should have "--code-tests" instead of just "--code"?
> > (c.f. --core-tests and --runcore-tests).
>
> Okay. But to extend the consistency
Applied to trunk in r28007. After configuring, you should now be able
to say either:
make code_tests
or
perl t/harness --code-tests
kid51
On Sat May 31 23:52:19 2008, pmichaud wrote:
> On Sat, May 31, 2008 at 05:54:31AM -0700, James Keenan via RT wrote:
> > Please review the patch attached, which implements your suggestion.
>
> The patch looks good to me; I just have a couple of questions
> and/or observations:
>
>
> Since the ot
On Sat, May 31, 2008 at 05:54:31AM -0700, James Keenan via RT wrote:
> Please review the patch attached, which implements your suggestion.
The patch looks good to me; I just have a couple of questions
and/or observations:
> Index: lib/Parrot/Harness/Options.pm
>
Please review the patch attached, which implements your suggestion. But
note that while I have removed $(PARROT_ARGS) from
config/gen/makefiles/root.in, I have left it untouched in these other
files where it is found:
./tools/dev/mk_language_shell.pl
./config/gen/makefiles/nqp.in
./languages/perl
On Fri, May 30, 2008 at 08:51:45AM -0400, Andy Dougherty wrote:
> On Fri, 30 May 2008, James Keenan via RT wrote:
>
> > That will probably be possible. But as I was staring at
> > config/gen/makefiles/root.in, I couldn't figure out where $(PARROT_ARGS)
> > is originally defined in line such as th
On Fri, 30 May 2008, James Keenan via RT wrote:
> That will probably be possible. But as I was staring at
> config/gen/makefiles/root.in, I couldn't figure out where $(PARROT_ARGS)
> is originally defined in line such as this:
>
> test : test_prep
> $(PERL) t/harness $(EXTRA_TEST_ARGS) $(PAR
On Thu May 29 19:35:06 2008, pmichaud wrote:
> 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 ano
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 identi
> And here is a more complete solution.
This lists the tests included in this target.
$ make codetest
/usr/local/bin/perl t/run_code_tests
t/distro/file_metadata...# Collecting svn:mime-type attributes...
t/distro/file_metadata...1/5 # Collecting svn:keywords attributes...
t/di
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
I will work on this. Attached is *part* of the solution.
kid51
run_code_tests
Description: Binary data
# New Ticket Created by Will Coleda
# Please include the string: [perl #54992]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=54992 >
For developers working in languages that want to play nice with the
repository, it would
15 matches
Mail list logo