Files
netbird/tools
mlsmaycon 8fd2db15b8 [misc] Split output events into lines and key build events by full path
Build output events may carry several lines in one payload; buffering
them as one entry undercounted the caps and skipped the indentation of
continuation lines. Each payload is split into lines first.

A package compiled for several test binaries reports build events under
"pkg [a.test]" and "pkg [b.test]". Cutting the suffix off merged their
buffers, and the first build-fail printed and deleted both. The full
import path is now the key and the suffix is only dropped for display.
2026-09-12 12:26:14 +00:00
..