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:
parent
b095f5b0d3
commit
9972ff32ab
6 changed files with 112 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue