hsh icon indicating copy to clipboard operation
hsh copied to clipboard

better shell

Results 2 hsh issues
Sort by recently updated
recently updated
newest added

As of 3124c70d8bb3f111d55dadd9cabd233c5bc663e8 ``` build.zig:22:10: error: no field named 'root_source_file' in struct 'Build.ExecutableOptions' .root_source_file = src, ^~~~~~~~~~~~~~~~ /usr/lib/zig/std/Build.zig:771:31: note: struct declared here pub const ExecutableOptions = struct { ^~~~~~ referenced...

As of commit 3124c70d8bb3f111d55dadd9cabd233c5bc663e8 ``` test +- run test failure thread 1220 panic: unable to downsize names /build/hsh/src/hsh/src/fs.zig:283:34: 0x1130f4c in globAt (test) if (!a.resize(names, count)) @panic("unable to downsize names"); ^...