[racket-dev] Pre-Release Checklist for v6.1

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Jul 23 08:13:37 EDT 2014

Believe it or not I actually tried that. Screenshot:
http://www.eecs.northwestern.edu/~robby/tmp/x.png (that's Chome and
Safari).

Robby

On Wed, Jul 23, 2014 at 7:02 AM, Neil Toronto <neil.toronto at gmail.com> wrote:
> They only do it on my system if the browser window is too narrow. And
> "overlap" is the wrong word: the margin notes are completely inside the blue
> boxes.
>
> BTW, #2 is fixed now. I added an "#:unscaled? #t" somewhere; Matthew did the
> actual work. :D
>
> Neil
>
>
> On 07/22/2014 07:20 PM, Robby Findler wrote:
>>
>> FWIW, I don't see the overlap in Chrome (on a mac) or in Safari.
>>
>> Robby
>>
>> On Tue, Jul 22, 2014 at 2:01 PM, Neil Toronto <neil.toronto at gmail.com>
>> wrote:
>>>
>>> On 07/17/2014 08:03 PM, Ryan Culpepper wrote:
>>>>
>>>>
>>>> * Neil Toronto <neil.toronto at gmail.com>
>>>>     - Plot Tests
>>>>     - Images Tests
>>>>     - Inspect icons
>>>>     - Math tests
>>>
>>>
>>>
>>> All tests pass, but two things need fixing: some margin notes in the math
>>> documentation, and `compiled-bitmap` and `compiled-bitmap-list` when they
>>> embed compressed bitmaps.
>>>
>>> 1. There's an issue with margin notes overlapping blue boxes in some of
>>> the
>>> math documentation. I haven't looked into it deeply yet, so I'm not sure
>>> what causes it or what should be done to fix it. You can see it in the
>>> pre-release docs here:
>>>
>>>      http://pre-release.racket-lang.org/doc/math/matrix_basic.html
>>>
>>> 2. The `compiled-bitmap` and `compiled-bitmap-list` macros yield bitmaps
>>> that are the right size but with a half-size image tucked into the
>>> upper-left corner, when the bitmaps are stored in the module as JPEGs.
>>> (This
>>> doesn't affect DrRacket's icons because they're all stored as PNGs.) I
>>> suspect there's a missing "#:unscaled? #t" or two.
>>>
>>> Neil ⊥
>>>
>>>
>>> _________________________
>>>   Racket Developers list:
>>>   http://lists.racket-lang.org/dev
>
>


Posted on the dev mailing list.