Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 3124017: Fix duplicate Dependency that appeared by switching from a flat list to a tree. (Closed)

Created:
10 years, 4 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Fix duplicate Dependency that appeared by switching from a flat list to a tree. Instead of keeping the reference information in the parent, note for each Dependency if it should be processed with self.should_process. I had to hack a bit with the hooks to also enforce recursion_limit() to keep the old behavior, otherwise From() could cause hooks to run that weren't run before. BUG=50015 TEST=hooks are run properly. Tested with webkit and pagespeed and buildbot master, fixes running the same checkout multiple times. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55895

Patch Set 1 #

Patch Set 2 : fixed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -29 lines) Patch
M gclient.py View 1 15 chunks +49 lines, -29 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
M-A Ruel
10 years, 4 months ago (2010-08-12 15:56:38 UTC) #1
bradn
http://codereview.chromium.org/3124017/diff/2001/3001 File gclient.py (right): http://codereview.chromium.org/3124017/diff/2001/3001#newcode430 gclient.py:430: #should_process = False Was this meant to be commented ...
10 years, 4 months ago (2010-08-12 16:38:32 UTC) #2
M-A Ruel
yes but I'll just remove it. On-screen keyboard adds typos to my usual grammar dysfunction. ...
10 years, 4 months ago (2010-08-12 16:40:28 UTC) #3
bradn
10 years, 4 months ago (2010-08-12 16:48:13 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698