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

Issue 6791018: Add a warning if the current version of python is not 2.5 (Closed)

Created:
9 years, 8 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke
Visibility:
Public.

Description

Add a warning if the current version of python is not 2.5 R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=80212

Patch Set 1 #

Patch Set 2 : Updated to work seamlessly with python 2.5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -42 lines) Patch
M PRESUBMIT.py View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome-update.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M drover.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M fix_encoding.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M gcl.py View 1 2 chunks +4 lines, -8 lines 0 comments Download
M gclient.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M git_cl.py View 1 2 chunks +8 lines, -3 lines 0 comments Download
M owners.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M presubmit_canned_checks.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M presubmit_support.py View 1 2 chunks +4 lines, -9 lines 0 comments Download
M trychange.py View 1 2 chunks +8 lines, -13 lines 0 comments Download
M watchlists.py View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
M-A Ruel
9 years, 8 months ago (2011-04-01 18:23:19 UTC) #1
Dirk Pranke
I don't like this patch. I understand what you're trying to accomplish, but it's at ...
9 years, 8 months ago (2011-04-01 18:53:56 UTC) #2
M-A Ruel
On 2011/04/01 18:53:56, Dirk Pranke wrote: > I don't like this patch. I understand what ...
9 years, 8 months ago (2011-04-01 19:32:40 UTC) #3
Dirk Pranke
There are two other, more important reasons for me not wanting to encourage people to ...
9 years, 8 months ago (2011-04-01 19:45:14 UTC) #4
M-A Ruel
I don't want to encourage anyone to run python 2.5 by default. I just want ...
9 years, 8 months ago (2011-04-01 19:51:49 UTC) #5
Dirk Pranke
Ok, fair enough. LGTM, although I would still prefer that this was done programmatically rather ...
9 years, 8 months ago (2011-04-01 20:05:21 UTC) #6
M-A Ruel
9 years, 8 months ago (2011-04-01 20:22:02 UTC) #7
On 2011/04/01 20:05:21, Dirk Pranke wrote:
> Ok, fair enough.
> 
> LGTM, although I would still prefer that this was done
> programmatically rather than by user nudging.

I agree but the presubmit script cannot install anything so that's really just a
best effort here. I thought about finding and loading python2.5 dynamically but
I was afraid it would complicate things unnecessarily.

Powered by Google App Engine
This is Rietveld 408576698