ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Late Registration Failed #1267

Closed ctm closed 7 months ago

ctm commented 7 months ago

Make late registration work again.

This evening's tournament (4954) did not allow late registration. It was the first tournament run with the re-entry code and to be honest, I didn't test late registration during development, because I thought I only did things to add functionality.

ctm commented 7 months ago

Trivially reproducible.

/me hangs his head in shame

I normally try to stop working at 8pm Mountain, which is in less than a quarter of an hour, but…

ctm commented 7 months ago

The bug was in a section of code that I refactored and I simply reversed the direction of a test because I was thinking my predicate was testing to see if late registration was allowed, but it was testing to see if late registration was over.

Fixed. Deploying now.