aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-08 16:26:30 +0100
committerdam <dam@gudinoff>2024-05-08 16:26:30 +0100
commitcfd38fe13acd19c9326264766cfe94e5534db739 (patch)
tree0bfff513c97df792a561581e7aac4d0a313e3e1e
parent2dd22e4847b7bc239f129c5ed2e7d0bdff38006e (diff)
downloadtask-time-tracker-cfd38fe13acd19c9326264766cfe94e5534db739.tar.zst
task-time-tracker-cfd38fe13acd19c9326264766cfe94e5534db739.zip
Added TODO entry.
-rw-r--r--ttt.jai3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttt.jai b/ttt.jai
index 612e6b6..2dbc5eb 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -1194,6 +1194,9 @@ prompt_user_key :: (y: int, message: string) -> TUI.Key {
main :: () {
+// TODO WIP WIP WIP WIP WIP WIP WIP WIP - make some tests to see how auto_release_temporary works... check if something allocated right before are kept or discarddled... and how temp allocated StringBuilder behaves...
+
+
#if DEBUG_MEMORY {
defer report_memory_leaks(); // TODO Remove after final debug sessions.
}