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

[decomp] more of res + change a few macros #527

Merged
merged 6 commits into from
May 25, 2021

Conversation

ManDude
Copy link
Member

@ManDude ManDude commented May 25, 2021

No description provided.

@coveralls
Copy link

coveralls commented May 25, 2021

Pull Request Test Coverage Report for Build 874767219

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.002%) to 69.762%

Files with Coverage Reduction New Missed Lines %
game/overlord/iso.cpp 1 77.86%
Totals Coverage Status
Change from base Build 873058808: -0.002%
Covered Lines: 35870
Relevant Lines: 51418

💛 - Coveralls

Comment on lines 23 to +30
"name": "Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"addressSanitizerEnabled": true,
"addressSanitizerEnabled": false,
Copy link
Member

Choose a reason for hiding this comment

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

should we make a separate config to use in the windows CI build to still use ASan? or do we no longer care.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it would be nice to have asan tests on windows still, but that can wait for later. We still have them under the clang linux build.

Copy link
Member Author

Choose a reason for hiding this comment

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

I wasn't able to notice any difference with asan on/off for the github testing VM (that makes sense, 90% of the time is spent compiling and the tests take less than a minute) so it could probably be left on for those

@water111 water111 merged commit ec45182 into open-goal:master May 25, 2021
@ManDude ManDude deleted the d/res-more branch May 26, 2021 16:30
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.

4 participants