[perl #51136] [BUG] Segfault in Parrot_Ref_morph

2008-02-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #51136] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51136 > As of r26037, tcl is once again generating a segfault (even on feather!). The change in 2

Re: Perl 6 fundraising and related topics.

2008-02-23 Thread Uri Guttman
> "LW" == Larry Wall <[EMAIL PROTECTED]> writes: LW> By the way, it's possible that I might deserve a little more money, LW> because *my* cat died last year, and as near as I can tell, I didn't LW> spend any money on girls and booze because of it... :) i will donate to get larry a new

RE: Perl 6 fundraising and related topics.

2008-02-23 Thread Conrad Schneiker
> From: Gabor Szabo [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 23, 2008 2:04 PM > > On Fri, Feb 22, 2008 at 7:38 PM, Dave Rolsky <[EMAIL PROTECTED]> wrote: > > On Thu, 21 Feb 2008, Joshua Gatcomb wrote: > > > > > I am mostly ignoring the rest of what others have said in this > thread >

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Sat, 23 Feb 2008 12:44:02 -0500 From: "Peter Gibbs via RT" <[EMAIL PROTECTED]> Date: Sat, 23 Feb 2008 07:57:13 -0800 Hi Bob Please try revision 26025. This should be a full fix for the problem I started working on in

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2008-02-23 Thread James Keenan via RT
A patch has been posted to a related ticket that addresses the issues raised in this ticket. See http://rt.perl.org/rt3/Ticket/Attachment/362970/163286/diff.trunk.tcif.txt. Thank you very much. kid51

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread Klaas-Jan Stol
On Sat, Feb 23, 2008 at 5:00 PM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > chromatic wrote: > > On Thursday 29 November 2007 20:34:17 Will Coleda wrote: > > > >> On feather, languages/c99 (et al.) fail with: > >> > >> $ make > >> ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir

Re: interpolating complex closures

2008-02-23 Thread John Macdonald
On Fri, Feb 15, 2008 at 03:12:20PM -0800, Larry Wall wrote: > No, there's no problem with that. This is Perl 6, which is full of > wonderfulness, not Perl 5, which was written by a person of minimal clue. :) > > That's part of what S02 means right at the top where it's talking > about a one-pass

Re: Perl 6 fundraising and related topics.

2008-02-23 Thread Gabor Szabo
On Fri, Feb 22, 2008 at 7:38 PM, Dave Rolsky <[EMAIL PROTECTED]> wrote: > On Thu, 21 Feb 2008, Joshua Gatcomb wrote: > > > I am mostly ignoring the rest of what others have said in this thread > > because I think it is detracting from your intention of getting money to > > people to work more.

Re: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread chromatic
On Saturday 23 February 2008 09:40:52 Paul Cochrane wrote: > > I just checked the properties in the repository for this file before > > and after your commit, and they seem identical. > Yeah, that happened to me too but in my svn checkout. In the svk > checkout things seemed as though things we

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: "Peter Gibbs via RT" <[EMAIL PROTECTED]> Date: Sat, 23 Feb 2008 07:57:13 -0800 Hi Bob Please try revision 26025. This should be a full fix for the problem I started working on in r25990. Regards Peter Gibbs Works like a champ in r26026. Thanks heaps for the swift t

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

2008-02-23 Thread Brandon S. Allbery KF8NH
Hm, I see a minor nit... On Feb 23, 2008, at 12:40 , [EMAIL PROTECTED] wrote: +A C may share dispatch with multis declared after it in the same scope, -^^ but in that case it functions only as the final tie-breaker if the inner multies can't decide

Re: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread Paul Cochrane
> I just checked the properties in the repository for this file before > and after your commit, and they seem identical. Yeah, that happened to me too but in my svn checkout. In the svk checkout things seemed as though things weren't correct, so I committed the changes. > If the test is failin

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

2008-02-23 Thread larry
Author: larry Date: Sat Feb 23 09:40:46 2008 New Revision: 14515 Modified: doc/trunk/design/syn/S12.pod Log: some clarifications on multiple dispatch and protos Modified: doc/trunk/design/syn/S12.pod == --- doc/trunk

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Bob Rogers
From: "chromatic via RT" <[EMAIL PROTECTED]> Date: Sat, 23 Feb 2008 01:29:53 -0800 On Friday 22 February 2008 19:52:29 Bob Rogers wrote: > The "[loading list.pbc]" message shows that it is dying in the > load_bytecode op for this file. (If the bug fails to manifest, the code >

Re: [svn:parrot] r26013 - trunk/src

2008-02-23 Thread Will Coleda
On Sat, Feb 23, 2008 at 6:44 AM, <[EMAIL PROTECTED]> wrote: > Author: paultcochrane > Date: Sat Feb 23 03:44:12 2008 > New Revision: 26013 > > Modified: >trunk/src/oo.c (props changed) > > Log: > [core] For some reason svk hasn't picked up the svn properties properly, so > setting them

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread Ron Blaschke
chromatic wrote: On Thursday 29 November 2007 20:34:17 Will Coleda wrote: On feather, languages/c99 (et al.) fail with: $ make ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir *** glibc detected *** ../../parrot: double free or corruption (fasttop): 0x0823e328 *** running

Re: [perl #51000] [BUG] t/src/intlist.t failures.

2008-02-23 Thread Will Coleda
On Fri, Feb 22, 2008 at 9:58 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > > Coke: > > Last weekend I applied a patch in r25788 which corrected persistent > problems in src/list.c and thereby enabled t/src/intlist.t to pass for > the first time in a month. > > In this RT, you report that

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread Peter Gibbs
- Original Message - From: "Bob Rogers (via RT)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2008 5:52 AM Subject: [perl #51122] GC bug in bytecode loading (again) To reproduce, unpack the attached tarball as follows: copy. Then: [EMAIL PROTECTED]> ma

Re: [perl #51104] [BUG] bad pointer! segfaults are bad!

2008-02-23 Thread Ron Blaschke
Jerry Gay (via RT) wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #51104] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51104 > during the build of languages/c99, specifically: ..\..\parrot

Re: [svn:parrot] r25990 - trunk/src/pmc

2008-02-23 Thread Peter Gibbs
On Friday, February 22, 2008 10:50 PM [EMAIL PROTECTED] wrote: On Friday 22 February 2008 08:45:42 [EMAIL PROTECTED] wrote: Modified: trunk/src/pmc/parrotinterpreter.pmc Log: In thawfinish, delay setting constant flag on lib_name until Parrot_load_lib has been called, to avoid corruption in

[perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2008-02-23 Thread James Keenan via RT
The vampire has lain cold for a week. I'm resolving the ticket. Any new instances of failure in t/examples/shootout.t should open a new ticket (albeit one which should refer back to this one). kid51

[perl #50920] [BUG]: t/compilers/imcc/syn/macro.t failing on Darwin

2008-02-23 Thread James Keenan via RT
On Fri Feb 22 20:18:03 2008, [EMAIL PROTECTED] wrote: > > > > > The test passed at 25900. > > > > and it passed at 25950. I'll have to pick up on this tomorrow. And it passed at 25973.

[perl #32667] [TODO] IMCC - documentation needs updating

2008-02-23 Thread Klaas-Jan Stol via RT
imcc's documentation is up to date.

[perl #51124] [TODO] Remove docs/imcc/macros.html from website

2008-02-23 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #51124] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51124 > docs/imcc/macros.pod has been removed from the repository. This document can also be

Re: [perl #47978] [C99] [IMCC] double free

2008-02-23 Thread chromatic
On Thursday 29 November 2007 20:34:17 Will Coleda wrote: > On feather, languages/c99 (et al.) fail with: > > $ make > ../../parrot -o src/CPP_PGE2AST.pbc --output-pbc src/CPP_PGE2AST.pir > *** glibc detected *** ../../parrot: double free or corruption > (fasttop): 0x0823e328 *** > > running this t

Re: [perl #51122] GC bug in bytecode loading (again)

2008-02-23 Thread chromatic
On Friday 22 February 2008 19:52:29 Bob Rogers wrote: > The "[loading list.pbc]" message shows that it is dying in the > load_bytecode op for this file. (If the bug fails to manifest, the code > will fail to find a *.pbc file in fairly short order.) > >In GDB, the backtrace from the segfault

Re: [perl #51116] [BUG] languages/perl6/perl6 --target=past ignores -e

2008-02-23 Thread chromatic
On Friday 22 February 2008 16:50:35 Mitchell N Charity wrote: > languages/perl6/perl6 --target=past gives no output with -e CODE. > r25997 on fedora 8, x86_64. > > # works > $ languages/perl6/perl6 -e 'say(3);' > 3 > > # works > $ echo -n 'say(3);' > deleteme.pm; languages/perl6/perl6 --target=pas

[perl #51116] [BUG] languages/perl6/perl6 --target=past ignores -e

2008-02-23 Thread via RT
# New Ticket Created by Mitchell N Charity # Please include the string: [perl #51116] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51116 > languages/perl6/perl6 --target=past gives no output with -e CODE. r25997 on fedora