Skip Menu |

This queue is for tickets about the Doxygen-Filter-Perl CPAN distribution.

Report information
The Basics
Id: 102134
Status: resolved
Priority: 0/
Queue: Doxygen-Filter-Perl

People
Owner: JORDAN [...] cpan.org
Requestors: ari.jolma [...] gmail.com
Cc:
AdminCc:

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



Subject: Too simple regex for cleanline
At Perl.pm:688 cleanline is modified with regex to remove comments based on simple existence of hash mark outside of pattern match. However, hash marks are used also to denote the last index of an array ($#array). Thus, this line may delete too much from the cleanline.
Subject: [rt.cpan.org #102134]
Date: Mon, 16 Feb 2015 14:29:51 +0100
To: bug-Doxygen-Filter-Perl [...] rt.cpan.org
From: Stefan Tauner <stefan.tauner [...] technikum-wien.at>
I am not 100% sure if the reported problem is the same like mine, but I would guess so... I have attached a minimal working example that triggers the problem. The Doxyfile is almost default, only the file endings and the filter was changed. Kind regards, -- Dipl.-Ing. Stefan Tauner Research and Development Embedded Systems Department University of Applied Sciences Technikum Wien Hoechstaedtplatz 6, 1200 Vienna, Austria T: +43 1 333 40 77-316 E: stefan.tauner@technikum-wien.at I: embsys.technikum-wien.at I: www.technikum-wien.at
Download Doxyfile
application/octet-stream 97.9k

Message body not shown because it is not plain text.

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

Subject: [rt.cpan.org #102134]
Date: Mon, 16 Feb 2015 14:40:09 +0100
To: bug-Doxygen-Filter-Perl [...] rt.cpan.org
From: Stefan Tauner <stefan.tauner [...] technikum-wien.at>
And here is a naive but somewhat working patch. It seems to degrade performance quite a bit... but at least it DOES create documentation again ;) Kind regards, -- Dipl.-Ing. Stefan Tauner Research and Development Embedded Systems Department University of Applied Sciences Technikum Wien Hoechstaedtplatz 6, 1200 Vienna, Austria T: +43 1 333 40 77-316 E: stefan.tauner@technikum-wien.at I: embsys.technikum-wien.at I: www.technikum-wien.at

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

On Mon Feb 16 08:40:55 2015, stefan.tauner@technikum-wien.at wrote: Show quoted text
> And here is a naive but somewhat working patch. It seems to degrade > performance quite a bit... but at least it DOES create documentation > again ;) > > Kind regards,
Thanks for the patch. The patch has been applied in the 1.70 version