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

Union of aliased generic types compiler error for C++ NDJSON #162

Closed
naegelejd opened this issue Jul 2, 2024 · 0 comments
Closed

Union of aliased generic types compiler error for C++ NDJSON #162

naegelejd opened this issue Jul 2, 2024 · 0 comments

Comments

@naegelejd
Copy link
Contributor

Another bug related to #125 . The fix in #155 was correct, but there is an additional issue in ndjson.go: type parameters are written for NDJSON union serializers when the type is concrete (not generic).

It looks like this only occurs when defining a named union of generic records that contain generic fields... e.g. MRD's StreamItem

naegelejd added a commit that referenced this issue Jul 2, 2024
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

No branches or pull requests

1 participant