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

Fix meson warning for run_command #1139

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

turbobastii
Copy link

@turbobastii turbobastii commented Oct 1, 2022

When running meson build, there is a warning about run_command changing its defaults in the future.
(See: mesonbuild/meson#9300)

image

The same issue was addressed in this PR: elementary/code#1207

This fixes the warning while keeping the current default. UPDATE: after the feedback, I changed the check to true.

Copy link

@eli-schwartz eli-schwartz left a comment

Choose a reason for hiding this comment

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

This fixes the warning while keeping the current default.

Please don't keep the current default, the entire reason for the warning is because the current default is usually bad, and in this particular case, it goes to show why that was bad.

meson.build Outdated Show resolved Hide resolved
cursors/meson.build Outdated Show resolved Hide resolved
cursors/meson.build Outdated Show resolved Hide resolved
cursors/meson.build Outdated Show resolved Hide resolved
cursors/meson.build Outdated Show resolved Hide resolved
meson.build Outdated Show resolved Hide resolved
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.

None yet

2 participants