libcyaml icon indicating copy to clipboard operation
libcyaml copied to clipboard

Missing support for union data type

Open Vithiyamuthukumar opened this issue 5 years ago • 3 comments

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.

Vithiyamuthukumar avatar May 23 '19 22:05 Vithiyamuthukumar

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

tlsa avatar Sep 15 '20 18:09 tlsa

@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?

elecpower avatar Nov 25 '21 06:11 elecpower

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.

ccoustet avatar Oct 10 '22 14:10 ccoustet