Skip to content

Conversation

@dnicolodi
Copy link
Member

Follow up for #631

@dnicolodi dnicolodi force-pushed the meson-version-check branch from a756ee0 to 51125fd Compare May 19, 2024 10:47
@rgommers rgommers added the maintenance Regular code improvements that are not new features nor end-user-visible bugs label May 19, 2024
@rgommers rgommers added this to the v0.17.0 milestone May 19, 2024
Copy link
Contributor

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dnicolodi

except FileNotFoundError as err:
raise ConfigError(f'meson executable "{meson}" not found') from err
if r.returncode != 0:
raise ConfigError(f'Could not execute meson: {r.stderr.strip()}')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, stderr is correct here, stdout was not.

@rgommers rgommers merged commit 063fe8b into mesonbuild:main May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Regular code improvements that are not new features nor end-user-visible bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants