[perl #59696] [TODO] Unimplemented Unicode Functions

2008-10-08 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #59696] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59696 > There are several functions in src/charset/unicode.c that are not implemented yet. T

[perl #59686] [CAGE] Review t/pmc/ro.t - improve error testing

2008-10-08 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #59686] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59686 > In fixing the Complex PMC in r31749, I revealed a problem in our read-only PMC tests.

[perl #59694] [TODO] src/charset/unicode.c:decompose

2008-10-08 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #59694] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59694 > The decompose function in src/charset/unicode.c is not yet implemented. It probably

[perl #59720] [BUG] Parrot doesn't allow two HLLs to have a class of the same name

2008-10-08 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #59720] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59720 > Parrot doesn't seem to allow two HLLs to have identically named classes. This is p

Re: [perl #59630] [BUG] Complex subtraction fails for subclasses of Complex

2008-10-08 Thread Patrick R. Michaud
On Tue, Oct 07, 2008 at 05:47:57PM -0700, Mark Glines via RT wrote: > On Tue Oct 07 08:14:04 2008, pmichaud wrote: > > Just for the record, I went ahead and added a version of my > > test script in this ticket to the test suite (t/pmc/complex.t). > > > > (The test still fails as of r31755, let me

Re: [perl #59630] [BUG] Complex subtraction fails for subclasses of Complex

2008-10-08 Thread NotFound
On Wed, Oct 8, 2008 at 4:56 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > The problem appears to be that src/pmc/complex.pmc makes use of > RE() and IM() macros that no longer work for subclasses of the Complex PMC > and try to poke float values directly into the PMC struct. Unfortunately,

[svn:perl6-synopsis] r14589 - doc/trunk/design/syn

2008-10-08 Thread larry
Author: larry Date: Wed Oct 8 11:23:01 2008 New Revision: 14589 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S05.pod doc/trunk/design/syn/S13.pod Log: various tweaks and clarifications Modified: doc/trunk/design/syn/S03.pod ==

[svn:perl6-synopsis] r14590 - doc/trunk/design/syn

2008-10-08 Thread larry
Author: larry Date: Wed Oct 8 12:06:24 2008 New Revision: 14590 Modified: doc/trunk/design/syn/S13.pod Log: wrong year, ruoso++ Modified: doc/trunk/design/syn/S13.pod == --- doc/trunk/design/syn/S13.pod(orig

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 > === >=== --- 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 inst

[perl #59730] Str.trans pushes wrong match to its closures (on second invocation)

2008-10-08 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #59730] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59730 > r31792: $ ../../parrot perl6.pbc -e 'say "hello".trans(/(l)/ => { $_[0].ord })' he10848o

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59732 > r31757 and r31758 cause mod_perl6 and any other embedding app to segfault when loading

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: m

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 pr

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59722 > currently, the sysinfo_s op, implemented in src/inter_misc.c, is incomplete: PARROT_CANNO

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

Re: [pugs-commits] r22496 - t/spec/S03-operators

2008-10-08 Thread Larry Wall
On Sun, Oct 05, 2008 at 08:03:43PM +0200, Moritz Lenz wrote: : Patrick R. Michaud wrote: : > On Fri, Oct 03, 2008 at 10:02:56AM +0200, [EMAIL PROTECTED] wrote: : >> +#?rakudo skip ',=' : >> +#?DOES 2 : >> +{ : >> +my @a = 1, 2; : >> +is (@a ,= 3, 4).join('|'), '1|2|3|4', ',= on lists works