commit | f6dc205b143fcf0b92828432b232511514453708 | [log] [tgz] |
---|---|---|
author | Ethan Nicholas <ethannicholas@google.com> | Mon Feb 28 10:27:21 2022 -0500 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Mar 01 16:44:49 2022 +0000 |
tree | d8ddcd433b73222e5c37d8c9cd9aac0076d240a7 | |
parent | 64629c7a5ec2f36c565570cdabac8594a9aec1eb [diff] |
Improved SkSL array size parsing We previously had no way to signal a parse error from arraySize, resulting in a cascade of additional errors downstream. This tightens up the behavior and allows us to fail more gracefully. Bug: skia:12416 Change-Id: I83d3d5bc1dc63395edb325297375a6eb52415817 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/512952 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>