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

client: fix bug where avg_ncpus for anonymous platform apps defaults to zero #6013

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

davidpanderson
Copy link
Contributor

Fixes #6012

@@ -856,7 +856,8 @@ int CLIENT_STATE::write_state_file_if_needed() {

// look for app_versions.xml file in project dir.
// If find, get app versions from there,
// and use "anonymous platform" mechanism for this project
Copy link
Contributor

Choose a reason for hiding this comment

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

Apologies for being the grammar police, but shouldn't the line above say "If found" instead of "If find"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think that 'If find' is comment-shorthand for 'If you find it'.

@AenBleidd AenBleidd requested a review from Copilot January 17, 2025 01:20

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • client/client_state.cpp: Language not supported
  • client/client_types.cpp: Language not supported
  • client/cs_statefile.cpp: Language not supported
@AenBleidd AenBleidd added this to the Client/Manager 8.2.0 milestone Jan 17, 2025
@AenBleidd AenBleidd merged commit d51bb7f into master Jan 17, 2025
154 checks passed
@AenBleidd AenBleidd deleted the dpa_anon_platform branch January 17, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

app_info.xml configured projects break when 8.1.0-1586 client is restarted
3 participants