Skip to content

Add late plugins

Finley McIlwaine requested to merge wip/24254 into master

Fixes #24254 (closed), adds late plugins. Late plugins run at the very end of the core pipeline, even after late cost centers. I've included a test which demonstrates that changes made by a CoreToDo plugin do end up in the interface file, while changes made by a late plugin do not.

Merge request reports