Generate patterns.inc at build time.
[gnushogi.git] / TODO
diff --git a/TODO b/TODO
index 12b25b5..9489313 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ Generic cleanups
   - position of captured pieces in curses mode
   - compile with bound-checker
 - add autosave mode to ease hunt for segfaults ?
-- generate patterns.inc at build-time
 - use 2D array for the board, get rid of the (i)nunmap stuff
 - fixup build procedure to support parallel make runs
 - investigate those preexisting "overflow in implicit constant
@@ -20,9 +19,3 @@ Minishogi-related stuff
   * OPENING_HINT
 - add minishogi stuff to the doc
 - use valid minishogi moves in online help
-
-- segfault (on level 1) following 2e1d 1d4a
-       => field.piece can reach 14 in pattern.c::update_advance_bonus
-          => probably related to using patterns for standard shogi
-          => must break the circular pattern.o <-> pattern.inc dep to
-               be able to generated pattern.inc as needed