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

Issue 547853002: closure: consider <include>d files when tracking compilation progress. (Closed)

Created:
6 years, 3 months ago by Dan Beam
Modified:
6 years, 3 months ago
CC:
chromium-reviews, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

closure: consider <include>d files when tracking compilation progress. R=vitalyp@chromium.org,tbreisacher@chromium.org BUG=407385 NOTRY=true Committed: https://crrev.com/7563b7e3a58488b6ba4ed812f5f131a991cb1bf3 Cr-Commit-Position: refs/heads/master@{#293836}

Patch Set 1 #

Patch Set 2 : process wants/needs as well #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -4 lines) Patch
M third_party/closure_compiler/tools/compile_coverage.py View 1 5 chunks +15 lines, -4 lines 3 comments Download

Messages

Total messages: 12 (1 generated)
Dan Beam
before: compiled: 27 files, 8057 lines need: 770 files, 216059 lines 3.73% done with the ...
6 years, 3 months ago (2014-09-06 01:12:55 UTC) #1
Dan Beam
forgot the most important stats! -0.09% done w/files we need to compile :( +0.01% done ...
6 years, 3 months ago (2014-09-06 01:19:12 UTC) #2
Vitaly Pavlenko
lgtm
6 years, 3 months ago (2014-09-06 01:25:25 UTC) #3
Dan Beam
ping tbreisacher@
6 years, 3 months ago (2014-09-08 19:18:24 UTC) #4
Tyler Breisacher (Chromium)
lgtm
6 years, 3 months ago (2014-09-08 19:49:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/547853002/20001
6 years, 3 months ago (2014-09-09 01:53:28 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 702ea972b540d0f3cd952bc470d9bd849dd046a3
6 years, 3 months ago (2014-09-09 01:57:26 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7563b7e3a58488b6ba4ed812f5f131a991cb1bf3 Cr-Commit-Position: refs/heads/master@{#293836}
6 years, 3 months ago (2014-09-10 03:49:48 UTC) #9
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closure_compiler/tools/compile_coverage.py File third_party/closure_compiler/tools/compile_coverage.py (right): https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closure_compiler/tools/compile_coverage.py#newcode90 third_party/closure_compiler/tools/compile_coverage.py:90: compiled.update([os.path.abspath(d) for d in rel_depends]) Maybe compiled.update([file for d ...
6 years, 3 months ago (2014-09-16 01:11:16 UTC) #10
Dan Beam
https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closure_compiler/tools/compile_coverage.py File third_party/closure_compiler/tools/compile_coverage.py (right): https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closure_compiler/tools/compile_coverage.py#newcode90 third_party/closure_compiler/tools/compile_coverage.py:90: compiled.update([os.path.abspath(d) for d in rel_depends]) On 2014/09/16 01:11:16, Vitaly ...
6 years, 3 months ago (2014-09-16 01:13:44 UTC) #11
Dan Beam
6 years, 3 months ago (2014-09-16 01:14:14 UTC) #12
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closu...
File third_party/closure_compiler/tools/compile_coverage.py (right):

https://chromiumcodereview.appspot.com/547853002/diff/20001/third_party/closu...
third_party/closure_compiler/tools/compile_coverage.py:90:
compiled.update([os.path.abspath(d) for d in rel_depends])
On 2014/09/16 01:13:43, Dan Beam wrote:
> On 2014/09/16 01:11:16, Vitaly Pavlenko wrote:
> > Maybe
> > compiled.update([file for d in rel_depends for file in
> > processor.Processor(os.path.abspath(d)).included_files])
> > ?
> 
> this probably needs to recurse, though, no?

oh, nvm, it already should... yeah that'd probably work

Powered by Google App Engine
This is Rietveld 408576698