ominitay

Results 60 comments of ominitay

There are a few changes left to be made here. Pointer alignment must be considered -- the function should return an naturally-aligned slice. Additionally, sentinel-terminated slices should be disallowed, at...

This should be ready to merge, I'll just rebase to get the checks to run correctly.

Looks like I missed a few function pointers for Windows, will fix them.

Tests passing, ready to be merged.

Found a couple of mistakes in this PR, and also a merge conflict, will get those fixed. Please merge soon!

@andrewrk Can this be merged before it goes stale again?

Would it not make more sense to check the minimum version from `lib/build_runner.zig`? Then you can just use a `const min_zig_version: ZigVersion = .{ .version = .{ major = 0,...

> That would be nice, except build runner can't run if zig is too old to compile build.zig. Ah, I guess you're right. Unless there's a way to ensure the...

This does not occur in the other two release modes, or in any release mode using the stage1 compiler.