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

Only run update_ginkgo_header once #1478

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

yhmtsai
Copy link
Member

@yhmtsai yhmtsai commented Nov 28, 2023

This PR allows us to run update_ginkgo_header only once.

Originally, it will be called as many as the number of changed file include/ginkgo/core. (with given filename)
Then, the ginkgo.hpp/ginkgo.hpp.tmp encounter race condition.
pass_filenames: false only run the hooks once without filename. (ref)

@yhmtsai yhmtsai added 1:ST:ready-for-review This PR is ready for review 1:ST:no-changelog-entry Skip the wiki check for changelog update labels Nov 28, 2023
@yhmtsai yhmtsai requested a review from a team November 28, 2023 20:40
@yhmtsai yhmtsai self-assigned this Nov 28, 2023
Copy link
Member

@MarcelKoch MarcelKoch left a comment

Choose a reason for hiding this comment

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

thanks for finding that option

@yhmtsai yhmtsai added 1:ST:ready-to-merge This PR is ready to merge. and removed 1:ST:ready-for-review This PR is ready for review labels Nov 28, 2023
@yhmtsai yhmtsai merged commit d79bdda into develop Nov 28, 2023
11 of 15 checks passed
@yhmtsai yhmtsai deleted the fix_update_ginkgo_header branch November 28, 2023 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1:ST:no-changelog-entry Skip the wiki check for changelog update 1:ST:ready-to-merge This PR is ready to merge. 1:ST:skip-full-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants