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

Refresh wrappers after modifying source files. #545

Merged
merged 2 commits into from
Nov 25, 2022
Merged

Refresh wrappers after modifying source files. #545

merged 2 commits into from
Nov 25, 2022

Conversation

kichunya
Copy link
Collaborator

Added a separate check for wrappers.

@kichunya kichunya changed the title Refresh wrappers after change source files. Refresh wrappers after modifying source files. Nov 21, 2022
@@ -64,16 +64,34 @@ bool Synchronizer::isProbablyOutdated(const fs::path &srcFilePath) const {
return stubTimestamp <= srcTimestamp;
}

bool Synchronizer::isProbablyOutdatedWrappers(const fs::path &srcFilePath) const {
Copy link
Member

Choose a reason for hiding this comment

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

Move similar part into separate function

@kichunya kichunya requested a review from ladisgin November 23, 2022 08:40
@kichunya kichunya merged commit c036aa4 into main Nov 25, 2022
@sava-cska sava-cska deleted the wrappers branch November 28, 2022 14:06
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.

Changing name of function name in user code causes inability to run generated tests
2 participants