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

core: Replace typedefs with type aliases. #520

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

AVMatthews
Copy link
Contributor

Description

Refactored the core code such that all the alias statements with the form

typedef [original-type] [your-alias];

were instead in the form

using [your-alias] = [original-type];

Validation performed

Built and past unit tests

@AVMatthews
Copy link
Contributor Author

I think the clp-core-build-macos/build-macos failure is caused by issue #519 which is unrelated to this PR and is being investigated in PR #517.

Copy link
Member

@kirkrodrigues kirkrodrigues left a comment

Choose a reason for hiding this comment

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

For the PR title, how about:

core: Replace typedefs with type aliases.

@AVMatthews AVMatthews changed the title Refactoring code to replace typedef statements with using instead core: Replace typedefs with type aliases. Aug 21, 2024
@kirkrodrigues kirkrodrigues merged commit 4df6701 into y-scope:main Aug 21, 2024
12 of 13 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