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

Issue 118021: Add some basic validation of the msvs_guid to require upper-case hex... (Closed)

Created:
11 years, 6 months ago by awong
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn, sgk
CC:
chromium-reviews_googlegroups.com, John Grabowski
Visibility:
Public.

Description

Add some basic validation of the msvs_guid to require upper-case hex characters. If there are lower case hex characters, IncrediBuild BuildConsole's parsing logic will think the guid is valid, but silently skip building the target causing hard to track build failures. This check works around the issue by bailing out earlier.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M pylib/gyp/generator/msvs.py View 1 2 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
awong
This the real CL.
11 years, 6 months ago (2009-05-29 19:44:05 UTC) #1
bradn
Other than some nits. LGTM http://codereview.chromium.org/118021/diff/1002/3 File pylib/gyp/generator/msvs.py (right): http://codereview.chromium.org/118021/diff/1002/3#newcode17 Line 17: # IncrediBuild BuildConsol ...
11 years, 6 months ago (2009-05-29 19:51:32 UTC) #2
awong
All fixed. Pushing through try servers, and assuming those are good, will submit. http://codereview.chromium.org/118021/diff/1002/3 File ...
11 years, 6 months ago (2009-05-29 21:22:29 UTC) #3
awong
Forgot gyp isn't in the chromium repository. I hacked the patch through the try server ...
11 years, 6 months ago (2009-05-30 14:56:37 UTC) #4
awong
11 years, 6 months ago (2009-05-31 06:02:07 UTC) #5
Landed by Brad in gyp r506.

Closing issue.

Thanks Brad!

Powered by Google App Engine
This is Rietveld 408576698