Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make/unit-tests



Module Name:    src
Committed By:   rillig
Date:           Sun Jun 29 17:10:04 UTC 2025

Modified Files:
        src/usr.bin/make/unit-tests: check-expect.lua

Log Message:
tests/make: sort missing messages using a stable algorithm

Lua's table.sort does not provide a stable sort.  No idea how this could
go unnoticed for two years and a few days.

Noticed in directive-for-escape.mk, which has several diagnostics in the
same location, in the body of .for loops.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/make/unit-tests/check-expect.lua

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index