Please provide the most complete information possible when describing your bug.
* (Time) Some of the times on my home page show only days and some show days and hours, in both cases there are some number of hours left (eg 23, 12, 1). (gigaclon)
-
(
Aaron) I have confirmed that this bug is fixed. Thanks! —
Aaron Dalton 2005/10/09 14:22
(Lambda) I'm not sure if this is a bug, but the ratings all seem to be above 1500. Since I'm assuming this is supposed to be Elo ratings, and seeded at 1500, I would expect to see ratings both above and below 1500.
(Lexicon) Blam! moves and page reloads are not completed as transactions on the database. I experienced this as a minor bug, but it might come up as a problem later. What I specifically saw: 1) I reloaded a current game (game 173). The MOVE box on the left said it was waiting for Aaron to move. The board failed to load. The comments section said “SYSTEM: Aaron has placed a R2 piece at cell E5. 2005-05-28 19:04:48”. I interpret this as Aaron having made a move while I was reloading the page. As I said, no big deal in this instance, but it might be worth implimenting transactions.
(
Aaron) The database aspect is atomic. The board, however, is generated in a separate process. This error can occur if one refreshes at just the right moment while the board generator is finishing up. The window is very small; less than a second even on crowded boards. You have very good timing
