Bug 62828
Summary: | Make fuzzy matching of commands, like createbug, work in sheriffbot | ||
---|---|---|---|
Product: | WebKit | Reporter: | WebKit Review Bot <webkit.review.bot> |
Component: | Tools / Tests | Assignee: | Adam Barth <abarth> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, dpranke, levin, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
WebKit Review Bot
Allow fuzzy matching of commands, like createbug
Requested by smfr on #webkit.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
*** Bug 62251 has been marked as a duplicate of this bug. ***
Adam Barth
That's a nice idea. Assigning to myself so I don't lose track of this issue.
Adam Barth
Dave did one pass on this. We could do more, but I think we've solved smfr's original use case.
David Levin
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.
Adam Barth
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.