build_tools/pbc2c.pl -- A task!

2004-06-17 Thread Dan Sugalski
I notice that this doesn't seem to work, at least not for me right now. So, could some enterprising soul(s): 1) Thump it into working 2) Add tests to the test suite Note that you don't have to get it working to add the tests, or add the tests if you get it working. -- Dan --

Re: Anyone have success build parrot with VC7 (.NET 2003)?

2004-06-17 Thread Jonathan Worthington
"Solinski, Mark" <[EMAIL PROTECTED]> wrote: > Has anyone built Parrot with VC7 (.NET 2003)? How do I get around the MSDEV.exe (IDE) is now DEVENV.exe (IDE) with incompatible project files? > The appropriate section of the Parrot makefile is generated in config/gen/icu.pl. You would need to change

Re: Semantics of vector operations (Damian)

2004-06-17 Thread Larry Wall
On Mon, Jun 14, 2004 at 06:05:10PM -0400, Mark J. Reed wrote: : : On 2004-06-14 at 22:58:58, Matthew Walton wrote: : > 'it would be better to explicitly just say : > : > (@list.grep value) = undef : > : > although I think that might be supposed to be : > : > (@list.grep value) ยป= undef; : : Th

Anyone have success build parrot with VC7 (.NET 2003)?

2004-06-17 Thread Solinski, Mark
Has anyone built Parrot with VC7 (.NET 2003)? How do I get around the MSDEV.exe (IDE) is now DEVENV.exe (IDE) with incompatible project files? First off, why is the Win32 build of Parrot using .DSW/.DSP files? Is this only because of the ICU distribution? Would it be worthwhile to convert the

New Devel::Cover Noise

2004-06-17 Thread David Wheeler
Hi All, I checked in a bunch of changes to my module last night, and then the nightly process that runs cover on it output these lines: Devel::Cover: ignoring extra subroutine Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra statement Devel::Cover: ignoring extra subroutine Dev

Re: Simple trinary ops?

2004-06-17 Thread Steve Fink
On Jun-16, Dan Sugalski wrote: > At 8:24 PM +0200 6/16/04, Leopold Toetsch wrote: > >Dan Sugalski <[EMAIL PROTECTED]> wrote: > >> I'm wondering if it'd be useful enough to be worthwhile to have > >> non-flowcontrol min/max ops. Something like: > > > >> min P1, P2, P3 > >> max P1, P2, P3 > >

Re: Removing Tests from Devel::Cover results

2004-06-17 Thread Geoffrey Young
Tony Bowden wrote: > Is there any simple way to remove the test files themselves from the > Devel::Cover results? i.e. just see the coverage analysis of the files > being tested rather than all the t/* files as well? > > We want to monitor the total coverage over time on a project, and it > woul

Removing Tests from Devel::Cover results

2004-06-17 Thread Tony Bowden
Is there any simple way to remove the test files themselves from the Devel::Cover results? i.e. just see the coverage analysis of the files being tested rather than all the t/* files as well? We want to monitor the total coverage over time on a project, and it would be nice to just grab that from

Re: [perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread Andrew Dougherty
On Thu, 17 Jun 2004, Leopold Toetsch via RT wrote: > Andy Dougherty <[EMAIL PROTECTED]> wrote: > > > This patch assumes my previous Configure.pl patch for c++ detection has > > been included. > > Which ticket number? Oops. Sorry to be vague -- it's perl [#30094]. Dan had already applied several

Re: [perl #30326] [PATCH] nmake don't like comments after tabs

2004-06-17 Thread Jens Rieks
On Thursday 17 June 2004 04:48, Dennis Rieks wrote: > # New Ticket Created by Dennis Rieks > # Please include the string: [perl #30326] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30326 > > > > Hi, > > nmake don't lik

Re: [perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread Leopold Toetsch
Andy Dougherty <[EMAIL PROTECTED]> wrote: > This patch assumes my previous Configure.pl patch for c++ detection has > been included. Which ticket number? leo

Re: [perl #30327] [BUG] VC6 build failed: 3 unresolved externals

2004-06-17 Thread Leopold Toetsch
Dennis Rieks <[EMAIL PROTECTED]> wrote: > I think this is the reason: > src\platform.c(225) : warning C4013: 'S_ISDIR' undefined; assuming extern win32 needs implementing config/gen/platform/win32/stat.[ch] that overrides config/gen/platform/generic/stat.[ch] leo

[perl #30327] [BUG] VC6 build failed: 3 unresolved externals

2004-06-17 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30327] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30327 > Hello all, my new tinderbox [starshadow (WinXP; x86; vc6; system icu 2.8)] failed to

[perl #30326] [PATCH] nmake don't like comments after tabs

2004-06-17 Thread via RT
# New Ticket Created by Dennis Rieks # Please include the string: [perl #30326] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30326 > Hi, nmake don't like comments after tabs... target: # comment I have changed this

[perl #30320] [PATCH] Minor build patches for languages/m4

2004-06-17 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #30320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30320 > This patch allows languages/m4 to build for me. It removes some gcc-specific flags

Re: [perl #30314] [PATCH] Use a generated makefile for languages/cola

2004-06-17 Thread Leopold Toetsch
Andy Dougherty <[EMAIL PROTECTED]> wrote: > This patch changes the languages/cola/Makefile from a manually-generated > one to one which is generated by Configure.pl from a new template. Thanks, applied. leo