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

Missing support for union data type #90

Open
Vithiyamuthukumar opened this issue May 23, 2019 · 3 comments
Open

Missing support for union data type #90

Vithiyamuthukumar opened this issue May 23, 2019 · 3 comments

Comments

@Vithiyamuthukumar
Copy link

I have union data type field inside my C structure and YAML data for the same. I am unable to use libcyaml library in this case. LIBCYAML does not have corresponding CYAML_FIELD and CYAML_VALUE for union data type in C.

@tlsa
Copy link
Owner

tlsa commented Sep 15, 2020

Unions are basically implemented on the tlsa/unions branch, but I need to write a load of tests for it.

@elecpower
Copy link

@tlsa I see the branch hasn't been merged and it has been a year. I need it so how confident are you that it is okay to merge into my own repo?

@ccoustet
Copy link

Hello. Just a few words to say that this feature would be useful to me. I understand that writing tests is a huge amount of work, but it is too bad to have the feature up and running but not released.

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

No branches or pull requests

4 participants