Re: [computer-go] Re: Reference bot and gtpstatistics

2008-11-03 Thread Matthew Woodcraft
Don Dailey wrote: > When you get a quit command, you send something over the pipe but then > you immediately shutdown the program (and the pipe) so I'm not sure what > happens if the controller doesn't read it before it shuts down. This > is probably a bug if it isn't handled properly. Does the

Re: [computer-go] Re: Reference bot and gtpstatistics

2008-11-03 Thread Michael Williams
GtpStatistics worked properly after I uncommented the line. Don Dailey wrote: It seems like there was an issue - but try re-activating the code. What's the right thing to do? When you get a quit command, you send something over the pipe but then you immediately shutdown the program (and t

Re: [computer-go] Re: Reference bot and gtpstatistics

2008-11-03 Thread Don Dailey
It seems like there was an issue - but try re-activating the code. What's the right thing to do? When you get a quit command, you send something over the pipe but then you immediately shutdown the program (and the pipe) so I'm not sure what happens if the controller doesn't read it before it

[computer-go] Re: Reference bot and gtpstatistics

2008-11-03 Thread Michael Williams
I see now that the code was there for that, but it was commented out for some reason (in the Java version). Michael Williams wrote: In order for the reference bot to work with gtpstatistics, it must acknowledge the quit command with an equal sign and new line, like all other gtp commands.