-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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 issue with Tempita recompilation #57796
Conversation
4f7ae19
to
2b79d19
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - lgtm. I've confirmed that when compiling twice with this branch nothing is compiled the 2nd time.
@lithomas1 - thought you might want to review. |
No objections here - I think adding the files as sources was originally a hack to workaround a bug in meson. |
Thanks @WillAyd |
…ion) (#57834) Backport PR #57796: Fix issue with Tempita recompilation Co-authored-by: William Ayd <[email protected]>
The more I have used this the less I am sure that it actually fixed the issue. Whenever I edit a tempita file now it does not trigger a recompilation as it should |
This reverts commit 97c31a6.
…compilation (#57796)") (#57907) Backport PR #57905: Revert "Fix issue with Tempita recompilation (#57796)" Co-authored-by: William Ayd <[email protected]>
Fix dependency issue with Tempita file outputs
…das-dev#57905) This reverts commit 97c31a6.
xref mesonbuild/meson-python#589 (comment) @rhshadrach I think you mentioned this originally on Slack