Re: [perl #60016] [PATCH] Make basic Perl 6 tests pass

2008-10-21 Thread Ovid
--- On Tue, 21/10/08, James Keenan via RT [EMAIL PROTECTED] \ This basic test suite will fail. That's because of this test program: t/00-parrot/06-op-inplace.t I've reported this a couple of times in http://rt.perl.org/rt3/Ticket/Display.html?id=59634 -- but no one paid

Re: [perl #58988] [RFC] Parrot_get_runtime_prefix function

2008-10-21 Thread Reini Urban
2008/9/17 via RT NotFound [EMAIL PROTECTED]: # New Ticket Created by NotFound # Please include the string: [perl #58988] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58988 The Parrot_get_runtime_prefix in

Re: [perl #58852] [PATCH] enhance tools/install/smoke.pl

2008-10-21 Thread Reini Urban
2008/10/18 François PERRAD via RT [EMAIL PROTECTED]: I am not really happy with this patch. Perhaps my initial goal with the script tools/install/smoke.pl wasn't well-known and/or understood. Its main use case is : - a Windows user (without parrot dev tree) downloads and installs the setup

[perl #50040] [BUG] GC makes a namespace entry disappear?

2008-10-21 Thread Andrew Whitworth via RT
On Mon Mar 03 15:11:25 2008, rgrjr wrote: From: Bob Rogers [EMAIL PROTECTED] Date: Sun, 2 Mar 2008 11:28:08 -0500 . . . if I revert string.pmc in r26175 (the one experiment I didn't bother trying), it does in fact work . . . And I notice that RT#50040 also no longer fails in

Signatures and matching (was Re: XPath grammars (Was: Re: globs and trees in Perl6))

2008-10-21 Thread David Green
On 2008-Oct-2, at 6:15 pm, Timothy S. Nelson wrote: The guys on IRC convinced me that the way to go might be something like a grammar, but that does trees and tree transformations instead of a text input stream. See the IRC log for details :). [...] TimToady note to treematching folks: it

[perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andrew Whitworth via RT
On Fri Mar 31 13:29:46 2006, leo wrote: I've tried: $ perl Configure.pl --cc=gcc --link=gcc --ld=gcc --cxx=gcc --verbose-step=gcc and got: Determining if your C compiler is actually gcc...gcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -I./include -c test.c

Re: [perl #60006] [BUG] there is a problem with the function die

2008-10-21 Thread Gerd Pokorra
Looks perfectly normal to me. Are you concerned because you got a stacktrace, and aren't used to getting one with Perl 5? Yes, that is the reason why I am concerned. To see a stacktrace is not what I am expecting by using the die function. Gerd Pokorra

Re: [perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andy Dougherty
On Mon, 20 Oct 2008, Andrew Whitworth via RT wrote: On Fri Mar 31 13:29:46 2006, leo wrote: I've tried: $ perl Configure.pl --cc=gcc --link=gcc --ld=gcc --cxx=gcc --verbose-step=gcc and got: Determining if your C compiler is actually gcc...gcc -D_LARGEFILE_SOURCE

Re: [perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andrew Whitworth
On Tue, Oct 21, 2008 at 9:28 AM, Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 20 Oct 2008, Andrew Whitworth via RT wrote: On Fri Mar 31 13:29:46 2006, leo wrote: I've tried: $ perl Configure.pl --cc=gcc --link=gcc --ld=gcc --cxx=gcc --verbose-step=gcc and got: Determining if

Re: Signatures and matching (was Re: XPath grammars (Was: Re: globs and trees in Perl6))

2008-10-21 Thread Timothy S. Nelson
On Tue, 21 Oct 2008, David Green wrote: On 2008-Oct-2, at 6:15 pm, Timothy S. Nelson wrote: The guys on IRC convinced me that the way to go might be something like a grammar, but that does trees and tree transformations instead of a text input stream. See the IRC log for details :). [...]

[perl #60036] [BUG] inplace math fails post-MMD

2008-10-21 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60036] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60036 As of r31667 (pre-mmd), the following worked: r31667$ cat y.pir .sub

Re: [perl #38823] [BUG] solaris 10 w gcc

2008-10-21 Thread Andy Dougherty
On Tue, 21 Oct 2008, Andrew Whitworth wrote: On Tue, Oct 21, 2008 at 9:28 AM, Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 20 Oct 2008, Andrew Whitworth via RT wrote: On Fri Mar 31 13:29:46 2006, leo wrote: That is, our config system is still using perl5 config vars blindly w/o

Re: [perl #60016] [PATCH] Make basic Perl 6 tests pass

2008-10-21 Thread Patrick R. Michaud
On Tue, Oct 21, 2008 at 12:21:24AM -0700, Ovid wrote: --- On Tue, 21/10/08, James Keenan via RT [EMAIL PROTECTED] Thanks. Hopefully this time there will be some traction because there does appear to be a bug in Perl 6, as evidenced by this one-liner: perl6 $ ../../parrot perl6.pbc -e

[perl #56708] Test results - parrot6 on Strawberry perl 5.10.0

2008-10-21 Thread Will Coleda via RT
On Tue Jul 08 17:17:29 2008, [EMAIL PROTECTED] wrote: C:\Projects\parrotmingw32-make Compiling with:-- SNIP Can we get another copy of the report as a plain text attachment against HEAD? (This one had a lot of HTML embedded in it.) Thanks. -- Will Coke Coleda

[perl #57690] [BUG] make headerizer breaks build

2008-10-21 Thread Will Coleda via RT
On Tue Sep 30 08:51:22 2008, julianalbo wrote: On Mar. Ago. 12 15:05:57 2008, Whiteknight wrote: This probably isn't headerizer's fault, it's more likely the fault of IMCC for being so damn complicated. We could change all the function definitions in the IMCC related files to use struct

Re: [perl #56708] Test results - parrot6 on Strawberry perl 5.10.0

2008-10-21 Thread Will Coleda
Nevermind. Digging through the HTML output, the error was in one of the coding standards tests, not one of the functional tests. That particular codingstd nit has been resolved (and we're about to switch over to not running those tests by default.) Thanks for the report: Closing ticket. On

Re: [perl #60036] [BUG] inplace math fails post-MMD

2008-10-21 Thread Patrick R. Michaud
On Tue, Oct 21, 2008 at 11:01:21AM -0700, Andrew Whitworth via RT wrote: On Tue Oct 21 10:47:43 2008, Whiteknight wrote: On Tue Oct 21 07:53:35 2008, pmichaud wrote: As of r31667 (pre-mmd), the following worked: $P0 = subclass 'Integer', 'MyInt' $P1 = new 'MyInt'

Re: [perl #57690] [BUG] make headerizer breaks build

2008-10-21 Thread NotFound
As of r32075, 'make; make headerizer' still breaks the build. Fixed in r32079 -- Salu2

[perl #60044] [BUG?] rethrow just throwing?

2008-10-21 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #60044] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60044 I would expect both of these programs to output the same thing, but it looks like

[perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2008-10-21 Thread Andrew Whitworth via RT
On Tue Mar 27 09:42:00 2007, guest wrote: On Mon Mar 26 16:52:16 2007, [EMAIL PROTECTED] wrote: Hi, The following PMC leaks memory at about 55Mb/100 calls to `call()' #include parrot/parrot.h static INTVAL dynpmc_Foo; pmclass Foo dynpmc { void class_init() {

[perl #60042] Crash in examples/library/pcre.pir in r32073 on x86 linux (libpcre v7.7)

2008-10-21 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #60042] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60042 This GDB was configured as i686-pc-linux-gnu... Using host libthread_db library

Re: [perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2008-10-21 Thread Will Coleda
On Tue, Oct 21, 2008 at 6:00 PM, Andrew Whitworth via RT [EMAIL PROTECTED] wrote: Is this still an issue? I've never even heard of the PCCMETHOD Compiler, does it still exist? Is it used? Is FixedIntegerArray known to be leaking any memory? The perl that translates METHOD calls (previously

[perl #60048] CGP Does Not Work with PCC Runcore Reentry

2008-10-21 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #60048] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60048 Several tests fail with the CGP runcore (parrot -C) when multidispatch re-enters

[perl #60046] [META] November 2008 release

2008-10-21 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #60046] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60046 This metaticket is for issues related to the November 2008 release of Parrot, planned

[perl #53210] [TODO] change new_from_string to init_str

2008-10-21 Thread Andrew Whitworth via RT
On Tue Apr 22 10:05:57 2008, [EMAIL PROTECTED] wrote: We've been kicking around the idea of removing new_from_string for a while, but the pushback is always that it's useful to be able to create a new PMC with some initialization data, without first creating a PMC initializer that has to be