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

Issue 1828693002: Reland of Android: Run lint using a cache in the output directory (fix-up) (Closed)

Created:
4 years, 9 months ago by agrieve
Modified:
4 years, 8 months ago
Reviewers:
aberent, jbudorick
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland of Android: Run lint using a cache in the output directory (fix-up) No longer trying to guess name of cached .bin file. Previous commit forgot to set --cache-dir for GN. BUG=583661, 597251 Committed: https://crrev.com/070509bda8b8b74d8963907bd5f79909da043c34 Cr-Commit-Position: refs/heads/master@{#382871}

Patch Set 1 #

Patch Set 2 : fixes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -77 lines) Patch
M build/android/BUILD.gn View 1 1 chunk +3 lines, -31 lines 0 comments Download
M build/android/android_lint_cache.gyp View 1 1 chunk +6 lines, -3 lines 0 comments Download
M build/android/gyp/lint.py View 1 6 chunks +13 lines, -15 lines 2 comments Download
M build/android/lint_action.gypi View 1 2 chunks +5 lines, -1 line 0 comments Download
M build/config/android/internal_rules.gni View 1 2 chunks +41 lines, -27 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (6 generated)
agrieve
Created Reland of 🌈 Android: Run lint using a cache in the output directory (fix-up)
4 years, 9 months ago (2016-03-23 14:32:41 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1828693002/80002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1828693002/80002
4 years, 9 months ago (2016-03-23 14:38:57 UTC) #4
jbudorick
lgtm
4 years, 9 months ago (2016-03-23 15:04:17 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 15:45:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1828693002/80002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1828693002/80002
4 years, 9 months ago (2016-03-23 17:21:09 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:80002)
4 years, 9 months ago (2016-03-23 17:26:51 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/070509bda8b8b74d8963907bd5f79909da043c34 Cr-Commit-Position: refs/heads/master@{#382871}
4 years, 9 months ago (2016-03-23 17:28:04 UTC) #13
mlopatkin
https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint.py File build/android/gyp/lint.py (right): https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint.py#newcode138 build/android/gyp/lint.py:138: stderr_filter = lambda l: '' if '_JAVA_OPTIONS' in l ...
4 years, 8 months ago (2016-04-06 22:03:11 UTC) #14
agrieve
https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint.py File build/android/gyp/lint.py (right): https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint.py#newcode138 build/android/gyp/lint.py:138: stderr_filter = lambda l: '' if '_JAVA_OPTIONS' in l ...
4 years, 8 months ago (2016-04-06 23:55:33 UTC) #15
mlopatkin
4 years, 8 months ago (2016-04-07 12:33:57 UTC) #16
Message was sent while issue was closed.
On 2016/04/06 23:55:33, agrieve wrote:
>
https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint.py
> File build/android/gyp/lint.py (right):
> 
>
https://codereview.chromium.org/1828693002/diff/80002/build/android/gyp/lint....
> build/android/gyp/lint.py:138: stderr_filter = lambda l: '' if '_JAVA_OPTIONS'
> in l else l
> On 2016/04/06 22:03:11, mlopatkin wrote:
> > Sorry for posting in this closed review but I suppose this immediatelly adds
> > context to my question.
> > 
> > What is the point of this stderr_filter? Is the intention to only hide
"Picked
> > up.." string from the output? Or to hide Lint's stderr output entirely? The
> > latter is happening now because build_utils.CheckOutput passes all stderr
> > content to the filter at once.
> > 
> > A lot of Lint's internal error messages seems to be hidden due to this -
> > especially CRC errors of interface JARs in classpath.
> 
> ooo, nice catch! the intention was to just hide the one line.
> 
> Was this something you'd like to help fix up? Otherwise, I can fix it up.

I'll fix it along with most errors that this thing is hiding now.

Powered by Google App Engine
This is Rietveld 408576698