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

Issue 2627007: Bring some OOP and sanity to gclient.py. (Closed)

Created:
10 years, 6 months ago by M-A Ruel
Modified:
9 years, 7 months ago
CC:
chromium-reviews, piman, anush, vb, M-A Ruel
Visibility:
Public.

Description

- Bring some OOP and sanity to gclient.py. - Changed the algorithm from breadth-first to depth-first. - Added infinite recursion support. - Fixed From() of From() dependency. - Fixed cross solution custom deps aliasing. - Removed support code for old .gclient_entries format. - Added revinfo --actual, --snapshot is unchanged. - Removed IsGitCheckout() in favor for a direct check for .git presence. TEST=all test pass (Superseeded by http://codereview.chromium.org/2867047)

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebased on newest changes #

Patch Set 3 : sync to HEAD #

Patch Set 4 : rebase against trunk #

Patch Set 5 : Move code back to PrintRevInfo() #

Patch Set 6 : Fixed pm.update() #

Patch Set 7 : Fix hooks on git-svn #

Total comments: 4

Patch Set 8 : diff against http://codereview.chromium.org/2836042 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -318 lines) Patch
M gclient.py View 1 2 3 4 5 6 7 12 chunks +213 lines, -298 lines 0 comments Download
M gclient_utils.py View 1 1 chunk +0 lines, -8 lines 0 comments Download
M tests/gclient_smoketest.py View 1 2 3 4 5 6 7 5 chunks +41 lines, -11 lines 0 comments Download
M tests/gclient_utils_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
M-A Ruel
... and removed more code than I added along the way. The smoke tests all ...
10 years, 6 months ago (2010-06-07 02:19:23 UTC) #1
M-A Ruel
ping, Nasser is on vacation.
10 years, 6 months ago (2010-06-09 01:29:03 UTC) #2
Mandeep Singh Baines
This is a huge codereview which addresses multiple issues. I prefer one codereview per independent ...
10 years, 6 months ago (2010-06-09 14:44:37 UTC) #3
M-A Ruel
Can you take a new look? The diff isn't as massive as before and I ...
10 years, 5 months ago (2010-06-28 20:05:14 UTC) #4
M-A Ruel
On 2010/06/28 20:05:14, Marc-Antoine Ruel wrote: > Can you take a new look? The diff ...
10 years, 5 months ago (2010-06-30 19:58:41 UTC) #5
Mandeep Singh Baines
10 years, 5 months ago (2010-06-30 21:14:52 UTC) #6
There is a lot going on here. I really prefer changes which do one thing.

http://codereview.chromium.org/2627007/diff/21001/22001
File gclient.py (right):

http://codereview.chromium.org/2627007/diff/21001/22001#newcode205
gclient.py:205: if path[0] != "/":
path.beginswith("/")

http://codereview.chromium.org/2627007/diff/21001/22001#newcode460
gclient.py:460: %(solution_deps)s    },
Why?

http://codereview.chromium.org/2627007/diff/21001/22001#newcode468
gclient.py:468: %(solution_list)s]
Why?

http://codereview.chromium.org/2627007/diff/21001/22001#newcode551
gclient.py:551: text = 'entries = {\n%s}\n' % ''.join(result)
This change has nothing to do with the rest of the changes. It is easier to
review small independent changes versus a grab-bag of fixes.

Powered by Google App Engine
This is Rietveld 408576698