Re: [Pdl-devel] Issue when setting PMFunc to undef

2022-02-11 Thread Ed .
ailto:pdl-devel@lists.sourceforge.net> Subject: Re: [Pdl-devel] Issue when setting PMFunc to undef Hello Ed, Thanks for clearing that up. What you describe is exactly what I meant to achieve. The PDL::PP version of the function is not meant to be called directly. It is meant to be called by the

Re: [Pdl-devel] Issue when setting PMFunc to undef

2022-02-11 Thread David Mertens
Hello Ed, Thanks for clearing that up. What you describe is exactly what I meant to achieve. The PDL::PP version of the function is not meant to be called directly. It is meant to be called by the Perl-side wrapper. I suppose I could set it to an empty string instead of undef. For details: the PD

Re: [Pdl-devel] Issue when setting PMFunc to undef

2022-02-10 Thread Ed .
Hi David, Welcome back, and glad to hear the Prima modules are getting some attention! I recently added “use strict; use warnings” to everything in the PDL distro, and have squashed (or in some cases actually fixed) most of the warnings resulting. Evidently this is one I missed. I have just add