Skip to content

Conversation

@dnicolodi
Copy link
Member

@dnicolodi dnicolodi commented Feb 7, 2026

Build config settings passed via the build front-end take precedence over the value configured via the tool.meson-python.editable-verbose setting in pyproject.toml.

For this to work, the editable-verbose config setting is extended to take an optional boolean argument: "true" or "1" are true values, "false" or "0" are false, anything else is invalid. For backward compatibility, the empty string (no argument passed to the config setting) is treated as true.

Build config settings passed via the build front-end take precedence
over the value configured via the tool.meson-python.editable-verbose
setting in pyproject.toml.

For this to work, the editable-verbose config setting is extended to
take an optional boolean argument: "true" or "1" are true values,
"false" or "0" are false, anything else is invalid. For backward
compatibility, the empty string (no argument passed to the config
setting) is treated as true.
@dnicolodi dnicolodi force-pushed the editable-verbose-pyproject branch from 6e08fbe to a9c5ce4 Compare February 7, 2026 23:34
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.

2 participants