Bug 62828 - Make fuzzy matching of commands, like createbug, work in sheriffbot
Summary: Make fuzzy matching of commands, like createbug, work in sheriffbot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
: 62251 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-16 15:01 PDT by WebKit Review Bot
Modified: 2011-10-14 17:03 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2011-06-16 15:01:21 PDT
Allow fuzzy matching of commands, like createbug
Requested by smfr on #webkit.
Comment 1 Dirk Pranke 2011-06-22 11:04:23 PDT
*** Bug 62251 has been marked as a duplicate of this bug. ***
Comment 2 Adam Barth 2011-06-23 21:34:23 PDT
That's a nice idea.  Assigning to myself so I don't lose track of this issue.
Comment 3 Adam Barth 2011-10-13 15:53:21 PDT
Dave did one pass on this.  We could do more, but I think we've solved smfr's original use case.
Comment 4 David Levin 2011-10-14 14:43:03 PDT
I don't understand this request.

Is it to take a command like
sherrifbot: creaetbug blah
and make it run "createbug" because the command was close enough?

Or is it to make the sherrifbot, tell the user "did you mean createbug?" and let the user retype the command.

The 1st one seems slightly concerning but I guess the sherrifbot never does anything really permanent other than file a bug so it could be ok.
Comment 5 Adam Barth 2011-10-14 17:03:25 PDT
smfr couldn't remember whether it was create-bug or createbug.  I think a "did you mean" would be better than actually executing the command.