|
From: andypugh <no...@gi...> - 2026-06-07 09:05:20
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 57c09f226afb330f0483acecbe4c38612763074a https://github.com/LinuxCNC/linuxcnc/commit/57c09f226afb330f0483acecbe4c38612763074a Author: Luca Toniolo <107...@us...> Date: 2026-06-03 (Wed, 03 Jun 2026) Changed paths: M docs/src/checkref Log Message: ----------- docs(build): filter checklink's Perl noise in checkref w3c-linkchecker prints "Use of uninitialized value ... checklink line N" to stderr on some inputs; it is tool noise, not link results, and floods the build/CI log. Drop those lines; checklink stays first in the pipe so PIPESTATUS[0] is unchanged. Commit: d9d6c52c5c97f68ea9f4d2d228a501078d1ab7a8 https://github.com/LinuxCNC/linuxcnc/commit/d9d6c52c5c97f68ea9f4d2d228a501078d1ab7a8 Author: andypugh <an...@bo...> Date: 2026-06-07 (Sun, 07 Jun 2026) Changed paths: M docs/src/checkref Log Message: ----------- Merge pull request #4108 from grandixximo/docs/checkref-quiet-perl-noise docs(build): filter checklink's Perl noise in checkref Compare: https://github.com/LinuxCNC/linuxcnc/compare/cd0b1bb13c70...d9d6c52c5c97 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |