bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #24975] Show variable attributes in var sheet


From: Ben Pfaff
Subject: PSPP-BUG: [bug #24975] Show variable attributes in var sheet
Date: Wed, 03 Dec 2008 04:24:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1)

Follow-up Comment #2, bug #24975 (project pspp):

>...the dictionary needs an additional structure which will contain
>the union of all the sets of variable attribute names for all 
>variables in that dictionary.

It really doesn't sound ideal to put this in struct dictionary, since most
struct dictionary clients have no interest in it.  To me, it sounds like a
better idea to put it in an auxiliary structure that PSPPIRE maintains (I
think that we have PsppireDictionary or some such object) and update it from a
callback when something changes.

If we don't have all the necessary callbacks for this then I'd be glad to add
them.

>This structure also will need to be indexable by integer value.
>I suggest that Ben's abt structure containing reference counted
>elements would be the way to go.

It certainly sounds like a reasonable option.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?24975>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]