[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #18533] RANK should allow string grouping variables
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #18533] RANK should allow string grouping variables |
Date: |
Fri, 15 Dec 2006 20:30:26 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Iceweasel/2.0 (Debian-2.0+dfsg-1) |
URL:
<http://savannah.gnu.org/bugs/?18533>
Summary: RANK should allow string grouping variables
Project: PSPP
Submitted by: blp
Submitted on: Friday 12/15/2006 at 12:30
Category: Syntax Parser
Severity: 5 - Average
Status: None
Assigned to: jmd
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
I don't see a reason why grouping variables shouldn't be strings. This patch
seems to be all that is needed:
--- rank.q.~1.21.~ 2006-12-09 21:37:26.000000000 -0800
+++ rank.q 2006-12-15 12:22:50.000000000 -0800
@@ -953,7 +954,7 @@ rank_custom_variables (struct lexer *lex
if (!parse_variables (lexer, dataset_dict (ds),
&group_vars, &n_group_vars,
- PV_NO_DUPLICATE | PV_NUMERIC | PV_NO_SCRATCH) )
+ PV_NO_DUPLICATE | PV_NO_SCRATCH) )
{
free (group_vars);
return 0;
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18533>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #18533] RANK should allow string grouping variables,
Ben Pfaff <=