DELETE VARIABLES: Fix bugs related to details of case compaction.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 20 Feb 2023 22:56:34 +0000 (14:56 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 21 Feb 2023 04:06:45 +0000 (20:06 -0800)
commit069cb6eb18b9d5584891ecc6a08596976632ad00
treed568b7d43354df020478bb1e16925dc8363db386
parent07ef0f77af61c25d09f14733d731dc99cf44996e
DELETE VARIABLES: Fix bugs related to details of case compaction.

We have to change AUTORECODE and RANK so that they don't add a
transformation, since transformations prevent DELETE VARIABLES.

Thanks to Frans Houweling for reporting the problem.
src/data/dataset.c
src/data/dataset.h
src/language/commands/autorecode.c
src/language/commands/delete-variables.c
src/language/commands/rank.c
tests/language/commands/delete-variables.at