Pinned
2,652 contributions in the last year
Less
More
Contribution activity
August 2021
Created 24 commits in 1 repository
Opened 1 pull request in 1 repository
ziglang/zig
1
merged
Reviewed 2 pull requests in 1 repository
ziglang/zig 2 pull requests
Created an issue in ziglang/zig that received 2 comments
generic function compile errors regarding arguments point to the callee rather than the argument
const std = @import("std"); const expect = std.testing.expect; test "example" { try expect(!std.mem.eql(u8, true, "world")); } You can see it point…
2
comments
