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

Issue 9959128: ninja windows: simpler link-wrapper code (Closed)

Created:
8 years, 8 months ago by scottmg
Modified:
8 years, 8 months ago
Reviewers:
Nico
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

ninja windows: simpler link-wrapper code (already reviewed/suggested in previous CL) TBR=thakis@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1300

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
scottmg
8 years, 8 months ago (2012-04-03 23:32:30 UTC) #1
Nico
lgtm
8 years, 8 months ago (2012-04-04 00:33:02 UTC) #2
scottmg
8 years, 8 months ago (2012-04-04 00:53:55 UTC) #3
Hmm, apparently returncode isn't set, or at least there's a race (returncodes
are coming back wrong on bot e.g.
http://build.chromium.org/p/tryserver.nacl/builders/gyp-win64/builds/166/step...)

Popen.wait()ing for the rc says it could deadlock when redirecting, so I'm just
going to revert this change, and go back to communicate().
http://docs.python.org/library/subprocess.html#popen-objects

Powered by Google App Engine
This is Rietveld 408576698