> [EMAIL PROTECTED] - Do 11. Aug 2005, 05:28:37]:
>
>
> *nix utilities are not available on Win32.
> But Perl allows to write portable test.
>
Merci,
applied. I'm wondering why we don't use ExtUtils::Commands by default for
all of the Parrot Makefiles and config tests.
--
/* [EMAIL PROTECTED
# New Ticket Created by François PERRAD
# Please include the string: [perl #36862]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=36862 >
*nix utilities are not available on Win32.
But Perl allows to write portable test.
[EMAIL PROTECTED] (via RT) wrote:
Objective:
Parrot stops for segmentation fault when "-E (--pre-process-only)"
option is specified.
This patch fixes this bug.
Thanks, applied -r8914
(Please not that the preprocessor is currently not uptodate and doesn't
process all tokens correctly)
Amir Karger wrote:
If I say "perl Zcode/t/harness" I want it to run "parrot Zcode/z3.imc
testfile.z3". My current problem is that z3.imc includes a file
z3main.imc. So the above command breaks because z3.imc can't find the
include file. If this were Perl, I would just say "Perl-IZcode
Zcode/z3.im
Curtis Rawls wrote:
This patch adds a bb_remove_edge() function, and decouples unreachable blocks
from the CFG by removing their successor edges.
Thanks, applied - r8913
leo