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

Issue 2224783002: clang update script: Verify that VERSION is correct. (Closed)

Created:
4 years, 4 months ago by Nico
Modified:
4 years, 4 months ago
Reviewers:
hans
CC:
chromium-reviews, eugenis+clang_chromium.org, vmpstr+watch_chromium.org, yunlian, Reid Kleckner, glider+clang_chromium.org, Nico, ukai+watch_chromium.org, hans, dmikurube+clang_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

clang update script: Verify that VERSION is correct. BUG=629966 Committed: https://crrev.com/1a12f0dc15e89907a833f7ad38e91bc89d4ef4e4 Cr-Commit-Position: refs/heads/master@{#410467}

Patch Set 1 #

Total comments: 2

Patch Set 2 : check on win #

Total comments: 5

Patch Set 3 : regex #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M tools/clang/scripts/update.py View 1 2 2 chunks +19 lines, -1 line 0 comments Download

Messages

Total messages: 22 (10 generated)
Nico
Should've done that half a year ago, would've saved me some time this time round ...
4 years, 4 months ago (2016-08-07 19:44:16 UTC) #4
hans
https://codereview.chromium.org/2224783002/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/1/tools/clang/scripts/update.py#newcode381 tools/clang/scripts/update.py:381: # FIXME: Parse `clang-cl /?` output for built clang's ...
4 years, 4 months ago (2016-08-08 16:11:23 UTC) #7
Nico
done https://codereview.chromium.org/2224783002/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/1/tools/clang/scripts/update.py#newcode381 tools/clang/scripts/update.py:381: # FIXME: Parse `clang-cl /?` output for built ...
4 years, 4 months ago (2016-08-08 17:01:32 UTC) #8
Nico
(please hit cq if you like this now)
4 years, 4 months ago (2016-08-08 18:23:17 UTC) #9
hans
https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py#newcode385 tools/clang/scripts/update.py:385: clang += '.exe' Yeah, I think checking clang is ...
4 years, 4 months ago (2016-08-08 18:54:00 UTC) #10
Nico
https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py#newcode387 tools/clang/scripts/update.py:387: version_out = re.match(r'clang version (\S+)', version_out).group(1) On 2016/08/08 18:54:00, ...
4 years, 4 months ago (2016-08-08 19:00:31 UTC) #11
hans
https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py#newcode387 tools/clang/scripts/update.py:387: version_out = re.match(r'clang version (\S+)', version_out).group(1) On 2016/08/08 19:00:31, ...
4 years, 4 months ago (2016-08-08 19:27:32 UTC) #12
Nico
https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/2224783002/diff/20001/tools/clang/scripts/update.py#newcode387 tools/clang/scripts/update.py:387: version_out = re.match(r'clang version (\S+)', version_out).group(1) On 2016/08/08 19:27:32, ...
4 years, 4 months ago (2016-08-08 20:26:20 UTC) #15
hans
lgtm
4 years, 4 months ago (2016-08-08 20:30:49 UTC) #16
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/2224783002/40001
4 years, 4 months ago (2016-08-08 20:43:59 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-08 21:30:42 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 21:32:30 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/1a12f0dc15e89907a833f7ad38e91bc89d4ef4e4
Cr-Commit-Position: refs/heads/master@{#410467}

Powered by Google App Engine
This is Rietveld 408576698