Undo all the work on determinism in the driver. New plan soon.

This commit is contained in:
2022-02-21 19:28:54 -05:00
parent ba1e923b5a
commit 19b6951e0f
14 changed files with 105 additions and 1146 deletions

View File

@@ -401,7 +401,7 @@ static std::string source_load_lfunctions(lua_State *L) {
std::string SourceDB::rebuild() {
lua_State *L = lua_state_;
source_clear_globals(L);
source_install_builtins(L);
// source_install_builtins(L);
source_load_cfunctions(L);
std::string errs = source_load_lfunctions(L);
return errs;