# 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
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
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 (
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
# 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
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.
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
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
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
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
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, "
# 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.
Thanks, applied as r27675.
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
# 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
--
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
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
# 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.
# 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
19 matches
Mail list logo