#expected type '[]const u8', found 'TypeOf(null)'
1 messages · Page 1 of 1 (latest)
I have tried that, and this yields the same output. Strange.
one sec
could you go to the build.zig
and add a builder.reference_trace = 10 or smth? :)
that should enable reference traces
okay
pub fn build(b: *Builder) !void {
b.reference_trace = 10;
buildNoreturn(b);
}
adding this line to build seems to have no effect either
could this be a strange compiler bug, perhaps I could check for a newer master version?
tell me about it
could you add that same line to the build function in the build2.zig file?
poor guy lmao
About to take off on plane. That error is fixed in latest GithubRepoStep.zig from zig-build-repos repo if I'm reading this right
I will try looking for a newer master or compiling from a slightly older commit perhaps? unless that is the wrong idea
are these the same file?
ah ok, have a nice flight :)
thanks for the help
I think the website build should be fine unless it's super out of date