Re: [perl #17615] [PATCH] perl6: make --test

2002-09-27 Thread Leopold Toetsch
H.Merijn Brand (via RT) wrote: >>Attached patch fixed the "make --test" problem, reported by Tanton et al. > no dashes I may hope? Argh, yes of course, lack of coffee early in the morning ... > # make test > > should be the same as > > # perl6 --test > > If I followed the discussion corre

Re: [perl #17615] [PATCH] perl6: make --test

2002-09-27 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Attached patch fixed the "make --test" problem, reported by Tanton et al. > Actually it was my fault, I forgot about the changed semantics of > running imcc and the usage in TestCompiler.pm Looks good to me, and

Re: [perl #17615] [PATCH] perl6: make --test

2002-09-26 Thread H.Merijn Brand
On Fri 27 Sep 2002 08:23, Leopold Toetsch (via RT) <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Leopold Toetsch > # Please include the string: [perl #17615] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=17615 >

[perl #17615] [PATCH] perl6: make --test

2002-09-26 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #17615] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17615 > Attached patch fixed the "make --test" problem, reported by Tanton et al. Actually i