Re: [svn:parrot] r31791 - trunk/t/pmc

2008-10-08 Thread chromatic
On Wednesday 08 October 2008 10:14:30 [EMAIL PROTECTED] wrote: Modified: trunk/t/pmc/config.t Log: [t] fix config pmc test to deal with case-insensitive platform Modified: trunk/t/pmc/config.t === === ---

Re: [svn:parrot] r31791 - trunk/t/pmc

2008-10-08 Thread Nicholas Clark
On Wed, Oct 08, 2008 at 01:48:17PM -0700, chromatic wrote: In general, filesystems are case-insensitive, not platforms. I believe Mac OS X's Hateful File System Plus is one offender, though you can use UFS instead. HFS+ itself can be set to case sensitive. I have a machine partitioned so

Re: [svn:parrot] r31791 - trunk/t/pmc

2008-10-08 Thread jerry gay
On Wed, Oct 8, 2008 at 1:59 PM, Nicholas Clark [EMAIL PROTECTED] wrote: On Wed, Oct 08, 2008 at 01:48:17PM -0700, chromatic wrote: In general, filesystems are case-insensitive, not platforms. I believe Mac OS X's Hateful File System Plus is one offender, though you can use UFS instead.

[perl #59732] [BUG] rakudo segfaults when loaded from an embedded environment

2008-10-08 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #59732] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59732 r31757 and r31758 cause mod_perl6 and any other embedding app to segfault when

Re: [perl #44457] [TODO] make sure files match test files for DYNPMCs and DYNOPs etc

2008-10-08 Thread Christoph Otto
[EMAIL PROTECTED] via RT wrote: --- El mar 30-sep-08, Christoph Otto [EMAIL PROTECTED] escribió: De:: Christoph Otto [EMAIL PROTECTED] Asunto: Re: [perl #44457] [TODO] make sure files match test files for DYNPMCs and DYNOPs etc A: Igor ; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Fecha: martes,

Re: [perl #59732] [BUG] rakudo segfaults when loaded from an embedded environment

2008-10-08 Thread chromatic
On Wednesday 08 October 2008 14:06:18 Jeff Horwitz wrote: r31757 and r31758 cause mod_perl6 and any other embedding app to segfault when loading perl6.pbc. all is well if i revert those individual revs from my working copy. platform is debian, gcc 4.1.2 the following test program produces

[perl #59722] [TODO] implement rest of sysinfo_s code

2008-10-08 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #59722] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59722 currently, the sysinfo_s op, implemented in src/inter_misc.c, is incomplete:

Re: [perl #59732] [BUG] rakudo segfaults when loaded from an embedded environment

2008-10-08 Thread chromatic
On Wednesday 08 October 2008 16:19:26 chromatic wrote: We ought to fix that executable name thing sometime, but try your program with the line I added. By we I mean me and by ought to I mean r31802. -- c