# 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
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
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
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
# 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
imcc's documentation is up to date.
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.
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
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
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
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
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
- 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
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
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
>
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
> 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
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
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
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
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.
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
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
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
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
> 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
>
> "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
# 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
28 matches
Mail list logo