diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2025-01-16 10:45:22 -0500 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-01-28 23:22:44 +0200 |
| commit | 57c5d00dcdd70bed47c9990dfc6a59026bed03f6 (patch) | |
| tree | ab4533a6b851531f281e3d300ad10fd91d17d2bd /ci | |
| parent | b55cef0c3bf047591ee9a3e9503c530cf726deab (diff) | |
| download | meson-57c5d00dcdd70bed47c9990dfc6a59026bed03f6.tar.gz | |
Detect files with trailing space
On Windows, if you accidently add a space at the end of a file name, like
`files('myfile.txt ')`, the file is not reported as missing, because of
the normalization performed by the OS. However, ninja will reference it
with the trailing space, and will fail because the file does not exist.
See https://github.com/python/cpython/issues/115104 for reference.
Diffstat (limited to 'ci')
0 files changed, 0 insertions, 0 deletions
