Skip to content

[Refactor] remove macro calls

Jonas Toth requested to merge refactor_macros into master

Relying on the macros for control flow is bad and mostly removed.

Most of the code works just by replacing the generated source code with a function containing the same code.

Merge request reports