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

From: Stephen Chang (stchang at ccs.neu.edu)
Date: Thu Jul 14 12:08:26 EDT 2011

Does anyone know why drdr is hanging on this commit? Is it because it
changed the docs?




On Wed, Jul 13, 2011 at 4:27 PM,  <asumu at racket-lang.org> wrote:
> asumu has updated `master' from cf04739f93 to 2fdc56db3a.
>  http://git.racket-lang.org/plt/cf04739f93..2fdc56db3a
>
> =====[ 1 Commits ]======================================================
>
> Directory summary:
>  100.0% collects/scribblings/draw/
>
> ~~~~~~~~~~
>
> 2fdc56d Asumu Takikawa <asumu at racket-lang.org> 2011-07-13 15:34
> :
> | Use real contract in bitmap% docs
> :
>  M collects/scribblings/draw/bitmap-class.scrbl |    2 +-
>
> =====[ Overall Diff ]===================================================
>
> collects/scribblings/draw/bitmap-class.scrbl
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/collects/scribblings/draw/bitmap-class.scrbl
> +++ NEW/collects/scribblings/draw/bitmap-class.scrbl
> @@ -62,7 +62,7 @@ When a @racket[bits] byte string is provided: Creates a monochrome
>                             [y real?]
>                             [width exact-nonnegative-integer?]
>                             [height exact-nonnegative-integer?]
> -                            [pixels (and/c bytes? mutable?)]
> +                            [pixels (and/c bytes? (not/c immutable?))]
>                             [just-alpha? any/c #f]
>                             [pre-multiplied? any/c #f])
>            void?]{
>



Posted on the dev mailing list.