๐พ Archived View for bbs.geminispace.org โบ u โบ satch โบ 16885 captured on 2024-06-16 at 17:28:36. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-05-26)
โก๏ธ Next capture (2024-07-09)
-=-=-=-=-=-=-
Re: "Another corner condition bug"
@gritty no I think the first one is better
May 12 ยท 5 weeks ago
๐ stack [OP] ยท May 12 at 20:33:
Well, if you implement my idea of accepting values, you can take multiple inputs in any order! If you keep renumbering dice, order matters, and to be safe you probably should not accept multiple inputs. Although it's unlikely to receive them out-of-order.
๐ gritty [mod] ยท May 12 at 20:41:
ah I get it now. Let me think it over, but you're right, multiple inputs should be disabled - I have flags for this but apparently I wasn't checking
Another corner condition bug โ Somehow, in Lagrange, I managed to get two "select dice" dialogs. After the first one is accepted, the second one results in a crashed cgi. I was not able to easily replicate it, so I opened two windows with the same certificate into "?select", and yup, same deal - pythony CGI crash It seems that your logic is not protected from out-of-sequence responses. Oh, entering the selection directly into the URL line allows you to select from the remaining dice more than...