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

  • From: Vladislav Shpilevoy <v.shpilevoy@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Mon, 9 Jul 2018 21:06:56 +0300



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.
---

Other related posts: