From fc4989ee630fedc36ac5634ff47190682e38a733 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Mon, 11 Nov 2024 05:29:45 +0000 Subject: [PATCH] Start jotting down useful log messages --- Logging.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Logging.md diff --git a/Logging.md b/Logging.md new file mode 100644 index 0000000..b74fb89 --- /dev/null +++ b/Logging.md @@ -0,0 +1,5 @@ +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 eventually use the list to help develop 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 commit 6e42681) + - Logging what triggered the realization could be helpful too, but I don't know if Sycamore exposes that information \ No newline at end of file