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

2014-07-23 Thread Neil Toronto
I've pushed a change that makes it work even with the Firefox layout issue and requested it be merged to 6.1. We can change my status to "All tests pass" now. Neil On 07/23/2014 08:23 AM, Sam Tobin-Hochstadt wrote: The margin-notes appear to work correctly on Chrome but wrong on Firefox on my

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

2014-07-23 Thread Sam Tobin-Hochstadt
The margin-notes appear to work correctly on Chrome but wrong on Firefox on my Linux system. Sam On Wed, Jul 23, 2014 at 8:13 AM, Robby Findler wrote: > Believe it or not I actually tried that. Screenshot: > http://www.eecs.northwestern.edu/~robby/tmp/x.png (that's Chome and > Safari). > > Robby

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

2014-07-23 Thread Robby Findler
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 wrote: > They only do it on my system if the browser window is too narrow. And > "overlap" is the wrong word: the

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

2014-07-23 Thread Neil Toronto
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 w

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

2014-07-22 Thread Robby Findler
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 wrote: > On 07/17/2014 08:03 PM, Ryan Culpepper wrote: >> >> * Neil Toronto >>- Plot Tests >>- Images Tests >>- Inspect icons >>- Math tests > > > All tests pass,

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

2014-07-22 Thread Neil Toronto
On 07/17/2014 08:03 PM, Ryan Culpepper wrote: * Neil Toronto - 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 compress

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

2014-07-21 Thread Vincent St-Amour
At Mon, 21 Jul 2014 16:24:24 -0400, Asumu Takikawa wrote: > > On 2014-07-21 16:14:27 -0400, Vincent St-Amour wrote: > > Sam, Asumu, Eric: what's new for this release? > > This came up on IRC the other day. I think Eric was saying the main > changes were inference speedups, support for contracted

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

2014-07-21 Thread Asumu Takikawa
On 2014-07-21 16:14:27 -0400, Vincent St-Amour wrote: > Sam, Asumu, Eric: what's new for this release? This came up on IRC the other day. I think Eric was saying the main changes were inference speedups, support for contracted functions, and better keyword support. Cheers, Asumu _

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

2014-07-21 Thread Vincent St-Amour
At Thu, 17 Jul 2014 20:03:12 -0400, Ryan Culpepper wrote: > * Sam Tobin-Hochstadt , >Vincent St-Amour > - Match Tests > - Typed Racket Tests Done. > - Typed Racket Updates: update HISTORY > (updates should show v6.1 as the most current version; email me > to pick the changes when t

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

2014-07-21 Thread Stephen Chang
> * Stephen Chang > - Lazy Racket Tests > - Lazy stepper tests all ok. > > * Eli Barzilay > - Swindle Tests > - XREPL Tests > - Verify PL language > - Racket Tree: compare new distribution tree to previous one > - Run the unix installer tests > - Run zsh completions tests >

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

2014-07-21 Thread Jon Rafkind
On 07/21/2014 02:05 AM, Matthew Flatt wrote: > At Sun, 20 Jul 2014 22:37:36 -0700, Jon Rafkind wrote: >> On 07/17/2014 05:03 PM, Ryan Culpepper wrote: >>> * Jon Rafkind >>> Release tests for (one of the) linux releases: >>> - Test that the `racket' and `racket-textual' source releases >>>

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

2014-07-21 Thread John Clements
On Jul 17, 2014, at 5:03 PM, Ryan Culpepper wrote: > > * John Clements > - Stepper Tests Done. > Updates: > - Stepper Updates: update HISTORY > (updates should show v6.1 as the most current version; email me > to pick the changes when they're done, or tell me if there are no such > chan

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

2014-07-21 Thread Matthew Flatt
At Sun, 20 Jul 2014 22:37:36 -0700, Jon Rafkind wrote: > > On 07/17/2014 05:03 PM, Ryan Culpepper wrote: > > > > * Jon Rafkind > > Release tests for (one of the) linux releases: > > - Test that the `racket' and `racket-textual' source releases > > compile fine (note that they're still cal

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

2014-07-20 Thread Jon Rafkind
On 07/17/2014 05:03 PM, Ryan Culpepper wrote: > > * Jon Rafkind > Release tests for (one of the) linux releases: > - Test that the `racket' and `racket-textual' source releases > compile fine (note that they're still called `plt' and `mz' at > this stage). > - Test that the binary i

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

2014-07-20 Thread Michael Sperber
Ryan Culpepper writes: > * Mike Sperber > - DMdA Tests > - Stepper Tests > - Signature Tests Done. -- Regards, Mike _ Racket Developers list: http://lists.racket-lang.org/dev

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

2014-07-19 Thread Stephen Bloch
On Jul 17, 2014, at 8:03 PM, Ryan Culpepper wrote: > * Stephen Bloch > - Picturing Programs Tests Everything works except one "check-error" because the wording of the error message has changed. Out of town right now, and can't get to pltgit from this laptop, but will fix tomorrow or Monday

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

2014-07-19 Thread Stevie Strickland
On Jul 17, 2014, at 6:03 PM, Ryan Culpepper wrote: > * Stevie Strickland > - Unit Contract Tests > - Contract Region Tests > - Class Contract Tests Done. Stevie _ Racket Developers list: http://lists.racket-lang.org/dev

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

2014-07-18 Thread Gregory Cooper
On Thu, Jul 17, 2014 at 5:03 PM, Ryan Culpepper wrote: > * Greg Cooper > - FrTime Tests > Done. Encountered some errors in some of the demos and committed/pushed a fix. _ Racket Developers list: http://lists.racket-lang.org/dev

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

2014-07-18 Thread Doug Williams
Done. On Thu, Jul 17, 2014 at 6:03 PM, Ryan Culpepper wrote: > Checklist items for the v6.1 release > (using the v6.0.900.900 release candidate build) > > Search for your name to find relevant items, reply when you finish an > item (please indicate which item/s is/are done). Also, if you hav

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

2014-07-18 Thread Robby Findler
On Thu, Jul 17, 2014 at 7:03 PM, Ryan Culpepper wrote: > * Robby Findler > - DrRacket Tests > - Framework Tests > - Contracts Tests > - Games Tests > - Teachpacks Tests: image tests > - PLaneT Tests > - Redex Tests > Updates: > - DrRacket Updates: update HISTORY > - Redex Upda

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

2014-07-18 Thread Matthew Flatt
At Thu, 17 Jul 2014 20:03:12 -0400, Ryan Culpepper wrote: > * Matthew Flatt >- Racket Tests >- Languages Tests >- GRacket Tests (Also check that `gracket -z' and `gracket-text' still > works in Windows and Mac OS X) >- mzc --exe tests >- .plt-packing Tests >- Games Tes

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

2014-07-17 Thread Jay McCarthy
On Thu, Jul 17, 2014 at 8:03 PM, Ryan Culpepper wrote: > Checklist items for the v6.1 release > (using the v6.0.900.900 release candidate build) > > Search for your name to find relevant items, reply when you finish an > item (please indicate which item/s is/are done). Also, if you have any > c

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

2014-07-17 Thread Ryan Culpepper
Checklist items for the v6.1 release (using the v6.0.900.900 release candidate build) Search for your name to find relevant items, reply when you finish an item (please indicate which item/s is/are done). Also, if you have any commits that should have been picked, make sure that the changes ar