Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDL CPAN distribution.

Report information
The Basics
Id: 35666
Status: resolved
Priority: 0/
Queue: PDL

People
Owner: Nobody in particular
Requestors: woody [...] hackswell.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 2.4.3
Fixed in: (no value)



Subject: PDL Has no signed 8-bit integer datatype
Date: Tue, 6 May 2008 12:07:54 -0400
To: bug-PDL [...] rt.cpan.org
From: "Sir Woody Hackswell" <woody [...] hackswell.com>
This bug should affect all platforms. I'm trying to improve on PDL::IO::HDF5, and HDF5 has both signed and unsigned byte (I8/U8) types. However, PDL only has unsigned byte types. Any PDLs created from HDF5 files (and potentially other data sources) will be incorrect if they are signed 8-bit integers. Suggest an extra PDL type of PDL_SB to go along with PDL_B (so as not to break existing code... though it _should_ be PDL_UB and PDL_B). I'm using PDL v2.4.3, Perl 5.8.8 (on MSWin32 if it matters) -- -Sir Woody Hackswell
I'm the original submitter... sorry. I finally found my PAUSE account. ;) Also suggest the following full list of datatypes (* means need to add): PDL_B * PDL_UB * PDL_S PDL_US PDL_L PDL_UL * PDL_LL PDL_ULL * PDL_F PDL_D The bigger question is do we do the datatypes consistently, and have PDL_B and PDL_UB (which breaks older progams), or maintain backwards compatibility and use PDL_B and PDL_SB? -Richard
See http://sourceforge.net/tracker/?func=browse&group_id=612&atid=100612 at bug # 1994584 at the PDL sourceforge page for follow up and resolution.
Subject: Re: [rt.cpan.org #35666] PDL Has no signed 8-bit integer datatype
Date: Sun, 15 Jun 2008 20:42:14 -0400
To: bug-PDL [...] rt.cpan.org
From: "Sir Woody Hackswell" <woody [...] hackswell.com>
Thank you for submitting it to what seems to be a more appropriate bug forum! :) On Sun, Jun 15, 2008 at 5:58 PM, Chris Marshall via RT <bug-PDL@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=35666 > > > See http://sourceforge.net/tracker/?func=browse&group_id=612&atid=100612 > at bug # 1994584 at the PDL sourceforge page for follow up and resolution. >
-- -Sir Woody Hackswell