Jeong, YunWon

Results 852 comments of Jeong, YunWon

mm.. test passes only because test doesn't include case about: ```c typedef unsigned char uint8_t; typedef unsigned short uint16_t; struct A { uint8_t a; uint16_t b; uint8_t c; } __attribute__((aligned(2)));...

is this the answer? ```rust #[repr(C, align(2))] #[derive(Debug, Default, Copy, Clone)] pub struct B(B__packed); #[repr(C, packed)] #[derive(Debug, Default, Copy, Clone)] pub struct B__packed { pub a: u8, pub b: u16,...

I added the last commit to check the CI result. I don't believe that's the correct way. Please suppose I am not understanding the remaining problems and how bindgen handle...

@emilio do you have advices?

@emilio can I get advice for remaining issues?

I think emulating in rust is done here. I forgot the datails now but If you need explanation, I can review it again. If bindgen cannot distinguish explicitly aligned and...

I didn't test but rust is quite good at optimizing iterators. Do you want performance check?

what's happend to the ubuntu tests?

Oh, I missed your last push. I will check the changes soon.

@rimi0108 you were interested in ssl issues. how about this one?