Re: [ARCH] Classes moving into namespaces; parrot reserved namespace

2006-05-17 Thread Will Coleda
Chip, we briefly discussed this on IRC yesterday, but I wanted to make sure this didn't get lost. I don't like the impact that this is going to have on HLL languages - it's exposing internal bits of parrot to the HLL programmers. The argument that we already expose some bits (for example, c

Re: [perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-17 Thread Nicholas Clark
On Mon, May 15, 2006 at 12:49:46PM -0700, Will Coleda wrote: > using a PMC in a file called 'APLVector.pmc' with a group of > 'APL_group' caused build failures on case-sensitive platforms, and > allowed the creation of a .bundle on OSX that then didn't properly > setup the PMCs during 'loadl

Re: [perl #39142] [TODO] pmc2c.pl doesn't allow mixed case groups/pmc filenames.

2006-05-17 Thread Will Coleda
I think that's a red herring. I'm not talking about being insensitive to case, but being completely ignorant of it. pmc2c.pl is *changing the case* and therefore breaking things. Especially on filesystems that are case-insensitive (because it lowercases some things, and the insensitive syst

[perl #39161] [BUG] :multi fails when .HLL is in effect

2006-05-17 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #39161] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39161 > Subroutines with :multi seem to not work properly when used inside a file with a