gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] automatic test gtp generation


From: Evan Berggren Daniel
Subject: Re: [gnugo-devel] automatic test gtp generation
Date: Mon, 26 Aug 2002 12:59:42 -0400 (EDT)

On Mon, 26 Aug 2002, Arend Bayer wrote:

> On Sun, 25 Aug 2002, Evan Berggren Daniel wrote:
>
> > a test case.  It only does this for missed attacks (not defends).  I'm
> > fairly sure it works, but haven't yet had time to thoroughly test it.
> > Note that this feature is disabled when analyzing sgf files.
>
> I understand this, but was it really necessary to...
>
> > @@ -132,6 +134,10 @@
> >
> >  if ($loadfile)
> >  {
> > +
> > +    print "--loadsgf not currently supported.\n";
> > +    exit;
> > +
> >      #we need to analyze an sgf file
>
> disable --loadsgf completely?
>
> Arend

Nope.  I did that intially and forgot to take it out when I added the
piece at the bottom to do the check correctly.  It's check with
    if ($legality eq "killed" and !defined($loadfile))

Those four lines of the patch should be removed.

Thanks

Evan Daniel





reply via email to

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