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

[Lib] Improve Windows diagnostics #5191

Merged
merged 7 commits into from
Apr 16, 2023
Merged

[Lib] Improve Windows diagnostics #5191

merged 7 commits into from
Apr 16, 2023

Conversation

BrianNixon
Copy link
Contributor

Fixes all the bugs the compiler has been warning about, and several others I found while I was in there

@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Merging #5191 (543c5ed) into master (1560a00) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5191   +/-   ##
=========================================
  Coverage     10.86%   10.86%           
  Complexity     1064     1064           
=========================================
  Files           279      279           
  Lines         35993    35990    -3     
  Branches       8258     8256    -2     
=========================================
  Hits           3911     3911           
+ Misses        31690    31687    -3     
  Partials        392      392           
Impacted Files Coverage Δ
lib/diagnostics.cpp 0.00% <0.00%> (ø)

@BrianNixon BrianNixon marked this pull request as ready for review April 10, 2023 21:35
lib/diagnostics.cpp Outdated Show resolved Hide resolved
lib/diagnostics.cpp Outdated Show resolved Hide resolved
lib/diagnostics.cpp Outdated Show resolved Hide resolved
lib/diagnostics_win.cpp Outdated Show resolved Hide resolved
@BrianNixon BrianNixon marked this pull request as draft April 11, 2023 07:53
@BrianNixon BrianNixon marked this pull request as ready for review April 11, 2023 08:18
@BrianNixon BrianNixon marked this pull request as draft April 11, 2023 08:32
@BrianNixon BrianNixon marked this pull request as ready for review April 11, 2023 08:32
@davidpanderson
Copy link
Contributor

General comments:

  • we don't support 32-bit CPUs on Win anymore
  • probably better to limit this PR to format codes

@AenBleidd
Copy link
Member

@BrianNixon, in general I'm ok with this PR. But next time please try to make PRs as atomic as possible.
Thank you for your contribution

@AenBleidd AenBleidd merged commit 1c744fb into BOINC:master Apr 16, 2023
@BrianNixon BrianNixon deleted the diagnostics_win branch April 16, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants