Skip to content

Refactor MrpTime API

Günther Wagner requested to merge gwagner/planner:refactor-mrp-time into master

Here i want to refactor the MrpTime API (again). There is already an old API which is used in planner. There are attempts to create a new API which should replace the old API but this never happened. Today we have much nicer API in glib to work with DateTime objects. Longterm goal is to refactor the new API to GDateTime instead of GDate. And afterwards i try to factor out the old epoch API

  • establish a testsuite
  • refactor to GDateTime
  • remove format API and use GDateTime API instead

I dropped the refactoring for now. This is a big endevaour and needs several rounds to get it right.

This MR fixes #4

Edited by Günther Wagner

Merge request reports