Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/directive-include.exp
RevisionDateAuthorComments
 1.18  28-Jun-2025  rillig make: consistently use double quotes in error messages

Previously, some error messages used single quotes, very few used
backticks or parentheses, most already used double quotes.

While here, reword a few error messages to be clearer or more consistent
with related error messages.
 1.17  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.16  29-Mar-2025  rillig make: add ":" to error message about unknown modifier

In the manual page, the modifiers are listed with a preceding ":", so
use the same pattern in the error message. This removes an inconsistency
between the error messages "Unknown modifier" and "Bad modifier".
 1.15  29-Aug-2024  rillig make: reduce line length in error messages

The error messages for deeply nested parse errors were hard to decipher,
due to the large amount of text. Split these messages into individual
lines, just as in the backtrace for .include files and .for loops. This
unified backtrace makes the output more uniform.
 1.14  05-Jul-2024  rillig make: in error messages for anonymous variables, log the value
 1.13  04-Jul-2024  rillig make: on error, print the targets to be made

This helps to understand situations with several nested sub-makes in
varying directories.
 1.12  20-Apr-2024  rillig branches: 1.12.2;
make: provide more context information for parse/evaluate errors
 1.11  19-Aug-2023  rillig make: add more details to error message about invalid lines
 1.10  01-Jun-2023  rillig tests/make: force line-based diagnostics to be listed in the tests

This way, contradictions between the intended output and the actual
output are closer together and have a better chance of being spotted.
 1.9  03-Mar-2022  rillig make: make debug logging for comparisons less technical
 1.8  14-Dec-2021  rillig tests/make: disable test that behaves differently in ATF
 1.7  14-Dec-2021  rillig tests/make: test traditional include directive
 1.6  03-Dec-2021  rillig tests/make: demonstrate .include with erroneous expression
 1.5  03-Dec-2021  rillig tests/make: test .include with expressions
 1.4  03-Nov-2020  rillig make(1): move tests from directives.mk to separate tests
 1.3  31-Oct-2020  rillig make(1): fix off-by-one bug in ParseTrackInput (since 2015-11-26)
 1.2  31-Oct-2020  rillig make(1): add test for off-by-one bug in ParseTrackInput
 1.1  13-Sep-2020  rillig make(1): add tests for the various .include directives
 1.12.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed