mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Revert fix
This commit is contained in:
parent
0b68abde8f
commit
588d05767e
1 changed files with 3 additions and 2 deletions
|
@ -5131,8 +5131,9 @@ void BfModule::DoPopulateType(BfType* resolvedTypeRef, BfPopulateType populateTy
|
|||
}
|
||||
else
|
||||
{
|
||||
if ((typeInstance->mCeTypeInfo->mHash != typeInstance->mCeTypeInfo->mNext->mHash) && (!typeInstance->mCeTypeInfo->mHash.IsZero()))
|
||||
mContext->QueueMidCompileRebuildDependentTypes(typeInstance, "canceled comptime hash changed");
|
||||
// This greatly increases dependent type rebuilds, which triggers other issues
|
||||
/*if ((typeInstance->mCeTypeInfo->mHash != typeInstance->mCeTypeInfo->mNext->mHash) && (!typeInstance->mCeTypeInfo->mHash.IsZero()))
|
||||
mContext->QueueMidCompileRebuildDependentTypes(typeInstance, "canceled comptime hash changed");*/
|
||||
}
|
||||
|
||||
delete typeInstance->mCeTypeInfo->mNext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue