Enhanced Ruler – GSoC 2022 Week 8

Hi everyone! Not too much to update on. Current goal is to wrap up the last few changes necessary to call the updater changes done, then move on to the new time ruler.

Accomplished this week:

  • Created SetUpdaterData function which fixed many bugs as well.
  • Planned out tasks and worked through backlog.
  • Improved structure and definition of Updaters through GeneratedUpdater class

To accomplish this upcoming week:

  • Evaluate structure / privacy of defined data structures.
  • Create equivalency function for updaters so they can be compared (necessary for efficient ruler invalidation)
  • Clean up, simplify, and comment existing code and commit history.