Re: Perl 6 Junctions and MMD

2007-11-18 Thread Mehmet Yavuz Selim Soyturk
I agree. See http://www.nntp.perl.org/group/perl.perl6.internals/2007/08/msg39889.html

Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-18 Thread Will Coleda
On Nov 18, 2007, at 12:47 PM, Patrick R. Michaud wrote: On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: Log: [codingstd] If a comma is followed by a single quote, it very likely in a situation like: moo = ','; In which case, there shouldn't be a space after the comm

Re: [perl #47572] [BUG] Memory leak with PMCProxy

2007-11-18 Thread Mehmet Yavuz Selim Soyturk
[Sorry chromatic, forgot to send to the list] > Did you happen to catch which PMC it is that's leaking? I don't know which PMC, but the leak happens when you create a PMCProxy with init_pmc. > Also, is this with PIR or PBC or both? Both. > Do you have a short test case that Valgrind catches?

Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-18 Thread Patrick R. Michaud
On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: > Log: > [codingstd] If a comma is followed by a single quote, it very likely in a > situation like: moo = ','; In which case, there shouldn't be a space > after the comma. Updating test to handle this situation. Shouldn't the

Re: [perl #47572] [BUG] Memory leak with PMCProxy

2007-11-18 Thread chromatic
On Sunday 18 November 2007 08:08:25 Mehmet Yavuz Selim Soyturk wrote: > If you have defined an .HLL in your program, any pmc leaks. I could > track the problem down to PMCProxy::init_pmc. > > If these lines of PMCProxy::init_pmc are removed, the leak disappears: > > if (!PMC_IS_NULL(proxy_

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

2007-11-18 Thread chromatic
On Sunday 18 November 2007 04:36:15 Paul Cochrane wrote: > On 17/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: chromatic > > Date: Sat Nov 17 14:06:29 2007 > > New Revision: 22864 > > > > Modified: > >trunk/src/pmc/closure.pmc > >trunk/src/pmc/key.pmc > >trunk/src/p

NEWS and PLATFORMS Updates Requested

2007-11-18 Thread chromatic
The next release will be on Tuesday evening. Committers, please review your checkins and update NEWS appropriately. Everyone, please submit updates to PLATFORMS. Running make fulltest and reporting any failures would be very handy as well. -- c

[perl #47572] [BUG] Memory leak with PMCProxy

2007-11-18 Thread Mehmet Yavuz Selim Soyturk
# New Ticket Created by "Mehmet Yavuz Selim Soyturk" # Please include the string: [perl #47572] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47572 > If you have defined an .HLL in your program, any pmc leaks. I could trac

[perl #47560] [BUG]: 'make realclean' not exiting cleanly

2007-11-18 Thread James Keenan via RT
The patch attached reverts changes to config/gen/makefiles/root.in, config/gen/makefiles/languages.in and languages/jako/config/makefiles/root.in that appear to be associated with the recent problems in 'make realclean'. I applied this patch in two different sandboxes on two different OSes and it

[perl #47560] [BUG]: 'make realclean' not exiting cleanly

2007-11-18 Thread James Keenan via RT
Problem persists, albeit with a different directory as last visited, with an svn up to r22876. make -C languages realclean make[1]: Entering directory `/Users/jimk/work/parrot/languages' make[1]: *** No rule to make target `realclean'. Stop. make[1]: Leaving directory `/Users/jimk/work/parrot/lan

Re: [perl #47531] [BUG] t/src/intlist.t and t/src/io.t: 'undefined reference' test failures

2007-11-18 Thread Will Coleda
On Nov 17, 2007, at 5:50 PM, chromatic wrote: On Saturday 17 November 2007 12:35:34 James E Keenan wrote: There's the problem them. Assuming you're using gcc 4.x, I'm not. Remember all that problem I was having at the hackathon getting my first build of Parrot. You and Chip and subseq

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

2007-11-18 Thread Paul Cochrane
On 17/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: chromatic > Date: Sat Nov 17 14:06:29 2007 > New Revision: 22864 > > Modified: >trunk/src/pmc/closure.pmc >trunk/src/pmc/key.pmc >trunk/src/pmc/object.pmc >trunk/src/pmc/slice.pmc >trunk/src/pmc/timer.pmc > >

Perl 6 Junctions and MMD

2007-11-18 Thread Jonathan Worthington
Hi, Back at OSCON, under the influence of beer, I agreed to take a crack at implementing junctions in Perl 6 on Parrot. I've started working on making good on that. I've not got any of this in a state where I'm happy to send in a patch for people to play with, and it's my first time hacking o

Re: [perl #47560] [BUG]: 'make realclean' not exiting cleanly

2007-11-18 Thread Bernhard Schmalhofer
James Keenan (via RT) schrieb: # New Ticket Created by James Keenan # Please include the string: [perl #47560] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=47560 > Coke reported this evening that 'make realclean' was no