[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnugo-devel] [sr #105877] non-conforming to GTP in gtp_final_status_lis
From: |
Serge Batalov |
Subject: |
[gnugo-devel] [sr #105877] non-conforming to GTP in gtp_final_status_list() |
Date: |
Tue, 29 May 2007 21:53:51 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) |
URL:
<http://savannah.gnu.org/support/?105877>
Summary: non-conforming to GTP in gtp_final_status_list()
Project: GNU Go
Submitted by: uncle_serge
Submitted on: Tuesday 05/29/2007 at 21:53
Category: None
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: None
_______________________________________________________
Details:
GTP states that the list returned by this function (e.g. "dead") should
contain one string per line. However, the existing code outputs
space-separated group string lists per line. This is convenient to read, but
non-conforming to GTP description.
A GTP adapter (e.g. to KGS) simplemindedly sends only one (the first) stone
per group to the server during arbitration. This is probably because it
expects everything after the first string on the line to be comments (as per
GTP description).
This is true for all OSs (there's no such choice, so I chose None). Affected
files: interface/play_gtp.c interface/gtp.c and the regression tests.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?105877>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnugo-devel] [sr #105877] non-conforming to GTP in gtp_final_status_list(),
Serge Batalov <=