2
Logging
Vectornaut edited this page 2024-11-11 05:32:32 +00:00
When a log message comes in handy for tracking down a bug or confirming that a system is working correctly, add it to this list. We'll refer to the list when we start developing a formal logging system.
- Alert when the realization routine runs, with a flag if the constraints are already satisfied
- This helped track down the bug that made
Assembly::realize
react to itself (fixed in commit6e42681
) - Logging what triggered the realization could be helpful too, but I don't know if Sycamore exposes that information
- This helped track down the bug that made