[tarantool-patches] Re: [PATCH v1 1/1] box: support reload whole module
Kirill Yukhin
kyukhin at tarantool.org
Fri Jul 13 09:16:51 MSK 2018
Hello,
On 09 июл 19:54, Kirill Shcherbatov wrote:
> @TarantoolBot document
> 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.
> ---
> https://github.com/tarantool/tarantool/compare/kshch/gh-2946-module-reload
> https://github.com/tarantool/tarantool/issues/2946
I've checked in the patch into 2.0 branch.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list