WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
49083
Clean up imports for webkit-patch.
https://bugs.webkit.org/show_bug.cgi?id=49083
Summary
Clean up imports for webkit-patch.
James Kozianski
Reported
2010-11-05 11:47:21 PDT
Clean up imports for webkit-patch.
Attachments
Patch
(4.03 KB, patch)
2010-11-05 12:15 PDT
,
James Kozianski
eric
: review-
Details
Formatted Diff
Diff
Patch
(4.09 KB, patch)
2010-11-05 13:50 PDT
,
James Kozianski
no flags
Details
Formatted Diff
Diff
Patch
(4.62 KB, patch)
2010-11-05 14:34 PDT
,
James Kozianski
no flags
Details
Formatted Diff
Diff
Patch
(5.20 KB, patch)
2010-11-08 15:31 PST
,
James Kozianski
no flags
Details
Formatted Diff
Diff
Patch
(5.09 KB, patch)
2010-11-09 11:45 PST
,
James Kozianski
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
James Kozianski
Comment 1
2010-11-05 12:15:29 PDT
Created
attachment 73099
[details]
Patch
Ojan Vafai
Comment 2
2010-11-05 13:29:02 PDT
Comment on
attachment 73099
[details]
Patch Good clean up. Please sort the commands (as per unix sort command).
James Kozianski
Comment 3
2010-11-05 13:50:07 PDT
Created
attachment 73112
[details]
Patch
Ojan Vafai
Comment 4
2010-11-05 14:18:57 PDT
Comment on
attachment 73112
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=73112&action=review
> WebKitTools/Scripts/webkitpy/tool/main.py:46 > +from optparse import make_option > +from webkitpy.common.net.statusserver import StatusServer
Can these not be in sorted order? I realize the imports surrounding it aren't, but they really should be if they can.
James Kozianski
Comment 5
2010-11-05 14:34:57 PDT
Created
attachment 73120
[details]
Patch
Eric Seidel (no email)
Comment 6
2010-11-05 15:26:35 PDT
Comment on
attachment 73099
[details]
Patch This was breaking teh win-ews.
Ojan Vafai
Comment 7
2010-11-08 11:27:42 PST
This patch didn't seem to apply on any of the EWS bots. I assume it won't on the commit-queue either. Any ideas why?
James Kozianski
Comment 8
2010-11-08 15:31:41 PST
Created
attachment 73294
[details]
Patch
James Kozianski
Comment 9
2010-11-08 15:32:34 PST
Sorry, my bad - my checkout was out of date.
WebKit Commit Bot
Comment 10
2010-11-08 21:45:51 PST
Comment on
attachment 73294
[details]
Patch Rejecting patch 73294 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=abarth-cq-sl', 'apply-attachment', '--force-clean', '--non-interactive', 73294]" exit_code: 1 Traceback (most recent call last): File "./WebKitTools/Scripts/webkit-patch", line 70, in <module> main() File "./WebKitTools/Scripts/webkit-patch", line 63, in main from webkitpy.tool.main import WebKitPatch File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/main.py", line 42, in <module> from webkitpy.common.net.rietveld import Rietveld ImportError: No module named rietveld Full output:
http://queues.webkit.org/results/5577007
James Kozianski
Comment 11
2010-11-09 11:45:51 PST
Created
attachment 73395
[details]
Patch
James Kozianski
Comment 12
2010-11-09 11:49:28 PST
Apologies for the failure - it was running fine on my box because there were still lingering .pyc files for .py files that were removed in prior patches.
Eric Seidel (no email)
Comment 13
2010-11-09 12:05:00 PST
Comment on
attachment 73395
[details]
Patch Looks fine, assuming it runs. Last time this patch broke the win-ews :(
WebKit Commit Bot
Comment 14
2010-11-09 12:24:21 PST
Comment on
attachment 73395
[details]
Patch Clearing flags on attachment: 73395 Committed
r71667
: <
http://trac.webkit.org/changeset/71667
>
WebKit Commit Bot
Comment 15
2010-11-09 12:24:27 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug