-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
Description
Split from #24588.
The build system web interface currently only supports a single fuzz test step. It must be enhanced to show the user all steps with fuzz tests, and allow the user to view information on any of them.
Because the fuzzer UI includes an in-browser source code view, fixing this issue properly will require enhancing that logic -- currently in lib/docs/wasm/Walk.zig -- to avoid global state, instead allowing separate instances of the Zig source code state to be created.
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management