[perl #45387] [BUG] languages/lua/pmc/lua_private.h generating error in t/codingstd/c_header_guards.t

2007-09-12 Thread Paul Cochrane via RT
kid51, This should be fixed as of r21207. ptc

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread Joshua Isom
On Sep 12, 2007, at 6:21 PM, Will Coleda wrote: On Sep 12, 2007, at 11:38 AM, Klaas-Jan Stol (via RT) wrote: # New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticke

Re: Parrot::Configure::Step::_run_command(): problematic globalfilehandles

2007-09-12 Thread James E Keenan
Andy Dougherty wrote: On Thu, 6 Sep 2007, James E Keenan wrote: I haven't looked deeply at this at all, but I do note that IPC::Open3 does untie *STDIN; untie *STDOUT; presumably for similar reasons. Thanks, Andy, I will explore this when I get a few more tuits. kid51

[perl #42360] [TODO]: Unit tests for Parrot::Revision

2007-09-12 Thread James Keenan via RT
On Sat May 05 10:05:58 2007, [EMAIL PROTECTED] wrote: > On Sat May 05 10:04:24 2007, jkeen at verizon.net wrote: > > Patch applied in r18427 May 05 2007. > > I'm leaving the ticket open in the hope that some project member who > uses SVK for version > control can add tests for that VCS under t/co

Re: Kea Common Lisp pre-release

2007-09-12 Thread James E Keenan
Will Coleda wrote: For those not on #parrot, it's already been removed, but you may notice that it apparently tries to update the external repo *before* it removes the svn:externals property. So it looks like it's still there, but it's not; update one more time and the prompt won't get you.

Re: [perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread Will Coleda
On Sep 12, 2007, at 11:38 AM, Klaas-Jan Stol (via RT) wrote: # New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45405 > Hi IMCC allows for bot

Re: Kea Common Lisp pre-release

2007-09-12 Thread Will Coleda
For those not on #parrot, it's already been removed, but you may notice that it apparently tries to update the external repo *before* it removes the svn:externals property. So it looks like it's still there, but it's not; update one more time and the prompt won't get you. Regards. On Sep 1

Re: Kea Common Lisp pre-release

2007-09-12 Thread James E Keenan
François PERRAD wrote: I've added kea-cl as a SVN external definition in the Parrot tree. At now, I don't know if it was a good idea. No, it was not a good idea. It forces me to respond to a prompt every time I do 'svn update' in each sandbox on each machine where I develop. Having read t

Re: Kea Common Lisp pre-release

2007-09-12 Thread Bob Rogers
From: François PERRAD <[EMAIL PROTECTED]> Date: Wed, 12 Sep 2007 14:14:00 +0200 At 21:39 03/09/2007 -0400, Bob Rogers wrote: >I have finally run out of excuses to delay publishing Kea Common >Lisp, the compiler for Parrot I've been hacking on for years now. >. . . I've ad

Re: [perl #45411] [PROPOSAL][IMCC] Make .pcc_begin_{yield,return} syntax a bit stricter

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 09:07:00AM -0700, Klaas-Jan Stol wrote: > I propose to make IMCC a bit stricter and have it enforce to use the > appropriate closing directive. So, close .pcc_begin_return with a > .pcc_end_return directive, and likewise for _yield directives. > > (on a side note, instead o

Re: Storable: Cannot restore overloading

2007-09-12 Thread afbach
I just had the same issue, using Storable 2.09. Just upgraded to 2.16 and the make went through all the way to make smoke! a

[perl #45411] [PROPOSAL][IMCC] Make .pcc_begin_{yield,return} syntax a bit stricter

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45411] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45411 > hi, IMCC has multi-line yield and return statements, like so: .pcc_begin_return # do

[perl #45409] [PROPOSAL][IMCC] Remove .pcc_sub directive

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45409] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45409 > Hi, In the early days before some major changes to the parrot calling conventions, th

[perl #45407] [TODO][IMCC] either implement ".global" or remove it (need decision).

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45407] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45407 > Hi, Since years IMCC has known the ".global" directive. You can use it like this: .s

[perl #45413] [BUG] tcl fails to build with msvc

2007-09-12 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #45413] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45413 > in r21233, on win32 with msvc, tcl fails to build: ..\..\parrot.exe --output=runti

Re: [svn:parrot] r21227 - trunk

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 11:59:12AM -0700, [EMAIL PROTECTED] wrote: > Modified: >trunk/DEPRECATED.pod > > +=item B > > There are several variants of some of the above ops; all are deprecated, > and are replaced by the ops {set,get}_[hll,root]_global. See also > http://www.parrotcode.org/do

Re: Parrot::Configure::Step::_run_command(): problematic global filehandles

2007-09-12 Thread Andy Dougherty
On Thu, 6 Sep 2007, James E Keenan wrote: > The problem with having global filehandles STDOUT and STDERR being > manipulated quite deep into a program is that it stymies you from doing > anything with those handles higher up at the surface of your program. > While the particular reason why _run

[perl #45399] TODO: remove bareword "method" from imcc.l

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45399] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45399 > Hi, The ":method" flag is used to indicate that a sub is a method. Currently, IMCC al

[perl #45403] [PROPOSAL] Remove "->" syntax from IMCC

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45403] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45403 > Hi, IMCC currently allows for C++ style method invocation (using a pointer as invocan

[perl #45401] PROPOSAL: Remove :postcomp flag

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45401] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45401 > Hello, From: http://www.parrotcode.org/docs/pdd/pdd06_pasm.html The following flags

[perl #45405] [PROPOSAL] [IMCC] Remove '.sym' directive for defining symbolic local vars.

2007-09-12 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #45405] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45405 > Hi IMCC allows for both ".local" and ".sym" directives to declare a local variable.

[svn:parrot-pdd] r21209 - trunk/docs/pdds/draft

2007-09-12 Thread smash
Author: smash Date: Wed Sep 12 04:48:57 2007 New Revision: 21209 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdds]: * initial import data to pdd19_pir.pod from docs/imcc/syntax.pod * some fixes to make pdd19_pir.pod comply to pdd_template.pod Modified: trunk/docs/pdds/draft/pdd19_

Re: Kea Common Lisp pre-release

2007-09-12 Thread Patrick R. Michaud
On Wed, Sep 12, 2007 at 02:14:00PM +0200, François PERRAD wrote: > > I've added kea-cl as a SVN external definition in the Parrot tree. > At now, I don't know if it was a good idea. During yesterday's #parrotsketch meeting it was decided that for the time being we should _not_ use svn:external in

Re: [perl #41168] graceful "no compiler" error message?

2007-09-12 Thread Andy Dougherty
On Wed, 12 Sep 2007, Paul Cochrane via RT wrote: > On Mon Mar 19 15:59:44 2007, [EMAIL PROTECTED] wrote: > > On Monday 19 March 2007 12:22, Andy Dougherty wrote: > > > > > I found the ticket that introduced this failing behavior, so I'm > resending > > > my message below with a fixed-up subject l

[perl #41168] graceful "no compiler" error message?

2007-09-12 Thread Paul Cochrane via RT
On Wed Sep 12 06:00:56 2007, ptc wrote: > On Mon Mar 19 15:59:44 2007, [EMAIL PROTECTED] wrote: > > On Monday 19 March 2007 12:22, Andy Dougherty wrote: > > > > > I found the ticket that introduced this failing behavior, so I'm > resending > > > my message below with a fixed-up subject line to ent

[perl #41168] graceful "no compiler" error message?

2007-09-12 Thread Paul Cochrane via RT
On Mon Mar 19 15:59:44 2007, [EMAIL PROTECTED] wrote: > On Monday 19 March 2007 12:22, Andy Dougherty wrote: > > > I found the ticket that introduced this failing behavior, so I'm resending > > my message below with a fixed-up subject line to enter into RT. In brief, > > this patch incorrectly as

Re: Kea Common Lisp pre-release

2007-09-12 Thread François PERRAD
At 21:39 03/09/2007 -0400, Bob Rogers wrote: I have finally run out of excuses to delay publishing Kea Common Lisp, the compiler for Parrot I've been hacking on for years now. Attached please find a draft of the release announcement and the README.text file it mentions; these should be enough

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

2007-09-12 Thread Nicholas Clark
On Tue, Sep 11, 2007 at 11:54:29AM -0700, [EMAIL PROTECTED] wrote: > =item * > > @@ -778,7 +777,7 @@ > However, a variable used as the left side of a binding or submatch > operator is not used for matching. > > -$x := > +$x = > $0 ~~ > > If you do want to match C<$0> agai