| ... | @@ -338,7 +338,7 @@ const Eval = struct { | ... | @@ -338,7 +338,7 @@ const Eval = struct { |
| 338 | | 338 | |
| 339 | if (eval.target.backend == .sema) { | 339 | if (eval.target.backend == .sema) { |
| 340 | try eval.checkSuccessOutcome(update, null, prog_node); | 340 | try eval.checkSuccessOutcome(update, null, prog_node); |
| 341 | // This message indicates the end of the update. | 341 | continue; |
| 342 | } | 342 | } |
| 343 | | 343 | |
| 344 | const digest = r.takeArray(Cache.bin_digest_len) catch unreachable; | 344 | const digest = r.takeArray(Cache.bin_digest_len) catch unreachable; |
| ... | @@ -352,7 +352,6 @@ const Eval = struct { | ... | @@ -352,7 +352,6 @@ const Eval = struct { |
| 352 | const bin_path = try Dir.path.join(arena, &.{ result_dir, bin_name }); | 352 | const bin_path = try Dir.path.join(arena, &.{ result_dir, bin_name }); |
| 353 | | 353 | |
| 354 | try eval.checkSuccessOutcome(update, bin_path, prog_node); | 354 | try eval.checkSuccessOutcome(update, bin_path, prog_node); |
| 355 | // This message indicates the end of the update. | | |
| 356 | }, | 355 | }, |
| 357 | else => { | 356 | else => { |
| 358 | // Ignore other messages. | 357 | // Ignore other messages. |