[racket-dev] [plt] Push #28106: master branch updated

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jan 28 09:40:40 EST 2014

I think this is a backward-incompatible change, since the order of
fields matters when using `make-object` (as some old code likely does).
Moving the fields to the end should be ok.

At Tue, 28 Jan 2014 09:37:28 -0500, jay at racket-lang.org wrote:
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/pkgs/gui-pkgs/gui-lib/mred/private/wx/common/event.rkt
> +++ NEW/pkgs/gui-pkgs/gui-lib/mred/private/wx/common/event.rkt
> @@ -77,6 +77,9 @@
>                     [[bool? shift-down] #f]
>                     [[bool? control-down] #f]
>                     [[bool? meta-down] #f]
> +                   [[bool? mod3-down] #f]
> +                   [[bool? mod4-down] #f]
> +                   [[bool? mod5-down] #f]
>                     [[bool? alt-down] #f]
>                     [[exact-integer? x] 0]
>                     [[exact-integer? y] 0])



Posted on the dev mailing list.