Skip to content

Conversation

romange
Copy link
Collaborator

@romange romange commented Dec 21, 2023

No description provided.

@romange romange requested a review from chakaz December 21, 2023 15:53
chakaz
chakaz previously approved these changes Dec 21, 2023

// check if it's a production release tag.
if (GetFlag(FLAGS_version_check) && kGitTag[0] == 'v' && strchr(kGitTag, '-') == nullptr) {
version_monitor.Run(pool);
Copy link
Contributor

Choose a reason for hiding this comment

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

Are there any changes in the Run function expect from the line above pulled out and moving it to a different file?
Its impossible with github to see if there are any changes in the implementation

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not, it's just moving the same code.

Copy link
Contributor

@chakaz chakaz left a comment

Choose a reason for hiding this comment

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

Sorry, I missed the re-asked review :|

@romange romange merged commit 700a65e into main Dec 24, 2023
@romange romange deleted the Pr1 branch December 24, 2023 20: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.

3 participants