[tarantool-patches] Re: [PATCH v1 1/1] box: support reload whole module

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Jul 9 21:06:56 MSK 2018



On 09/07/2018 19:54, Kirill Shcherbatov wrote:
> @TarantoolBot document

Please, put the doc request after 'Closes'. The request must be at the
very end of the commit message. Else 'Closes' is included into the
request.

> Title: fixed module reload
> There was a bug in tarantool documentation:
> https://tarantool.io/en/doc/1.7/book/box/
> box_schema/#lua-function.box.schema.func.reload
> Now it is allowed to reload all functions in loadable
> module via one method.
> box.schema.func.reload("utils")    -- ok since now
> 
> Global reload is still unsupported because it seems
> to be useless.
> box.schema.func.reload()           -- invalid!
> 
> Closes #2946.
> ---




More information about the Tarantool-patches mailing list