Skip to content

Fix meson warning for run_command#1139

Open
turbobastii wants to merge 4 commits into
elementary:mainfrom
turbobastii:fix/meson-run-command
Open

Fix meson warning for run_command#1139
turbobastii wants to merge 4 commits into
elementary:mainfrom
turbobastii:fix/meson-run-command

Conversation

@turbobastii

@turbobastii turbobastii commented Oct 1, 2022

Copy link
Copy Markdown

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.

@eli-schwartz eli-schwartz left a comment

Copy link
Copy Markdown

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.

Comment thread meson.build Outdated
Comment thread cursors/meson.build Outdated
Comment thread cursors/meson.build Outdated
Comment thread cursors/meson.build Outdated
Comment thread cursors/meson.build Outdated
Comment thread meson.build Outdated
@turbobastii
turbobastii force-pushed the fix/meson-run-command branch from 9d0ea05 to 7458808 Compare October 3, 2022 05:36
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