[perl #54514] [PATCH] Initial implementation of sort for rakudo's List.

2008-05-20 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #54514] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54514 > Hello. There is initial implementation of sort for Lists. Only src/classes/List.pi

Re: Error on Leopard

2008-05-20 Thread James Fuller
did u try make realclean first ? hth, Jim Fuller On 5/20/08, chris <[EMAIL PROTECTED]> wrote: > Compiling the last version 0.6.1 on Mac OsX leopard, I get the folowing > error message : > > {standard input}:111888:no such instruction: `trap' > lipo: can't open input file: > /var/folders/QC/QCZT

Re: [perl #54474] AutoReply: [BUG] cmp doesn't works for integers

2008-05-20 Thread Vasily Chekalkin
Hello. There is patch for src/pmc/integer.pmc which changes usage of PMC_int_val to SELF.get_integer() for fetching value. -- Bacek. Index: src/pmc/integer.pmc === --- src/pmc/integer.pmc (revision 27652) +++ src/pmc/integer.pmc (

Re: [perl #54522] [BUG] 'lower' method of String segfaults in subclasses

2008-05-20 Thread chromatic
On Tuesday 20 May 2008 09:59:10 chromatic wrote: > Actually, it's the pmc_new_noinit() call which is the problem. This method > in this case needs to return an Object, which has PMC data. Unfortunately, > calling pmc_new_noinit() does *not* call any PMC initializer, which in this > case allocate

[perl #54524] [PATCH] Modify PLATFORMS

2008-05-20 Thread Paco Linux
# New Ticket Created by "Paco Linux" # Please include the string: [perl #54524] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54524 > Added aix/ppc and solaris10/gcc/cc Cheers, Paco --- PLATFORMS 2008-05-20 16:57:28.0

[perl #46627] [TODO] [C] Check for exact Integer type in add()

2008-05-20 Thread Vasily Chekalkin via RT
On Mon Oct 22 05:22:23 2007, pcoch wrote: > In src/pmc/integer.pmc:add() there is the todo item: > > * TODO > * check for exact Integer type > * e.g. MMD_Integer_EXACT > > This needs to be implemented. Is it still should be done? Or just use SELF.get_integer()? -- Bacek.

[perl #54474] [BUG] cmp doesn't works for integers

2008-05-20 Thread Vasily Chekalkin via RT
There is a patch for src/pmc/integer.pm to use SELF.get_integer() instead of PMC_int_val. Index: src/pmc/integer.pmc === --- src/pmc/integer.pmc (revision 27652) +++ src/pmc/integer.pmc (working copy) @@ -200,7 +200,7 @@ */ V

Error on Leopard

2008-05-20 Thread chris
Compiling the last version 0.6.1 on Mac OsX leopard, I get the folowing error message : {standard input}:111888:no such instruction: `trap' lipo: can't open input file: /var/folders/QC/QCZT0Y5F2RWKy++1YvjO0TI/-Tmp-//ccJ5JQmO.out (No such file or directory) make: *** [src/ops/core_ops.o] E

Re: [perl #54474] [BUG] cmp doesn't works for integers

2008-05-20 Thread chromatic
On Tuesday 20 May 2008 13:05:43 Will Coleda wrote: > The original problem description is a little off: this works for core > Integer type, but not for the parrotObject subclass. > > I was able to use gdb to break in the function called by the cmp op, > and then step through to find which actual fu

Re: [perl #54474] [BUG] cmp doesn't works for integers

2008-05-20 Thread Will Coleda
The original problem description is a little off: this works for core Integer type, but not for the parrotObject subclass. I was able to use gdb to break in the function called by the cmp op, and then step through to find which actual function this was being sent to via MMD. It was using Integer's

Parrot 0.6.2 "Reverse Sublimation" Released!

2008-05-20 Thread chromatic
They were walking to the Hemlock, the Rooster and the Mice, and the Mice kept looking at one another, questioning. "We don't know what the future holds, do we?" said Chauntecleer. The Mice all shook their heads. They knew very little of anything. "If," said Chauntecleer, "

[perl #54542] [TODO] Ticket for June 2008 Release

2008-05-20 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #54542] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54542 > This is a placeholder ticket for the June 2008 release of Parrot.

[perl #54524] [PATCH] Modify PLATFORMS

2008-05-20 Thread chromatic via RT
Thanks, applied as r27675.

Re: [perl #54528] [PATCH] PLATFORMS cygwin 1.5.25

2008-05-20 Thread chromatic
On Tuesday 20 May 2008 10:11:55 Reini Urban wrote: > See http://smoke.parrotcode.org/smoke/ > i386-cygwin-gcc Thanks, applied as r27672. -- c

[perl #54528] [PATCH] PLATFORMS cygwin 1.5.25

2008-05-20 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #54528] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54528 > See http://smoke.parrotcode.org/smoke/ i386-cygwin-gcc diff -u PLATFORMS~ ./PLATFORMS --

Re: [perl #54522] [BUG] 'lower' method of String segfaults in subclasses

2008-05-20 Thread chromatic
On Tuesday 20 May 2008 07:07:53 Patrick R.Michaud wrote: > Here's the lower method itself: > > METHOD lower() { > STRING * const s = string_downcase(INTERP, > VTABLE_get_string(INTERP, SELF)); > PMC * constret = pmc_new_noinit(INTERP, > SELF->vtable->base_type

PLATFORMS updates

2008-05-20 Thread Will Coleda
in PLATFORMS, we currently have quite a few old entries (everything before 2008 is shown below) If you have one of these platforms, please get a snapshot/checkout today and get us a patch before chromatic cuts the release. I also want this to be tied to parrot releases rather than dates, as we do

[perl #54522] [BUG] 'lower' method of String segfaults in subclasses

2008-05-20 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #54522] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54522 > The 'lower' method for String objects causes a segfault in subclasses of String.

[perl #54520] [BUG] superclass methods of PMC classes aren't inherited

2008-05-20 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #54520] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=54520 > Methods defined in superclasses of PMCs aren't inherited by PIR subclasses. For e