iomrascalai
iomrascalai copied to clipboard
Engine borks on errors now
How to reproduce:
genmove b
genmove b
this causes an error to be returned by the GTP controller - it's expected that the engine reports an error
but the finish()
method in src/engine/mod.rs
calls unwrap()
on game.play(m)
which causes a panic
Thank you! I will have a look.