Core: Conditional compound to fix Msvc, better assert but printf based, Fix tests
This commit is contained in:
@@ -311,7 +311,8 @@ resolve_everything_in_module(Ast_Module *module) {
|
||||
if (decl->flags & AST_POLYMORPH) continue;
|
||||
|
||||
// @cleanup: Why I'm not calling resolve_decl here?
|
||||
resolve_name(file, decl->pos, decl->name);
|
||||
// resolve_name(file, decl->pos, decl->name);
|
||||
resolve_decl(decl);
|
||||
if (decl->kind == AST_STRUCT || decl->kind == AST_UNION) type_complete(decl->type_val);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user