MontclairRobotics/Alloy

Updater does not update methods in a per instance basis

GarrettBurroughs opened this issue · 2 comments

The updater needs to update each method for each instance, rather than updating things from a static context

One solution is to get a static reference to all of the classes and update them, but then each updatable class would have to extend a superclass that took care of this behavior, therefore, we are not any closer to the original implementation of the updater

Alloy has now been split up into different components. Components store a reference to each instance so the updater is now possible 👍