Fixed leaky imports, modified log stuff
This commit is contained in:
@@ -746,7 +746,7 @@ register_ast_file(Token *pos, String absolute_file_path, Ast_Module *module, B32
|
||||
file->absolute_file_path = absolute_file_path;
|
||||
file->absolute_base_folder = string_copy(pctx->perm, string_chop_last_slash(file->absolute_file_path));
|
||||
file->module = module;
|
||||
file->parent_scope = 0;
|
||||
file->parent_scope = module;
|
||||
file->file = file; // @warning: self referential!
|
||||
file->pos = pos;
|
||||
file->debug_name = string_skip_to_last_slash(absolute_file_path);
|
||||
|
||||
Reference in New Issue
Block a user