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
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
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_
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
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
# 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
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
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