summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2025-01-16 10:45:22 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2025-01-28 23:22:44 +0200
commit57c5d00dcdd70bed47c9990dfc6a59026bed03f6 (patch)
treeab4533a6b851531f281e3d300ad10fd91d17d2bd /ci
parentb55cef0c3bf047591ee9a3e9503c530cf726deab (diff)
downloadmeson-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