-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
In the process of refactoring compilation and testing, changes were made to the code that might now differ from the latex.
- Some anonymous functions in .cc files needed to be declared in a .h
- Some functions fully implemented in .h files were implemented now in .cc
- Source .cc are not not included directly in tests
- and related changes that enforced good practice and allowed for single compilation
On the tests and actual implementation side, some number of iterations were modified to reduce run time on the pipeline. They could be increased later when everything is fixed.
I do not have a list of those at the moment, because to generate a proper diff i would need to run a clang-format on everything again with the right version (and even then it was inconsistently applied on the whole gitlab repo that I moved back here on github). I have since then removed the clang-format from the pipeline checks.
Metadata
Metadata
Assignees
Labels
No labels