make the source hyperlinks work in the fuzzing web interface (currently they construct autodoc URLs) #20982
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
fuzzing
Milestone
Extracted from #20958.
Text from screenshot reproduced below:
For example in the above snippet, the
expectEqual
link points tohttp://127.0.0.1:41099/#.home.andy.dev.zig.lib.std.std.testing.expectEqual
.Instead, it should point to one of these:
#std.testing.expectEqual
#f123d456
where 123 and 456 are the file and decl indexes respectively.#/home/andy/dev/zig/lib/std/zig/tokenizer.zig:123:456
where 123 and 456 are line and column respectively.And then the
onHashChange
logic needs to respond by loading the appropriate file and scrolling the location into view.The text was updated successfully, but these errors were encountered: