g012

Results 3 issues of g012

The default header_text added as a comment at the top of the generated file assumes C or ASM syntax, whereas we could be generating any type of file. This change...

### Zig Version 0.12.0-dev.3161+377ecc6af ### Steps to Reproduce and Observed Behavior When using b.addConfigHeader() in build.zig, a C or ASM comment is forcefully prepended in the generated output file ;...

enhancement
contributor friendly
zig build system

Hello, Using site option trailingSlash, I believe there is a mistake in Header.astro at this line: ```javascript const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`; ``` Later in the page there is this...