Open chasing-pointers opened 3 months ago
I'm not able to reproduce the issue — running anchor test
works for me.
Probably not related, but I've added toolchain information in https://github.com/coral-xyz/anchor-book/pull/102, so that you have the correct versions when running the example(s).
When attempting to execute
tic-tac-toe.ts
, the program throws an unknown singer error.This happens the first time an invocation to play() is called with
playerTwo
. All code being used is exactly as represented in this repo with the exception of commenting out tests after the secondplay
invocation init("player one wins")
.Apologies if this is something dumb I'm doing.