> It looks to be a whitespace problem.
> 
> https://github.com/LinuxCNC/linuxcnc/actions/runs/17358289189/job/49274574715
> 
> It seems like the Gihub server has a different tab length to my PC. I
> have no idea how to fix that....

These human-readable tables are tricky. You could do something like 
piping it throug "sed -e 's/[\t ]*/ /g'" prior to the diff.

Also, no ad hoc idea if you have access to the diff, but there are these 
options to diff

       -Z, --ignore-trailing-space
              ignore white space at line end

       -b, --ignore-space-change
              ignore changes in the amount of white space

       -w, --ignore-all-space
              ignore all white space

       -B, --ignore-blank-lines
              ignore changes where lines are all blank

       -t, --expand-tabs
              expand tabs to spaces in output

       -T, --initial-tab
              make tabs line up by prepending a tab

that could possibly be useful.

Best,
Steffen


_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to