From c9b1b0b20e4baa40e8c60386b0b2200a41f316ad Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Wed, 10 Sep 2008 17:04:50 +0200 Subject: TODO item about unconditional disabling of assert. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index d68aefb..80b8884 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,11 @@ EMACS-CHESS -*- mode: org; fill-column: 78 -*- #+TAGS: FEATURE(f) DOCS(d) BUILD(b) #+CATEGORY: Chess +* TODO Make the "debug level" configurable + The speedup from (setq cl-optimize-speed 9) in chess-pos.el is due to + eliding assert calls. This basically makes asserts useless since they are + now turned off unconditionally. It would be nice to have a kind of + "--enable-debug" or somesuch at configure time to make this obvious. * TODO scid: chess-scid-get-result fails on some machines (timing?) It happens on a fast 8-CPU machine of mine that chess-scid-get-result returns the empty string. The reason for this is that sometimes, the prompt -- cgit v1.2.3