[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-134-g52a9e
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-134-g52a9e7344 |
Date: |
Wed, 23 Nov 2022 19:43:03 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
discards 489c75ef792b9c71448ea1f9d22fe72c84d3e0d5 (commit)
via 52a9e73448f45fdc70f9ab7508744cefb291a7b7 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (489c75ef792b9c71448ea1f9d22fe72c84d3e0d5)
\
N -- N -- N (52a9e73448f45fdc70f9ab7508744cefb291a7b7)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 52a9e73448f45fdc70f9ab7508744cefb291a7b7
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Wed Nov 23 16:39:35 2022 -0800
CTABLES: Make EMPTY independent of other settings on CATEGORIES.
Frans Houweling reported that the following two commands behave
differently:
CTABLES /TABLE=class > datum BY size
/CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE
/CATEGORIES VARIABLES=size TOTAL=YES.
CTABLES /TABLE=class > datum BY size
/CATEGORIES VARIABLES=size TOTAL=YES
/CATEGORIES VARIABLES=ALL EMPTY=EXCLUDE.
There was a good reason for this, which is that CATEGORIES always changes
all the category attributes of whatever variables are named. That is,
CATEGORIES VARIABLES=ALL overrides TOTAL even if EMPTY is the only
subcommand given. I don't know what SPSS does here, but this behavior is
surprising enough that I wanted to change it. This commit does that;
afterward, both of the above commands behave the same way, which
combines effects of TOTAL=YES and EMPTY=EXCLUDE for size and just
EMPTY=EXCLUDE for the class and datum.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-134-g52a9e7344,
Ben Pfaff <=