Scott Redig
Scott Redig
# tl;dr: With a build.zig.zon of: ``` .{ .name = "ziginit", .version = "0.0.0-dev", .paths = .{ "build.zig", "build.zig.zon", "src", }, } ``` and these files in the directory: *...
- Adds a function which asserts that a SatetyLock's state is locked when runtime_safety is on. - Changes the state enum when runtime_safety is off to be `unknown`. - Add...
The error for a missing siteAsset incorrectly states that it must be under the page. ``` [missing_asset] unable to access '/gen/comptime_examples/array_sum.example.html': error.FileNotFound (blog/bonkers_comptime.smd) content/blog/bonkers_comptime.smd:25:1: []($code.siteAsset("/gen/comptime_examples/array_sum.example.html").language("=html")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NOTE: assets for this...