Ferrite-FEM / Ferrite-FEM/Ferrite.jl
Replace debug macro
Open
bug
refactoring
- Dominant language
- Julia
- Stars
- 453
- Forks
- 115
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 11
Description
Our debug macro is in conflict with the logging debug macro. We should introduce a new macro which marks debug code paths, such that @debug is reserved for log messages. If there is a performance hit associated, then we should wrap the debug logging macro in another macro with different name.
Contributor guide
Assessment
This issue has not been assessed yet.