[racket-dev] Pre-Release Checklist for v6.1
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 ⊥