MCHSL / extools

Various extensions for the BYOND game engine.
MIT License
29 stars 41 forks source link

Reference tracking reports nonsensical values #39

Open DamianX opened 4 years ago

DamianX commented 4 years ago

I added reference tracking to /vg/station with https://github.com/vgstation-coders/vgstation13/pull/26900 .

There are a few issues:

MCHSL commented 4 years ago

Think it's an issue with DelDatum not necessarily always being called when a datum is deleted. It might be just called 95% of time and when you get these nonexistent vars it might be a case of a recycled ref. Will look into it later