Skip Menu |

This queue is for tickets about the PDL-Stats CPAN distribution.

Report information
The Basics
Id: 103847
Status: resolved
Priority: 0/
Queue: PDL-Stats

People
Owner: Nobody in particular
Requestors: derek [...] boulder.swri.edu
Cc:
AdminCc:

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



Subject: spelling correction in glm.pp
Date: Mon, 20 Apr 2015 22:29:34 -0600
To: bug-PDL-Stats [...] rt.cpan.org
From: Derek Lamb <derek [...] boulder.swri.edu>
Hi Maggie, With a PDL-2.008 release candidate installed I could not build PDL::Stats on my Mac OS X Yosemite (using clang) because GLM.xs:6453:12: error: no member named 'propogate_badflag' in 'struct Core'; did you mean 'propagate_badflag'? PDL->propogate_badflag( b, 0 ); I edited GLM/glm.pp to replace all occurrences of 'propogate' with 'propagate' and then build, test, and install went smoothly. Derek
Sounds like a typo to me! Amazed that the code had worked at all with it... I'll get a new release out soon.
Looks like it's due to the new PDL release fixing the typo. http://irclog.perlgeek.de/pdl/2015-03-02 I'd like to wait for PDL 2.008 to be out officially on CPAN to cut a new PDL-Stats release for this.
I did a propogate to propagate substitution locally and it compiled and passed the test suite.