Thanks for the explanation. Indeed integers may not make sense. Keeping the new checks is probably better.
The problem code in "x11.rkt" is > > (define EventQueue > (_enum '(QueuedAlready = 0 > QueuedAfterReading = 1 > QueuedAfterFlush 2))) > > where a `=` is omitted accidentally. At first I was stumped to see you could find this bug without (presumably) running the file, but now that I understand the problem it makes sense. Thanks a lot! Laurent -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CABNTSaGnm4qmt-bUzEdFV65Mj%2Bh-nzsPDH_QF0GxdKnmVN9sQw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
