mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
Zcu: typo
We were accidentally over-reporting most `namespace_name` deps and *not* reporting some actually outdated ones!
This commit is contained in:
parent
434ad90610
commit
93f2d9a77f
@ -432,7 +432,7 @@ pub fn updateZirRefs(pt: Zcu.PerThread) Allocator.Error!void {
|
||||
new_zir.nullTerminatedString(name_zir),
|
||||
.no_embedded_nulls,
|
||||
);
|
||||
if (!old_names.swapRemove(name_ip)) continue;
|
||||
if (old_names.swapRemove(name_ip)) continue;
|
||||
// Name added
|
||||
any_change = true;
|
||||
try zcu.markDependeeOutdated(.not_marked_po, .{ .namespace_name = .{
|
||||
|
Loading…
Reference in New Issue
Block a user