unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* SGF Utils 0.9 available
@ 2021-12-14 15:03 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2021-12-14 15:03 UTC (permalink / raw)
  To: guile-sources; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]


release notes:

  Tested w/ GNU Guile-SDL 0.5.3.

README excerpt:

  SGF Utils is a set of programs for manipulating Smart Game
  Format files, principally for the game of Go.  This release
  includes three programs:

    sgfc -- check well-formedness and style
    sgfm -- "mogrify"
    sgfv -- browse graphically
  
NEWS for 0.9 (2021-12-14):

  - gnugo subprocess glitch fixed

    Program sgfv talks to the GNU Go subprocess using a port made w/
    ‘open-input-output-pipe’.  In previous releases, the port was
    presumed to be either non-buffering or line-buffered.  This
    assumption results in a hang should the port be fully buffered,
    which seems to be the case for more recent versions of Guile.

    Now, the port is flushed (using ‘force-output’).

  - bootstrap/maintenance tools

    upgraded:

     Guile-BAUX 20211208.0839.a5245e7
     GNU gnulib 2021-12-10 21:54:54
     GNU Autoconf 2.71
     GNU Automake 1.16.5
     GNU Guile 2.2.7

    as before:

     (none)

source code:

  https://www.gnuvola.org/software/sgf-utils/

-- 
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2021) Software Libero
   (pcase (context query)               ;       = Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
--------------------------------------- 6CE4 6703 2224 4C80 7502


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 219 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-14 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 15:03 SGF Utils 0.9 available Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).