1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Move mid-compile rebuild request into a work list

This commit is contained in:
Brian Fiete 2022-05-04 06:40:26 -07:00
parent b095f5b0d3
commit 9972ff32ab
6 changed files with 112 additions and 20 deletions

View file

@ -2592,7 +2592,11 @@ void BfCompiler::ProcessPurgatory(bool reifiedOnly)
{
auto module = type->GetModule();
if (module != NULL)
{
if (!module->mIsModuleMutable)
module->StartExtension();
module->PopulateType(type, BfPopulateType_Full);
}
}
if (reifiedOnly)