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

Add validation to create an optional inside a typedef #14

Open
wants to merge 1 commit into
base: elixir_support
Choose a base branch
from

Conversation

Jenietoc
Copy link

Description

Added validation to create an optional within a typedef since it only created it.

Examples

for the test.x file we had these two typedefs with optionals that were not being created in a good way, with this change we already have the corresponding files.

typedef Hash *optHash1;
typedef Hash* optHash2;

@Jenietoc Jenietoc requested a review from miguelnietoa May 20, 2023 21:13
@Jenietoc Jenietoc self-assigned this May 20, 2023
Copy link
Member

@miguelnietoa miguelnietoa left a comment

Choose a reason for hiding this comment

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

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