2016-11-01 18:49 GMT+01:00 Yong Bakos :
> On Nov 1, 2016, at 10:35 AM, Giulio Camuffo wrote:
>>
>> Hi,
>>
>> I think i would put more messages in the array, just two seems like
>> it's not really testing much. Besides that it looks good.
>>
>>
>> Cheers,
>> Giulio
>
> Thanks Giulio, I'll add some
On Nov 1, 2016, at 10:35 AM, Giulio Camuffo wrote:
>
> Hi,
>
> I think i would put more messages in the array, just two seems like
> it's not really testing much. Besides that it looks good.
>
>
> Cheers,
> Giulio
Thanks Giulio, I'll add some more. My main concern (hence the RFC)
is about ABI
Hi,
I think i would put more messages in the array, just two seems like
it's not really testing much. Besides that it looks good.
Cheers,
Giulio
2016-10-27 17:58 GMT+02:00 Yong Bakos :
> From: Yong Bakos
>
> message-test.c did not cover wl_message_count_arrays, so add one test that
> specifica
From: Yong Bakos
message-test.c did not cover wl_message_count_arrays, so add one test that
specifically tests this method. Note that this exposes wl_message_count_arrays
in a private header (wayland-private.h), and removes the `static` modifier of
the implementation.
Signed-off-by: Yong Bakos