Re: [perl #41195] [BUG]: Change to Configure.pl causing 'make' to fail on Darwin

2007-01-11 Thread James Keenan
On Jan 11, 2007, at 9:21 AM, Steve Peters via RT wrote: On Sun Jan 07 08:27:28 2007, [EMAIL PROTECTED] wrote: On Jan 7, 2007, at 8:44 AM, Steve Peters via RT wrote: What is your c++ symlink pointing at? [parrot] 512 $ ls -l /usr/bin/c++ lrwxr-xr-x 1 root wheel 7 Aug 9 2004 /usr/b

[perl #41244] [TODO] update copyright data to 2007

2007-01-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41244] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41244 > happy new year! time to update the copyright info in the repo. boy, i wish those svn folks

Re: [perl #41235] [PATCH] Add get_name() Method to Namespaces

2007-01-11 Thread chromatic
On Thursday 11 January 2007 07:37, Jerry Gay wrote: > i'm sending this to rt so it doesn't get lost. i want it in before > 0.4.8 next week. I've held off on applying it because Allison said we need a deprecation cycle for the name() -> get_name() rename. -- c

[perl #41243] Link on Win32 with Borland C++

2007-01-11 Thread Steve Peters via RT
On Thu Jan 11 08:57:22 2007, coke wrote: > Need details. A recent patch has gotten Parrot to the point that it can be compiled with Borland C++ on Win32. Unfortunately, it does not link correctly to actually create a valid parrot executable. Additional configuration is needed to make Borland com

Weekly Perl 6 mailing list summary for 31 December, 2006 - 6 January, 2007

2007-01-11 Thread Ann Barcomb
This week on the Perl 6 mailing lists Remember, the next Parrot bug day is 13 January, 2007. Join the rest of the team at #parrot (irc.perl.org) to work on closing as many bugs as possible before the next Parrot release. Language Numeric Semantics Earl

[perl #41243] Link on Win32 with Borland C++

2007-01-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41243] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41243 > Need details.

[perl #41242] Compile on Linux with Intel C++ adn Sun Studio for Linux

2007-01-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41242] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41242 >

[perl #41241] [BUG] Tcl doesn't compile/run on win32.

2007-01-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41241] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41241 > Need details.

[perl #41240] Parrot 0.4.8 Release

2007-01-11 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41240] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41240 > Placeholder ticket for any issues that need to be addressed for the 0.4.8 release.

[perl #41239] [TODO] undertested pmcs

2007-01-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41239] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41239 > many, if not all, core pmcs are undertested. here's a brief survey of obvious examples: D:

[perl #41238] [TODO] Perl PMCs

2007-01-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41238] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41238 > from DEPRECATED.pod: =item Perl PMCs The dynamic PMCS PerlString, PerlUndef, etc. wer

[perl #41237] [TODO] PMC Class name IDs will require a dot in front

2007-01-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41237] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41237 > from DEPRECATED.pod: =head1 FUTURE changes Not yet deprecated, but it's recommended t

[perl #41235] [PATCH] Add get_name() Method to Namespaces

2007-01-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41235] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41235 > i'm sending this to rt so it doesn't get lost. i want it in before 0.4.8 next week. ~jerry

[perl #41195] [BUG]: Change to Configure.pl causing 'make' to fail on Darwin

2007-01-11 Thread Steve Peters via RT
On Sun Jan 07 08:27:28 2007, [EMAIL PROTECTED] wrote: > > On Jan 7, 2007, at 8:44 AM, Steve Peters via RT wrote: > > > What is your c++ symlink pointing at? > > > > > > > > [parrot] 512 $ ls -l /usr/bin/c++ > lrwxr-xr-x 1 root wheel 7 Aug 9 2004 /usr/bin/c++ -> g++-3.3 > [parrot] 513 $ ls

Re: Numeric Semantics

2007-01-11 Thread TSa
HaloO, Jonathan Lang wrote: That said, I'm still trying to wrap my head around how the Euclidiean definition would work for complex numbers. What would be the quotient and remainder for, e.g., 8i / 3; 8 / 3i; (3 + 4i) / 3; 8 / (4 + 3i); or (12 + 5i) / (3 + 4i)? I assume you are intending the