[Ns-bugs] [Bug 164] Config calls which take a string can fail silently
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Wed Apr 9 14:32:00 PDT 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=164
------- Comment #4 from mathieu.lacage at sophia.inria.fr 2008-04-09 17:32 -------
> But, if the user has used wildcards and a mixed network (wired + wifi), then,
> the code has no way to know the difference between a match failure against a
> non-existent and correctly spelled attribute (which is _not_ an error when
> using wildcards) and a match failure against an existent but incorrectly
> spelled attribute.
I should have pointed out that this kind of problem is pretty common: regular
expression matching suffers from the same problem: when you have a regex, the
regex engine cannot tell which matching failures are errors from the point of
view of the user and which are not. If there is a good regex debugging tool, I
am not aware of its existence but, I would love to see one...
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list