WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
246500
[WGSL] Add a helper to aid working with vectors of AST nodes.
https://bugs.webkit.org/show_bug.cgi?id=246500
Summary
[WGSL] Add a helper to aid working with vectors of AST nodes.
Dan Glastonbury
Reported
2022-10-13 20:18:47 PDT
Introduce an adapter over Vector<UniqueRef<T>> to make working with collections of AST nodes more natural. Iterators of this helper should return T*/T&, not UniqueRef<T>*/UniqueRef<T>&
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-10-13 20:19:18 PDT
<
rdar://problem/101156657
>
Dan Glastonbury
Comment 2
2022-10-13 20:28:53 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/5361
EWS
Comment 3
2022-10-14 22:06:02 PDT
Committed
255571@main
(c269b69a8c43): <
https://commits.webkit.org/255571@main
> Reviewed commits have been landed. Closing PR #5361 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug