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

Issue 2068863002: Added warning for variable-length arrays to GYP (Closed)

Created:
4 years, 6 months ago by dvonbeck
Modified:
4 years, 6 months ago
Reviewers:
egdaniel, mtklein
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Added warning for variable-length arrays to GYP, since they are unsupprted under Win targets BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2068863002 Committed: https://skia.googlesource.com/skia/+/115e925dc85f3c6dbb140a2c1be3309ff72d3d8b

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed formatting #

Patch Set 3 : Made array size variable 'const' in file triggering -Wvla #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M gyp/common_conditions.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/views/mac/SkNSView.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (12 generated)
dvonbeck
4 years, 6 months ago (2016-06-14 22:27:31 UTC) #4
mtklein
This is a very good idea. The trybots should stop us from landing something that ...
4 years, 6 months ago (2016-06-15 14:43:27 UTC) #6
dvonbeck
I fixed the formatting (oops). Should I land it then? https://codereview.chromium.org/2068863002/diff/1/gyp/common_conditions.gypi File gyp/common_conditions.gypi (right): https://codereview.chromium.org/2068863002/diff/1/gyp/common_conditions.gypi#newcode249 ...
4 years, 6 months ago (2016-06-15 14:59:04 UTC) #9
egdaniel
lgtm
4 years, 6 months ago (2016-06-15 15:01:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2068863002/20001
4 years, 6 months ago (2016-06-15 15:02:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2068863002/20001
4 years, 6 months ago (2016-06-15 15:02:26 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Mac-Clang-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac-Clang-x86_64-Release-Trybot/builds/3202)
4 years, 6 months ago (2016-06-15 15:07:12 UTC) #16
mtklein
Nice! You found a bug! SkNSView.mm:347: static int kAttributeCount = SK_ARRAY_COUNT(attributes); that needs to be ...
4 years, 6 months ago (2016-06-15 15:12:38 UTC) #17
dvonbeck
On 2016/06/15 15:12:38, mtklein wrote: > Nice! You found a bug! > > SkNSView.mm:347: static ...
4 years, 6 months ago (2016-06-15 15:24:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2068863002/40001
4 years, 6 months ago (2016-06-15 15:31:09 UTC) #21
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 16:13:54 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/115e925dc85f3c6dbb140a2c1be3309ff72d3d8b

Powered by Google App Engine
This is Rietveld 408576698