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

Issue 2701073002: vpython: Add Python interpreter handling package. (Closed)

Created:
3 years, 10 months ago by dnj
Modified:
3 years, 10 months ago
Reviewers:
iannucci
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

vpython: Add Python interpreter handling package. Add a package to "vpython" to locate and manipulate the system Python interpreter. This includes location, version resolution, and invocation functionality. This package includes opportunistic tests, which will run and assert based on which interpreter(s) are currently installed on the system. BUG=chromium:691818 TEST=unit Review-Url: https://codereview.chromium.org/2701073002 Committed: https://github.com/luci/luci-go/commit/7e123ef96d5a134b8864271e2db68bcbad3e0036

Patch Set 1 #

Total comments: 24

Patch Set 2 : comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+974 lines, -0 lines) Patch
A vpython/python/find.go View 1 1 chunk +60 lines, -0 lines 0 comments Download
A vpython/python/interpreter.go View 1 1 chunk +212 lines, -0 lines 0 comments Download
A vpython/python/python.go View 1 chunk +147 lines, -0 lines 0 comments Download
A vpython/python/python_test.go View 1 1 chunk +226 lines, -0 lines 0 comments Download
A vpython/python/version.go View 1 chunk +144 lines, -0 lines 0 comments Download
A vpython/python/version_test.go View 1 chunk +185 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (6 generated)
dnj
PTAL! This is part of a larger "vpython" CL set for the tool. More information ...
3 years, 10 months ago (2017-02-17 23:17:36 UTC) #3
iannucci
lgtm https://codereview.chromium.org/2701073002/diff/1/vpython/python/find.go File vpython/python/find.go (right): https://codereview.chromium.org/2701073002/diff/1/vpython/python/find.go#newcode53 vpython/python/find.go:53: return nil, errors.Annotate(err).Reason("failed to get veriso for: %(interp)q"). ...
3 years, 10 months ago (2017-02-21 10:08:17 UTC) #4
dnj
https://codereview.chromium.org/2701073002/diff/1/vpython/python/find.go File vpython/python/find.go (right): https://codereview.chromium.org/2701073002/diff/1/vpython/python/find.go#newcode53 vpython/python/find.go:53: return nil, errors.Annotate(err).Reason("failed to get veriso for: %(interp)q"). On ...
3 years, 10 months ago (2017-02-21 23:21:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2701073002/40001
3 years, 10 months ago (2017-02-22 07:44:26 UTC) #8
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 07:49:43 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/luci-go/commit/7e123ef96d5a134b8864271e2db68bcbad3e0036

Powered by Google App Engine
This is Rietveld 408576698