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

🎨 Simplify message catalog types #353

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

bdeane-intel
Copy link
Contributor

The types used to encode messages for overload in the catalog don't need to be instantiable. This simplifies what strings.cpp needs to include, and what the generation script needs to handle.

The types used to encode messages for overload in the catalog don't need to be
instantiable. This simplifies what `strings.cpp` needs to include, and what the
generation script needs to handle.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

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

I like it...providing a clean interface to encode and decode the messages in the catalog.

@lukevalenty lukevalenty added this pull request to the merge queue Aug 30, 2023
Merged via the queue into intel:main with commit e688411 Aug 30, 2023
15 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