This queue is for tickets about the GDGraph CPAN distribution.
Maintainer(s)' notes
There are plenty of good ideas of what people can do published here on the queue. Turning a patch from the tracker into a pull request is not one of them. In order to get maintainers' attention way more quickier, PR should have at least a sample included. We know it's hard to test images generating software, but it doesn't mean we can not test numbers produced by intermediate algorithms used to generate these images, so either a test or a sample.
Id: |
73185 |
Status: |
open |
Priority: |
0/
|
Queue: |
GDGraph
|
Owner: |
Nobody in particular
|
Requestors: |
acht [...] alchemic-acht.de
|
Cc: |
|
AdminCc: |
|
|
Severity: |
(no value)
|
Broken in: |
(no value)
|
Fixed in: |
(no value)
|
|
Mon Dec 12 03:34:13 2011
acht [...] alchemic-acht.de - Ticket created
I found a bug, causing a division by zero.
when I set
x_min_value and x_max_value with any values
and
x_tick_number with "auto"
then
line 791:
my $label =
$self->{x_min} +
$t * ($self->{x_max} - $self->{x_min})/$self->{x_tick_number};
interprets $self->{x_tick_number} as 0 and divides by it.
I have a Debian GNU/Linux with Kernelversion 2.6.32-5-686
and Perl 5.10.1
kind regards,
Daniel Wolf
Fri Jun 21 16:51:54 2013
RUZ [...] cpan.org - Correspondence added
Hello,
You recieved this message as you filed a bug report or feature request against GD::Graph module on CPAN.
My name is Ruslan and I'm new co-maintainer of the module. I've updated the module to 1.45 with doc changes and released it to CPAN. See distribution status [1].
I have TODO list for several releases, so if your ticket was a patch then turning it into a nice pull request may expedite inclusion :)
[1]
http://search.cpan.org/~ruz/GDGraph-1.45/Graph.pm#DISTRIBUTION_STATUS
--
Best regards, Ruslan.
Fri Jun 21 16:51:54 2013
The RT System itself - Status changed from 'new' to 'open'