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

Use most common suffix for IDL inline IO #2397

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Sep 17, 2024

This commit updates IDL serialization to use the most common suffix for serializing IDL models when inlining input/output shapes. Before this update, the first suffix encountered would be used, even if it was only used that one time.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit updates IDL serialization to use the most common suffix
for serializing IDL models when inlining input/output shapes. Before
this update, the first suffix encountered would be used, even if it
was only used that one time.
@kstich kstich requested a review from a team as a code owner September 17, 2024 05:23
@kstich kstich merged commit e334862 into main Sep 17, 2024
14 checks passed
@kstich kstich deleted the use_common_idl_io_suffix branch September 17, 2024 15:57
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