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
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
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 >
# 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