From 470d0dd9c61571669a41c2e25f9eca66054be784 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 14 Jan 2026 20:54:10 -0800 Subject: [PATCH] link: add some errors to the Dwarf.UpdateError mega error set --- src/link/Dwarf.zig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/link/Dwarf.zig b/src/link/Dwarf.zig index d3fff513f43623f296b59b3ee770aa72a15d9471..8bf1dccbcbde557f230a526cbea90240704162ea 100644 --- a/src/link/Dwarf.zig +++ b/src/link/Dwarf.zig @@ -49,6 +49,14 @@ pub const UpdateError = error{ Underflow, UnexpectedEndOfFile, NonResizable, + /// TODO why is this in the error set? + Timeout, + /// TODO why is this in the error set? + ConnectionResetByPeer, + /// TODO why is this in the error set? + SocketUnconnected, + /// TODO why is this in the error set? + NotOpenForWriting, } || codegen.GenerateSymbolError || Io.File.OpenError || -- 2.54.0