[perl #38764] [BUG] Test results of parrot on Freebsd

2008-09-12 Thread James Keenan via RT
On Fri Sep 12 20:24:06 2008, [EMAIL PROTECTED] wrote: > On our Smolder site, we're getting test results on FreeBSD (or, at > least, i386-freebsd-64int) approximately every 70 minutes. > > Is there any reason to keep this ticket open? > E ... we *were* getting hourly reports on FreeBSD up thr

[perl #38764] [BUG] Test results of parrot on Freebsd

2008-09-12 Thread James Keenan via RT
On our Smolder site, we're getting test results on FreeBSD (or, at least, i386-freebsd-64int) approximately every 70 minutes. Is there any reason to keep this ticket open? Thank you very much. kid51

Re: [perl #58812] Tcl Segfaults parrot

2008-09-12 Thread chromatic
On Friday 12 September 2008 19:48:30 Will Coleda wrote: > After many weeks away from tcl, I tried to do a make test today > (r31046) and found a segfault. > > I can't easily generate PIR to narrow it down, because even the --pir > option is segfaulting. > > doing a build and just running "../../pa

[perl #58812] Tcl Segfaults parrot

2008-09-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #58812] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58812 > After many weeks away from tcl, I tried to do a make test today (r31046) and found a segf

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread Patrick R. Michaud
On Fri, Sep 12, 2008 at 03:47:27PM +0200, NotFound wrote: > >> Defining the hash entries for the subs in PIR syntax is awful. > >> So I envision Makefile.pl, Makefile.nqp or Makefile.p6 for this syntax. > >> For p6 we must ensure that every parrot package has a perl6 also then. Not > >> good. > >>

Re: KIAT MEMPEROLEH 500 JUTA DENGAN MODAL 37 RIBU

2008-09-12 Thread DEWI BENING
On 8/30/08, DEWI BENING <[EMAIL PROTECTED]> wrote: > > CUKUP DENGAN MENDAFTAR SEBAGAI UPGRADE MEMBER. > MEMBAYAR BIAYA PENDAFTARAN 37 RIBU RUPIAH SAJA > AJAK 2 ORANG UNTUK IKUTAN PROGRAMINI > SUDAH SELESAI TUGAS ANDA > > BONUS 500 JUTA LEBIH SIAP ANDA AMBIL. > > TEMUKAN INFO LENGKAPNYA DI: > > http

Update on Ike from Louisiana and Fearck

2008-09-12 Thread ImStillMags
I just wanted you to know how very much I appreciate your help and the help of your board buds. I also filled-up the gas tank, got a carton of cigarettes and a box of cereal, so I'm SET!!! Looks like we'll be catching the eastern wall of Ike, which is the worst outer side (not quite the same as

Re: [perl #56468] [TODO] use more VTABLE to avoid subclassing errors.

2008-09-12 Thread Vasily Chekalkin
chromatic wrote: Yes, that's correct. There is 2 patches: 1. complex.pmc single replacement of PMC_str_val. 2. string.pmc. Replaces PMC_str_val; Replace VTABLE_get_string(INTERP, SELF) with SELF.get_string(); In set_*_keyed change logick to invoke VTABLE_set_string_native instead of rep

Re: [perl #56468] [TODO] use more VTABLE to avoid subclassing errors.

2008-09-12 Thread Vasily Chekalkin
chromatic wrote: Just for clarification, it attached patch is actually what this ticket about? Yes, that's correct. Ok, so I go ahead and try to fix more pmcs. There is single line patch for float. -- Bacek diff --git a/src/pmc/float.pmc b/src/pmc/float.pmc index d315627..fa03356 100644 --

[perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread James Keenan via RT
Resolved.

[perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread James Keenan via RT
On Fri Sep 12 02:18:57 2008, bernhard wrote: > James Keenan via RT schrieb: > > I'm trying to see if we can move this ticket toward resolution. > > > > And that's where discussion left off three months ago. I am > > recommending the following: > > > > (1) Mark this ticket resolved. > > (2) Condu

Re: [perl #44457] [TODO] make sure files match test files for DYNPMCs and DYNOPs etc

2008-09-12 Thread Rafael Sanchez
--- El vie 12-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: [EMAIL PROTECTED], [EMAIL PROTECTED] Fecha: viernes, 12 septiembre, 2008, 6:56 am [EMAIL PRO

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread NotFound
>> Defining the hash entries for the subs in PIR syntax is awful. >> So I envision Makefile.pl, Makefile.nqp or Makefile.p6 for this syntax. >> For p6 we must ensure that every parrot package has a perl6 also then. Not >> good. >> So pl, pir or the simple nqp. > > The libs and scripts could be writ

[perl #52778] [RFC] Are resizable arrays too Perlish?

2008-09-12 Thread Christoph Otto via RT
On Mon Sep 08 22:54:28 2008, [EMAIL PROTECTED] wrote: > Patrick R. Michaud wrote: > > > > Fixing this shouldn't be all that difficult -- in particular, > > I think that src/pmc/resizablepmcarray.pmc lines 205-206 should > > be changed from > > > > - if (key >= PMC_int_val(SELF)) > > -

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread Bernhard Schmalhofer
Reini Urban via RT schrieb: Defining the hash entries for the subs in PIR syntax is awful. So I envision Makefile.pl, Makefile.nqp or Makefile.p6 for this syntax. For p6 we must ensure that every parrot package has a perl6 also then. Not good. So pl, pir or the simple nqp. The libs and script

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread Bernhard Schmalhofer
James Keenan via RT schrieb: I'm trying to see if we can move this ticket toward resolution. I think that it has remained unresolved for so long because the original post originally called for two steps: (a) removal from Configure.pl of configuration steps which probed for features only used in

Re: [perl #43857] [TODO] Refactor config probes that are used only by language implementation

2008-09-12 Thread Reini Urban
2008/6/22 jerry gay <[EMAIL PROTECTED]>: > On Sun, Jun 22, 2008 at 3:38 AM, Bernhard Schmalhofer > <[EMAIL PROTECTED]> wrote: >> James Keenan via RT schrieb: >>> >>> On Fri Jul 13 09:58:33 2007, bernhard wrote: >>> There are several config probes that are only used for language imple