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

Issue 12298006: Try to better guess Visual Studio path when building Dart on Windows. (Closed)

Created:
7 years, 10 months ago by aam-me
Modified:
7 years, 10 months ago
Reviewers:
ricow1, ahe, kustermann
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Try to better guess Visual Studio path. BUG= Committed: https://code.google.com/p/dart/source/detail?r=18736

Patch Set 1 #

Total comments: 16

Patch Set 2 : Code cleanup. #

Total comments: 8

Patch Set 3 : Looking for latest Visual Studio installed, but prefer non-Express VS2010 if it is available. #

Total comments: 2

Patch Set 4 : Got rid of arithmetic comparison with None. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -3 lines) Patch
M tools/build.py View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M tools/utils.py View 1 2 3 2 chunks +73 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
aam-me
Hello, With this patch I'm hoping to make tools/build.py smarter so that on Windows it ...
7 years, 10 months ago (2013-02-17 05:46:13 UTC) #1
ahe
LGTM, but it would be great if Martin could take a look as well. https://chromiumcodereview.appspot.com/12298006/diff/1/tools/utils.py ...
7 years, 10 months ago (2013-02-18 15:47:20 UTC) #2
aam-me
Thank you, Peter! I appreciate the comments very much. https://chromiumcodereview.appspot.com/12298006/diff/1/tools/utils.py File tools/utils.py (right): https://chromiumcodereview.appspot.com/12298006/diff/1/tools/utils.py#newcode67 tools/utils.py:67: ...
7 years, 10 months ago (2013-02-18 16:20:06 UTC) #3
kustermann
https://chromiumcodereview.appspot.com/12298006/diff/7003/tools/build.py File tools/build.py (right): https://chromiumcodereview.appspot.com/12298006/diff/7003/tools/build.py#newcode48 tools/build.py:48: 'different versions of Visual Studio)', default='devenv.com') The '--executable' options ...
7 years, 10 months ago (2013-02-18 21:17:52 UTC) #4
kustermann
> Here's what I would prefer: If VS 10 is installed, just take it (so ...
7 years, 10 months ago (2013-02-18 21:26:32 UTC) #5
aam-me
Thank you, Martin, for the review! I understand what you are saying and uploaded new ...
7 years, 10 months ago (2013-02-19 04:04:46 UTC) #6
aam-me
Hi, Martin, here are my responses to your comments :-) Thanks, Alexander Aprelev. https://chromiumcodereview.appspot.com/12298006/diff/7003/tools/build.py File ...
7 years, 10 months ago (2013-02-19 04:06:31 UTC) #7
kustermann
LGTM. Thank you for making the life of dart developers less painful on windows ;-). ...
7 years, 10 months ago (2013-02-19 08:38:23 UTC) #8
aam-me
Thank you, Martin! https://chromiumcodereview.appspot.com/12298006/diff/5003/tools/utils.py File tools/utils.py (right): https://chromiumcodereview.appspot.com/12298006/diff/5003/tools/utils.py#newcode129 tools/utils.py:129: if version > bestGuess[0]: Done. Thanks, ...
7 years, 10 months ago (2013-02-19 11:58:53 UTC) #9
aam-me
7 years, 10 months ago (2013-02-20 03:58:30 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r18736 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698