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

Fixes for type dependencies and tests for type deletion bug

This commit is contained in:
Brian Fiete 2020-06-04 11:47:55 -07:00
parent 198acef1c6
commit 03fbc9d468
16 changed files with 309 additions and 55 deletions

View file

@ -317,6 +317,7 @@ public:
BfConstraintState* mCurConstraintState;
bool mResolvingVarField;
int mMappedObjectRevision;
bool mAssertOnPopulateType;
BfSystem* mSystem;
BfCompiler* mCompiler;