[tarantool-patches] Re: [PATCH v2 1/4] app: serializers update now is reflected in Lua

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Sep 23 23:40:56 MSK 2019


>>>
>>> ( Sooner or later we should just do
>>> https://github.com/tarantool/tarantool/issues/2867 )
>>>
>>> Side note: I think that it is better to have one source of information
>>> and have only a handle in Lua. Or maybe (if option(s) access cost is
>>> matter) update the Lua table using some kind of triggers: if we'll
>>> change an option from C, then the current implementation will fail to
>>> track it.
>>
>> We could copy luaL_serializer to ffi.cdef so as Lua would be able to work
>> with that structure directly. That looks like a piece of cake.
> 
> Great! Will you file an issue?
> 

There it is:
https://github.com/tarantool/tarantool/issues/4521




More information about the Tarantool-patches mailing list