gnats-prs
[Top][All Lists]
Advanced

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

gnats/77: Gnatsd doesn't have a way to send an "all" expression


From: frank
Subject: gnats/77: Gnatsd doesn't have a way to send an "all" expression
Date: 24 May 2000 02:12:19 -0000

>Number:         77
>Category:       gnats
>Synopsis:       Gnatsd doesn't have a way to send an "all" expression
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 23 19:14:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     address@hidden
>Release:        gnatsd-4.0beta
>Organization:
>Environment:

>Description:
In gnats 4.0, the expr function won't take no args.
gnatsweb assumes that expr with no args means all.
>How-To-Repeat:
With 4.0, do a gnatsweb query and uncheck "ignore closed"
The return is "Invalid expression"

(To see it raw, telnet localhost support, and type expr<CR>)
>Fix:
Cheesy gnatsweb workaround:

change line near 1543 from:

my $expr = "";

to:

my $expr = '!builtin:Number="0"';
>Release-Note:
>Audit-Trail:
>Unformatted:


reply via email to

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