[perl #50642] [CAGE] refactor init_class_from_hash & parrot_class_register

2008-02-07 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #50642] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50642 > Breaking this comment from RT #50554 into a new ticket. I also wonder how much duplicati

Re: [perl #50554] [BUG] segfault caused by perl6

2008-02-07 Thread chromatic
On Thursday 07 February 2008 17:50:45 chromatic wrote: > There are Parrot_clone_vtable() calls in all the places I expect, but > there's a misassignment somewhere that's apparently doing the wrong thing.   ... and the culprit is init_class_from_hash(), in the Class PMC, which cloned the parent's

Re: [perl #50554] [BUG] segfault caused by perl6

2008-02-07 Thread chromatic
On Thursday 07 February 2008 07:31:44 Patrick R. Michaud wrote: > I'll leave this ticket open for now, in case one of the Parrot GC > hackers wants to try to track it down. You make it sound as if there's more than one! I don't think it's a GC problem though. Run the original program (or any R

Re: [svn:parrot] r25558 - in trunk: include/parrot src/pmc

2008-02-07 Thread Jonathan Worthington
chromatic wrote: +=item C The star should go on the variable name (at least for incoming parameters). That way we avoid the problem of: char* foo, bar; /* oops, bar isn't a pointer! */ Yeah, I know that convention and try to stick with it. I copy-pasted those signatures fro

Re: [perl #50622] "nmake test" bug?

2008-02-07 Thread chromatic
On Thursday 07 February 2008 10:34:54 jerry gay wrote: > > I think you mean PCRE, the Perl compatible regular expression library. I > > could be wrong, though. (Fortunately, it's probably much easier to > > install than PostgreSQL.) > > no, i mean postgres. > > > t/library/pg

Re: [perl #50622] "nmake test" bug?

2008-02-07 Thread Ron Blaschke
jerry gay wrote: On Feb 7, 2008 5:38 AM, via RT Ted Neward <[EMAIL PROTECTED]> wrote: t/library/pg. Interestingly, a parrot.exe process is left running, even after Ctrl-C'ing the console window in which the tests are running. Could very well be a configuration p

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

2008-02-07 Thread larry
Author: larry Date: Thu Feb 7 10:45:55 2008 New Revision: 14502 Modified: doc/trunk/design/syn/S06.pod Log: Some implementation notes about the conflict between autothreading and only subs Modified: doc/trunk/design/syn/S06.pod ===

Re: [perl #50622] "nmake test" bug?

2008-02-07 Thread jerry gay
On Feb 7, 2008 10:21 AM, chromatic <[EMAIL PROTECTED]> wrote: > On Thursday 07 February 2008 07:48:03 jerry gay wrote: > > > On Feb 7, 2008 5:38 AM, via RT Ted Neward > > > <[EMAIL PROTECTED]> wrote: > > > t/library/pcre... > > > > > > t/library/pcre.

Re: [perl #50622] "nmake test" bug?

2008-02-07 Thread chromatic
On Thursday 07 February 2008 07:48:03 jerry gay wrote: > On Feb 7, 2008 5:38 AM, via RT Ted Neward > <[EMAIL PROTECTED]> wrote: > > t/library/pcre... > > > > t/library/pcre...NOK 1# Failed test > > (t/library/p > it seems that parrot th

Re: [perl #50622] "nmake test" bug?

2008-02-07 Thread jerry gay
On Feb 7, 2008 5:38 AM, via RT Ted Neward <[EMAIL PROTECTED]> wrote: > t/library/pcre... > > t/library/pcre...NOK 1# Failed test > (t/library/p > > cre.t at line 48) > > # Exited with error code: 1 > > # Received: > > # ok 1 > > # ok 2 > >

[perl #50622] "nmake test" bug?

2008-02-07 Thread Ted Neward
# New Ticket Created by "Ted Neward" # Please include the string: [perl #50622] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50622 > When running nmake test (Visual Studio 2008, WinXP SP2), the process hangs. Output looks

Re: [perl #50554] [BUG] segfault caused by perl6

2008-02-07 Thread Patrick R. Michaud
On Wed, Feb 06, 2008 at 09:59:52PM -0500, Zev Benjamin wrote: > > What happens if you run using "parrot perl6.pbc" instead > > No difference. > > > of the perl6 executable? If you still get the segfault, how > > about trying parrot with the -G option? > > This stops the segfault. > > > > > Ho

[perl #50616] [PATCH] add lists to pynie

2008-02-07 Thread Arcady Goldmints-Orlov
# New Ticket Created by "Arcady Goldmints-Orlov" # Please include the string: [perl #50616] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50616 > This patch enables pynie to parse and construct lists. Arcady pynie-list.

Re: [perl #50554] [BUG] segfault caused by perl6

2008-02-07 Thread Zev Benjamin
> What happens if you run using "parrot perl6.pbc" instead No difference. > of the perl6 executable? If you still get the segfault, how > about trying parrot with the -G option? This stops the segfault. > > How about if the code to be executed is read from a file instead > of being run via in

[perl #50596] [PATCH][PCT] Add basic "tests"

2008-02-07 Thread via RT
# New Ticket Created by Andrew Parker # Please include the string: [perl #50596] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50596 > I've copied and modified the tests that were in t/compilers/past-pm for PCT. This pa