tlsa / libcyaml

C library for reading and writing YAML.
ISC License
250 stars 54 forks source link

Missing support for union data type #90

Open Vithiyamuthukumar opened 5 years ago

Vithiyamuthukumar commented 5 years ago

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 commented 3 years ago

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

elecpower commented 2 years ago

@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 commented 1 year ago

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.