RESOLVED FIXED Bug 68917
watchlist: Add the filename pattern for definitions.
https://bugs.webkit.org/show_bug.cgi?id=68917
Summary watchlist: Add the filename pattern for definitions.
David Levin
Reported 2011-09-27 11:06:52 PDT
See summary.
Attachments
Patch (12.11 KB, patch)
2011-09-27 11:12 PDT, David Levin
abarth: review+
David Levin
Comment 1 2011-09-27 11:12:10 PDT
Adam Barth
Comment 2 2011-09-27 11:56:19 PDT
Comment on attachment 108870 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108870&action=review > Tools/Scripts/webkitpy/common/watchlist/watchlist.py:32 > +# The "set" type only became available in Python 2.6. > +# It was an imort before that. Really? I thought we used that all over the place.
David Levin
Comment 3 2011-09-27 11:59:28 PDT
(In reply to comment #2) > (From update of attachment 108870 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=108870&action=review > > > Tools/Scripts/webkitpy/common/watchlist/watchlist.py:32 > > +# The "set" type only became available in Python 2.6. > > +# It was an imort before that. > > Really? I thought we used that all over the place. It looks like we do. My mistake it is "New in version 2.4." I'll remove this. (I only havw python 2.6, so I had not verified this.)
David Levin
Comment 4 2011-09-27 13:00:44 PDT
Note You need to log in before you can comment on or make changes to this bug.