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

Migrate ReflectionTypeCheck #528

Merged
merged 9 commits into from
May 1, 2023
Merged

Migrate ReflectionTypeCheck #528

merged 9 commits into from
May 1, 2023

Conversation

smaye81
Copy link
Collaborator

@smaye81 smaye81 commented Apr 29, 2023

This migrates the reflection type check functionality to the test-generated directory and removes its dependence on fixtures.

@smaye81 smaye81 requested a review from timostamm May 1, 2023 03:10
@smaye81 smaye81 marked this pull request as ready for review May 1, 2023 03:10
Comment on lines 23 to 32
const types: IMessageType<any>[] = [
EnumFieldMessage,
ScalarMapsMessage,
MessageMapMessage,
OneofScalarMemberMessage,
OneofMessageMemberMessage,
TestAllTypesProto3,
TestAllTypesProto2,
];

Copy link
Owner

Choose a reason for hiding this comment

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

This looks unused?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Grr, sorry. Moving too fast. Guess I rely too much on eslint.

@smaye81 smaye81 merged commit 21e2865 into main May 1, 2023
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.

2 participants