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

Don't manually load 'id' member for traits #58977

Merged
merged 1 commit into from
Jul 4, 2022

Conversation

anothersimulacrum
Copy link
Member

@anothersimulacrum anothersimulacrum commented Jul 4, 2022

Summary

None

Purpose of change

These are loaded with generic factory, which handles loading the 'id' member, and manually loading it breaks some features of generic factory (abstracts, id as an array).

Testing

Compiles and data loads.

Additional context

Cherry-picked from #58669

These are loaded with generic factory, which handles loading the 'id'
member, and manually loading it breaks some features of generic factory.
@github-actions github-actions bot added the [C++] Changes (can be) made in C++. Previously named `Code` label Jul 4, 2022
@anothersimulacrum anothersimulacrum added <Bugfix> This is a fix for a bug (or closes open issue) Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style labels Jul 4, 2022
@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Jul 4, 2022
@ZhilkinSerg ZhilkinSerg merged commit 71aeb77 into CleverRaven:master Jul 4, 2022
@anothersimulacrum anothersimulacrum deleted the no-manual-id branch July 4, 2022 21:38
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants