Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment: handle machine file options sections with more than one subproject #14223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dcbaker
Copy link
Member

@dcbaker dcbaker commented Feb 4, 2025

Instead of having a raw python exception, provide a helpful error message that [sub:sub1:project options] should just be [sub1:project options]

No test is provided as this is basic error handling, and I felt it was not worth adding to our test runtime to test that we don't raise a raw exception.

Fixes: #14222

…subproject

Instead of having a raw python exception, provide a helpful error
message that `[sub:sub1:project options]` should just be `[sub1:project
options]`

No test is provided as this is basic error handling, and I felt it was
not worth adding to our test runtime to test that we don't raise a raw
exception.

Fixes: mesonbuild#14222
@dcbaker dcbaker requested a review from jpakkane as a code owner February 4, 2025 21:57
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.

Trying to set nested subproject option in native file results in unhandled Python exception
1 participant