Skip Menu |

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

Report information
The Basics
Id: 88878
Status: resolved
Priority: 0/
Queue: PDL-VectorValued

People
Owner: moocow [...] cpan.org
Requestors: chm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in:
  • 0.07
  • 0.07.001
  • 0.07002



Subject: does not support coming 64bit indexing

The upcoming PDL-2.007 release features 64bit index support.
A look through this code (and test output) shows that it uses
the assumed 32bit index integer types.  There is a new PDL_Indx
(C type), an indx (for signatures), and an indx() type/conversion
(perl/PDL level).  You can check if the 64bit support is present
by checking defined(&PDL::indx) for the base PDL distribution
you are building against.

On 2013-09-21 20:09:50, CHM wrote: Show quoted text
> The upcoming PDL-2.007 release features 64bit index support. > A look through this code (and test output) shows that it uses > the assumed 32bit index integer types. There is a new PDL_Indx > (C type), an indx (for signatures), and an indx() type/conversion > (perl/PDL level). You can check if the 64bit support is present > by checking defined(&PDL::indx) for the base PDL distribution > you are building against.
ought to be fixed in v0.07