This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
skia2
Watch
1
Star
0
Fork
0
You've already forked skia2
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c29e37ad4c
skia2
/
resources
/
sksl
/
errors
/
ArraySplitDimensionsInStruct.rts
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove obsolete TODO. The referenced bug is closed, and the compiler does correctly emit an error here. Change-Id: I824f7819a1e077163f528ac503f3743aab5e58a1 Bug: skia:11322 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/384697 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2021-03-15 13:34:22 +00:00
struct S { float[2] x[2]; };
Add expected errors to every test file. This was (crudely) automated with shell scripts: http://go/paste/5484300603490304 Change-Id: Ic9e1c93112772d303d1158eb26d995f27b439eba Bug: skia:12665 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/505637 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
2022-02-08 17:19:26 +00:00
/*%%*
multi-dimensional arrays are not supported
*%%*/
Reference in New Issue
Copy Permalink