[Tarantool-patches] [PATCH 0/2] box.tuple.* cleanup

Igor Munkin imun at tarantool.org
Sun Mar 1 17:21:39 MSK 2020


Vlad,

Thanks for the patch, LGTM.

On 15.02.20, Vladislav Shpilevoy wrote:
> The patchset removes or documents some internal functions in
> box.tuple.* namespace: box.tuple.bless()/encode()/is().
> 
> Bless() and encode() were moved to a more secret place, where
> suicidal users can't find it.
> 
> Is() is documented, because it is actually a useful thing.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4662-fiber-storage-leak
> Issue: https://github.com/tarantool/tarantool/issues/4662
> 
> Vladislav Shpilevoy (2):
>   tuple: hide internal functions from box.tuple.*
>   tuple: make box.tuple.is() public
> 
>  src/box/lua/schema.lua  |  4 ++--
>  src/box/lua/tuple.lua   | 15 +++++++++++++--
>  test/box/tuple.result   | 40 ++++++++++++++++++++++++++++++++++++++++
>  test/box/tuple.test.lua | 14 ++++++++++++++
>  4 files changed, 69 insertions(+), 4 deletions(-)
> 
> -- 
> 2.21.1 (Apple Git-122.3)
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list