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

workflow: Use int value for status filter to avoid generic assertion #11

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

andrewwormald
Copy link
Collaborator

This is to avoid having to refer to a specific status type in the context of dealing with the record store where generic types are not of a concern. At this level status should just be an int . Generics should never leak onto the adapter interfaces and should always be wire format.

@andrewwormald andrewwormald marked this pull request as ready for review August 9, 2024 14:04
Copy link

sonarcloud bot commented Aug 9, 2024

@andrewwormald andrewwormald merged commit c87e727 into main Aug 9, 2024
5 checks passed
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