From 91c98f46969fe6a04a642a3fb0ff2afbcb2da7b6 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 14 Nov 2021 17:31:31 +0100 Subject: [PATCH] test org file --- TODO.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO.org diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..ffdd144 --- /dev/null +++ b/TODO.org @@ -0,0 +1,18 @@ +#+title: Second Ubuntu desktop boot disk +#+subtitle: This document is (C) 2014-2020 Bruno Raoult and licensed under the [[https://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution Share Alike 4.0 International license]]. +#+TODO: TODO WAITING STUDY ONGOING TESTING | DONE +#+TODO: | WONTFIX CANCELED + +* ONGOING TODO-LIST + +** TODO NEXT STEPS + +*** CANCELED memory: plan for total memory release (pool, etc...) to please valgrind. +not so easy: need to keep track of allocated blocks, **and** to understand that no object is in use. +*** TESTING move.c, piece.c: function to remove an element from list. +*** TESTING position.c: duplicate fully a position (including board & piece list) +**** TODO ~move.c~: Change piece position (board & piece list). + +** TODO MISC +- ~move_gen()~: ~doit~ is maybe redundant with test on current turn. +- should board be included in position ?