summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2024-02-03 17:24:58 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-02-10 20:04:18 -0500
commit10e269271d9fb6cbb69afa91bcf0cfc03e214bca (patch)
tree1a5ba05fe976b2290bd4b37d32c3d23a75cdac15 /docs
parent3c7bc8cac3737796ef2ee1ce0ba6dd601f5f080b (diff)
downloadmeson-10e269271d9fb6cbb69afa91bcf0cfc03e214bca.tar.gz
backends: restore shlex quoting of MESONINTROSPECT
The type of quoting was changed in 522392e to one that is suitable for use with cmd.exe on Windows. However, the documentation states that the type of quoting in MESONINTROSPECT is compatible with shlex.split() and elsewhere in the code, the same variable is still quoted with shlex.quote(). As mostly identified in #12148, there are a few choices: 1. Use shlex.quote() consistently and support Python but not cmd.exe. 2. Use join_args and support cmd.exe but not Python. 3. Use join_args and support splitting through the mesonbuild Python library. This commit implements the first option and reverts part of 522392e. Regression testing is implemented in #12115. Fixes #12148
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions