You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutorial code contains comments that point towards additional steps. These do not have a full coverage with the documentation. I was debugging matching function build for some time today. In the end it was purely because one const value was commented out and the compiler was not able to find it.
It would be great to have something indicating to the OpenMatch tutorial users have to uncomment something for the build to work
const (
matchName="basic-matchfunction"// Uncomment if following the tutorial// ticketsPerPoolPerMatch = 4
)
Or the tutorial code could have this value integrated into the makeMatches() function.
Tutorial code contains comments that point towards additional steps. These do not have a full coverage with the documentation. I was debugging matching function build for some time today. In the end it was purely because one const value was commented out and the compiler was not able to find it.
It would be great to have something indicating to the OpenMatch tutorial users have to uncomment something for the build to work
Or the tutorial code could have this value integrated into the
makeMatches()
function.The text was updated successfully, but these errors were encountered: