LeelaWatcher icon indicating copy to clipboard operation
LeelaWatcher copied to clipboard

Fix the parser for use with v18 of autogtp (#40)

Open barrybecker4 opened this issue 4 years ago • 1 comments

The EVENT parser is pretty fragile in the sense that if the initial text sent by autogtp changes at all, it can fail in a mysterious way. I updated the regexp to accept the new text and still be backward compatible with old versions, but it could fail again in the future if the autogtp start text changes again.

I bumped the version to 1.2.0 and also updated to gradle 6.2 and a newer version of the fatjar plugin. You can now build with java 11. A new l release will need to be created and posted.

I tested against the v16 and v17 versions of the leela-zero distribution.

barrybecker4 avatar Apr 12 '20 15:04 barrybecker4

/review @fsparv

barrybecker4 avatar Apr 12 '20 15:04 barrybecker4