You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in the title. It leads to unnecessarily too many confusion ( #39159#39046 (comment) )
Proposed Solution
I suggest the following
the meson GitHub CI action automatically runs the script before building, then gives a failure if git diff returns nonzero diff (but proceed with the build and test anyway to save time)
pre-commit hook?
at the head of each meson.build file, say "this file is autogenerated" etc. (or only "mostly autogenerated"? I don't know)
Maybe @tobiasdiez is the best one to do this. (I'm not entirely sure how to use the script either (just run it?), or is it supposed to be fully automatic)
The text was updated successfully, but these errors were encountered:
Problem Description
As in the title. It leads to unnecessarily too many confusion ( #39159 #39046 (comment) )
Proposed Solution
I suggest the following
git diff
returns nonzero diff (but proceed with the build and test anyway to save time)Maybe @tobiasdiez is the best one to do this. (I'm not entirely sure how to use the script either (just run it?), or is it supposed to be fully automatic)
The text was updated successfully, but these errors were encountered: