Re: [perl #43923] [TODO] Don't regenerate MANIFEST unnecessarily

2007-07-19 Thread James E Keenan
Will Coleda wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #43923] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43923 > The recently added functionality to not regen MANIFEST.SKIP should b

Re: Pre-OSCON hackathon: #hackathon

2007-07-19 Thread James E Keenan
At both Hackathon Toronto and the post-YAPC hackathon in Houston we had the use of IRC channel #hackathon. But a couple of days after the Houston event ended, the channel got heavily spammed and someone changed the channel settings to "invite only." I was not on the channel at the time, so I

Re: PMC/GC help needed

2007-07-19 Thread Will Coleda
chromatic writes: On Thursday 19 July 2007 01:56:21 Leopold Toetsch wrote: Am Donnerstag, 19. Juli 2007 02:48 schrieb Will Coleda: > void init() { > PMC* counter; > > PMC_str_val(SELF) = > string_make_empty(INTERP, enum_stringrep_one, 0); > PObj_

[perl #24251] [TODO] IMCC - improve error messages

2007-07-19 Thread Nuno Carvalho via RT
Greetings, On Mon Sep 13 21:31:17 2004, coke wrote: > The compile error has changed: > > error:imcc:Sub isn't a PMC > in file 'bar.imc' line 5 > > But, IMO, this should still barf on the declaration of "index" instead. > > > [coke - Sun Oct 19 18:01:33 2003]: > > > > Is there a way to get this

Re: PMC/GC help needed

2007-07-19 Thread chromatic
On Thursday 19 July 2007 01:56:21 Leopold Toetsch wrote: > Am Donnerstag, 19. Juli 2007 02:48 schrieb Will Coleda: > >      void init() { > >          PMC* counter; > > > >          PMC_str_val(SELF) = > >              string_make_empty(INTERP, enum_stringrep_one, 0); > >          PObj_custom_mar

[perl #44053] string_nprintf should be two functions

2007-07-19 Thread via RT
# New Ticket Created by Andy Lester # Please include the string: [perl #44053] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44053 > There should be an in-place, and a string-returner, but not both in one func. -- Andy

Re: Project Idea: Perl 6 Syntax Explainer

2007-07-19 Thread Aaron Trevena
This looks like it could 2 different things - 1 is a doxygen type markup where you provide extra stuff, the other could just extract the relevent pod or pod6 for a function/method/operator from standard pod. IME, people write the bare minimum documentation - standard perl5 pod is pretty much that

Re: PMC/GC help needed

2007-07-19 Thread Leopold Toetsch
Am Donnerstag, 19. Juli 2007 02:48 schrieb Will Coleda: > I am trying to write a PMC version of PGE::CodeString, and while I   > have a PMC now that passes all the old tests, I get GC errors during   > the build process for TGE & JSON. > > I know they are GC related because running the affected ste