lua: add internal modules initialization status
The flag indicates, whether the loading of built-in modules is finished. May be useful for override modules to determine, whether it is required from inside tarantool or from application's code. Follows up #7774 NO_DOC=It is not intended to be officially supported. I would prefer to document ability of loading a replacement module itself, but I wouldn't document how to write such a module. NO_CHANGELOG=see NO_DOC
Showing
- src/lua/init.c 21 additions, 0 deletionssrc/lua/init.c
- src/lua/init.h 6 additions, 0 deletionssrc/lua/init.h
- src/lua/loaders.lua 3 additions, 0 deletionssrc/lua/loaders.lua
- src/main.cc 1 addition, 0 deletionssrc/main.cc
- test/app-luatest/override_misc_test.lua 67 additions, 0 deletionstest/app-luatest/override_misc_test.lua
test/app-luatest/override_misc_test.lua
0 → 100644
Please register or sign in to comment