Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/directive-for-null.mk
RevisionDateAuthorComments
 1.5  30-Mar-2025  rillig make: use '"filename" line 123' for locations instead of 'filename:123'

The format 'filename:123' is commonly used for identifying a location in
a file. Text editors recognize it and allow quick navigation through it.
The previous format was specific to make and would have required custom
support in editors.

The new format was already used in stack traces, except for the first
line. Now all lines use the same format.
 1.4  01-Apr-2024  rillig make: exit immediately after reading a null byte from a makefile

The chance of other garbage bytes in such a file is just too high.
 1.3  12-Jun-2022  rillig tests/make: make test for null bytes in .for loop more readable
 1.2  08-May-2022  rillig tests/make: migrate cond1 test to other, more specific tests

The tests in cond1 were a mixture of "everything related to conditions",
and the test cases were heavily dependent on each other, which made them
hard to understand. Move each test case to its corresponding
special-purpose test.
 1.1  19-Dec-2020  rillig make(1): add test for null byte in .for loop body

RSS XML Feed