[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [patch #5236] Case Data type
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [patch #5236] Case Data type |
Date: |
Wed, 12 Jul 2006 22:44:22 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1) |
Follow-up Comment #1, patch #5236 (project pspp):
So, I basically like the idea. But:
* "datum" is a bad name IMO. It's too generic. "value" is bad enough.
Maybe "string_data" or "char_data" or "value_byte" or "value_octet" or...
Actually I don't like any of those either. The name should ideally indicate
that it's related to what goes in a "union value" and that it's 8 bits in
size and it's opaque. Anyone got any ideas?
* I think that its definition should be in value.h, because it's intimately
related to what goes in a "union value". But I'm willing to be persuaded
otherwise--do you have an argument why it should be in a new header of its
own?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=5236>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [patch #5236] Case Data type, John Darrington, 2006/07/12
- PSPP-BUG: [patch #5236] Case Data type,
Ben Pfaff <=
- PSPP-BUG: [patch #5236] Case Data type, Ben Pfaff, 2006/07/13
- PSPP-BUG: [patch #5236] Case Data type, John Darrington, 2006/07/13
- PSPP-BUG: [patch #5236] Case Data type, Ben Pfaff, 2006/07/13
- PSPP-BUG: [patch #5236] Case Data type, John Darrington, 2006/07/13
- PSPP-BUG: [patch #5236] Case Data type, Ben Pfaff, 2006/07/13
- PSPP-BUG: [patch #5236] Case Data type, John Darrington, 2006/07/19
- PSPP-BUG: [patch #5236] Case Data type, Ben Pfaff, 2006/07/25
- PSPP-BUG: [patch #5236] Case Data type, John Darrington, 2006/07/26