Summary: | webkit-patch land calls scm.changed_files 4 times! | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> | ||||
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, cjerdonek, commit-queue, mjs, ojan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Eric Seidel (no email)
2010-05-24 01:31:53 PDT
Actually, it's scm.changed_files() at fault here. Ok, so 3 of those were scm.changed_files, and one of those was scm.working_directory_is_clean. I have a patch to get rid of two of the changed_files calls. Not sure about the scm.working_directory_is_clean call yet. Created attachment 56862 [details]
Patch
Comment on attachment 56862 [details]
Patch
Ok.
Comment on attachment 56862 [details] Patch Clearing flags on attachment: 56862 Committed r60124: <http://trac.webkit.org/changeset/60124> All reviewed patches have been landed. Closing bug. |