Skip to content
Snippets Groups Projects
Commit b13e4826 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Remove 'box' prefix from module names

All bultin modules can be loaded with require('modulename')
instead of require('box.modulename')

Other changes:

 * _G.box is not initialized from tarantool_lua_init() anymore
 * box.info, box.stat, box.snapshot moved to src/box/lua
 * box.coredump() => coredump()
 * box.xxx = require('box.xxx') removed from tests
parent 6c226fb3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment