Bug 246791

Summary: [WGSL] Convert AST into string representation
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebGPUAssignee: Dan Glastonbury <djg>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 246558    

Description Dan Glastonbury 2022-10-19 22:16:13 PDT
As a debugging aid, AST::Dumper converts a given WGSL AST into a string
representation that approximates the original WGSL source code.

Tested by ASTDumperTests.
Comment 1 Radar WebKit Bug Importer 2022-10-19 22:31:49 PDT
<rdar://problem/101366942>
Comment 2 Dan Glastonbury 2022-10-19 22:47:20 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5575
Comment 3 EWS 2022-10-20 19:06:01 PDT
Committed 255812@main (7e29ffc25c72): <https://commits.webkit.org/255812@main>

Reviewed commits have been landed. Closing PR #5575 and removing active labels.