emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 5c8f31d 043/357: [gnugo maint] Update HACKING; nf


From: Stefan Monnier
Subject: [elpa] externals/gnugo 5c8f31d 043/357: [gnugo maint] Update HACKING; nfc.
Date: Sun, 29 Nov 2020 14:50:44 -0500 (EST)

branch: externals/gnugo
commit 5c8f31d120ae243ecd9cf3f2087020ada445bd40
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo maint] Update HACKING; nfc.
---
 HACKING | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/HACKING b/HACKING
index 2adbae4..8f37823 100644
--- a/HACKING
+++ b/HACKING
@@ -3,9 +3,7 @@ HACKING gnugo                                           -*- org 
-*-
 This file is both a guide for newcomers and a todo list for oldstayers.
 
 * next (actually "first" (under ELPA) :-D)
-*** TODO code
-***** TODO Set ‘lexical-binding’ (if possible!).
-      Hmm, lots of symbol trickery going on; initial attempts FAIL.
+*** DONE code
 ***** DONE Give ‘lambda’ commands a name and docstring.
 ***** DONE Move gnugo-{put,get} doc elsewhere.
 ***** DONE Loose the modernization!
@@ -15,7 +13,7 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
 ******* DONE ‘(split-string ... t)’ -- [[file:gnugo.el][gnugo-animate-group]]
 ***** DONE Use process-{put,get}.
 ***** DONE Drop leading ?* in var docstrings.
-*** TODO Resolve maintenance musings.
+*** DONE Resolve maintenance musings.
 ***** Any way to use ‘gnugo-version’ as ";; Version:"? [no]
 ***** Should SGF funcs be moved to sgf.el now? [no]
 ***** Is sgf.el better in-package or independent (but in ELPA)? [in-package]
@@ -38,9 +36,17 @@ This file is both a guide for newcomers and a todo list for 
oldstayers.
       so the actual release commits will be effectively fast-forward.
 *** DONE Finish [[file:NEWS][NEWS]] archeology.
 * fix bugs
+*** ‘inhibit-gnugo-refresh’: defvar, rename to ‘gnugo-inhibit-refresh’
+*** {next,previous}-line weirdness in the presence of images
+*** ‘-l FILENAME’ lossage
+***** silently clobbers other options (PEBKAC, strictly speaking)
+***** game tree incomplete (doing ‘C-x C-s’ immediately writes empty tree)
 *** [[file:gnugo.el::defun.gnugo-toggle-dead-group][gnugo-toggle-dead-group]] 
only half-complete
 *** no error-handling in SGF parsing
+*** performance -- ‘compare-strings’ approach too clever/slow :-/
 * ideas / wishlist
+*** set ‘lexical-binding’ (if possible!)
+    Hmm, lots of symbol trickery going on; initial attempts FAIL.
 *** add a few screenshots to package
 *** revamp image support
 *** talk GTP over the network



reply via email to

[Prev in Thread] Current Thread [Next in Thread]