Bug 246791 - [WGSL] Convert AST into string representation
Summary: [WGSL] Convert AST into string representation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks: 246558
  Show dependency treegraph
 
Reported: 2022-10-19 22:16 PDT by Dan Glastonbury
Modified: 2022-10-20 19:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.