Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ExtUtils-ParseXS CPAN distribution.

Report information
The Basics
Id: 70559
Status: resolved
Priority: 0/
Queue: ExtUtils-ParseXS

People
Owner: Nobody in particular
Requestors: spb [...] exherbo.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] ExtUtils::ParseXS can put null characters in source files
Date: Sun, 28 Aug 2011 17:24:07 +0000
To: bug-ExtUtils-ParseXS [...] rt.cpan.org
From: Stephen Bennett <spb [...] exherbo.org>
When generating exception handling stubs, there's an insufficiently escaped '\0' sequence in the heredoc used. This ends up putting a literal null character in the generated source file, which creates ugly compiler warnings. The attached (trivial) patch fixes this.

Message body is not shown because sender requested not to inline it.

Thanks for the patch! It requires application to the perl core. What email address should I add to the list of perl authors for you? Best regards, Steffen
Subject: Re: [rt.cpan.org #70559] [PATCH] ExtUtils::ParseXS can put null characters in source files
Date: Mon, 29 Aug 2011 10:16:37 +0000
To: Steffen Mueller via RT <bug-ExtUtils-ParseXS [...] rt.cpan.org>
From: Stephen Bennett <spb [...] exherbo.org>
On Mon, Aug 29, 2011 at 02:11:12AM -0400, Steffen Mueller via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=70559 > > > Thanks for the patch! > > It requires application to the perl core. What email address should I add > to the list of perl authors for you?
This one (spb at exherbo dot org) is probably best.
Thanks, applied to the perl core and part of the just-uploaded ParseXS 3.04_02. Best regards, Steffen