[perl #36862] [PATCH] m4 tests compatible with Win32

2005-08-11 Thread Bernhard Schmalhofer via RT
> [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

[perl #36862] [PATCH] m4 tests compatible with Win32

2005-08-11 Thread François
# 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.

Re: [perl #36852] [PATCH] imcc/main.c - to fix segmentation fault on "-E (--pre-process-only)" option

2005-08-11 Thread Leopold Toetsch
[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)

Re: parrot -I?

2005-08-11 Thread Leopold Toetsch
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

Re: [perl #36597] [PATCH]Dominance Frontiers

2005-08-11 Thread Leopold Toetsch
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