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

Hoist activity ids out of cata_string_consts.h #38890

Conversation

kevingranade
Copy link
Member

Summary

SUMMARY: None

Purpose of change

The cata_string_consts.h file ended up greatly increasing compile times due to excessive inclusion and effectively enlarging many compilation modules by a great deal.

Describe the solution

Move pre-initialized activity_id variables to individual files.

Testing

If it builds it should work.
Need to glance over the new variable initializations and insure the name and string match.
We know the name is correct because it compiles.

Additional context

Doin' ma part.

@ZhilkinSerg ZhilkinSerg added [C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style labels Mar 19, 2020
@ZhilkinSerg ZhilkinSerg merged commit d151633 into CleverRaven:master Mar 19, 2020
@kevingranade kevingranade deleted the hoist-activity-id-from-string-header branch June 28, 2020 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants