Skip to content

Fix executable quoting with spaces in paths#1774

Merged
nacho merged 8 commits into
mainfrom
fix-space-quoting
Jun 1, 2026
Merged

Fix executable quoting with spaces in paths#1774
nacho merged 8 commits into
mainfrom
fix-space-quoting

Conversation

@danyeaw

@danyeaw danyeaw commented May 22, 2026

Copy link
Copy Markdown
Member

Fixes #1726 by calling subprocess commands with a list rather than calling them as a shell. Also use additional Pathlib for readability, add additional tests, and remove usable of the old style string formatting with __sub_vars. I also fixed an issue with gvsbuild build all was building everything in order rather than dependency order.

@danyeaw danyeaw requested a review from nacho May 27, 2026 00:33
@nacho nacho merged commit 5ba841a into main Jun 1, 2026
8 checks passed
@nacho nacho deleted the fix-space-quoting branch June 1, 2026 07:00
@nacho

nacho commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when trying to build/install PyGObject bindings with a space in username

2 participants