[Webkit-unassigned] [Bug 246561] New: [WGSL] Prefix AST files to avoid name clashes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 14 21:33:13 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246561
Bug ID: 246561
Summary: [WGSL] Prefix AST files to avoid name clashes
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Enhancement
Priority: P2
Component: WebGPU
Assignee: webkit-unassigned at lists.webkit.org
Reporter: djg at apple.com
WebKit projects are built in Xcode using header maps, so each header file needs a unique name. WebGPU project has two headers named `ShaderModule.h`.
Since paths aren't used to disambiguate headers, I propose prefixing all WGSL AST node headers with `AST` and removing the nested directory structure.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221015/226a609a/attachment.htm>
More information about the webkit-unassigned
mailing list