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

Cleanup ActionImpl using type aliases #1

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

mxgrey
Copy link

@mxgrey mxgrey commented Oct 3, 2024

While reviewing the action generation PR, I found the deeply nested associated types in ActionImpl somewhat difficult to read.

This PR is to recommend a slight cleanup that moves the complicated associated type expressions into separate type aliases, making the definition of ActionImpl somewhat more readable.

Signed-off-by: Michael X. Grey <grey@openrobotics.org>
@nwn
Copy link
Owner

nwn commented Oct 11, 2024

Thanks @mxgrey, this does help readability quite a bit!

@nwn nwn merged commit 3c1663f into nwn:nwn-action-msgs Oct 11, 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

Successfully merging this pull request may close these issues.

2 participants