test org file

This commit is contained in:
2021-11-14 17:31:31 +01:00
parent 48d5d6e186
commit 91c98f4696

18
TODO.org Normal file
View File

@@ -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 ?