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

Recursive type rebuild fix

This commit is contained in:
Brian Fiete 2025-01-23 13:01:52 -08:00
parent 2d74aac74c
commit 9d8647cd84
3 changed files with 21 additions and 1 deletions

View file

@ -503,6 +503,7 @@ public:
void RebuildDependentTypes(BfDependedType* dType);
void QueueMidCompileRebuildDependentTypes(BfDependedType* dType, const String& reason);
void RebuildDependentTypes_MidCompile(BfDependedType* dType, const String& reason);
bool IsRebuilding(BfType* type);
bool CanRebuild(BfType* type);
void TypeDataChanged(BfDependedType* dType, bool isNonStaticDataChange);
void TypeMethodSignaturesChanged(BfTypeInstance* typeInst);