authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-14 16:43:58 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-04-14 16:43:58 -07:00
log8542465ecb6fa7e88cafae019a744fb7b71b1f99
tree4d84c04884f549ee1f40c3be956c8bd6af6994ee
parentaab76ed99df4ae89826b4ab5dc120d560daeb4cc
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

update this todo comment


1 files changed, 1 insertions(+), 1 deletions(-)

test.zig+1-1
...@@ -134,7 +134,7 @@ test {...@@ -134,7 +134,7 @@ test {
134 var repo: git.Repository = .init(git_dir, gpa);134 var repo: git.Repository = .init(git_dir, gpa);
135 defer repo.deinit();135 defer repo.deinit();
136 const t = try repo.getTreeA(alloc, "5403fecad0fde9120535321f222a061abc2849d9");136 const t = try repo.getTreeA(alloc, "5403fecad0fde9120535321f222a061abc2849d9");
137 // TODO: test fields when we upgrade to 0.14 and have decl literals137 // TODO: std.testing.expectEqualSlices does ptr equality
138 // try expect(try extras.mapBy(alloc, t.children, .id)).toEqualSlice(&.{138 // try expect(try extras.mapBy(alloc, t.children, .id)).toEqualSlice(&.{
139 // .{ .blob = .{ .id = "8e8d2ceba4b327ce9db93f988492d0e21a461012" } },139 // .{ .blob = .{ .id = "8e8d2ceba4b327ce9db93f988492d0e21a461012" } },
140 // .{ .blob = .{ .id = "bb2a57bd81d13975f2a74ae5dd0e652de07bb8a7" } },140 // .{ .blob = .{ .id = "bb2a57bd81d13975f2a74ae5dd0e652de07bb8a7" } },