bug-findutils
[Top][All Lists]
Advanced

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

[bug #15271] More misleading error messages


From: Eric Blake
Subject: [bug #15271] More misleading error messages
Date: Thu, 22 Dec 2005 06:30:42 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15271>

                 Summary: More misleading error messages
                 Project: findutils
            Submitted by: ericb
            Submitted on: Thu 12/22/05 at 06:30
                Category: find
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Eric Blake
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.27
           Fixed Release: None

    _______________________________________________________

Details:

A couple more misleading messages, even with your latest patches in regards
to bug 15195:

currently:
$ find \( -true -a ! \)
find: invalid expression; you have too many ')'

nicer (similar to "find \( -true -a !"):
$ find \( -true -a ! \)
find: expected an expression after '!'

currently:
$ find \(
find: invalid expression; empty parentheses are not allowed.

nicer, option a (similar to "find \( -true"):
$ find \(
find: invalid expression; I was expecting to find a ')' somewhere but did not
see one.

nicer, option b (similar to "find !"):
$ find \(
find: expected an expression after '('







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15271>

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





reply via email to

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