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 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

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 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 
wrote:


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 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





_
   Racket Developers list:
   http://lists.racket-lang.org/dev


_
 Racket Developers list:
 http://lists.racket-lang.org/dev


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
>
> 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 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 
>>> wrote:

 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 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
>>
>>
>
> _
>   Racket Developers list:
>   http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 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 
>> wrote:
>>>
>>> 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 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
>
>

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 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  wrote:

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 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


_
 Racket Developers list:
 http://lists.racket-lang.org/dev


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, 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

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 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


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 functions, and
> better keyword support.

Pushed as commit 5a12f8e77.

Thanks!

Vincent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 they're done, or tell me if there are no such
>   changes.)

Sam, Asumu, Eric: what's new for this release?

Vincent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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
> (". .../racket-completion.zsh; _racket --self-test")
>
> * Stephen Bloch 
>   - Picturing Programs Tests
>
> * Greg Cooper 
>   - FrTime Tests
>
> * 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 installers for both work, try each one in
> both normal and unix-style installation modes. (just ubuntu)
>   [Note: get the release candidates from the URL in this email. Use
>the 'static table' link to see a list of all tar files available]
>
> * Mike Sperber 
>   - DMdA Tests
>   - Stepper Tests
>   - Signature Tests
>
> * David Van Horn 
>   - EoPL Tests
>
> * Neil Toronto 
>   - Plot Tests
>   - Images Tests
>   - Inspect icons
>   - Math tests
>
> * Doug Williams 
>   - Additional Plot Tests
>
> * Shriram Krishnamurthi 
>   Tour: check the tour and generate a new one if needed.
>   [Note: Since this is a v6.0.90.900 build, you will need to edit your
> .../collects/framework/private/version.rkt
>   file and change `(version)' to `"6.1"'.]
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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
>>> compile fine (note that they're still called `plt' and `mz' at
>>> this stage).
>>>   - Test that the binary installers for both work, try each one in
>>> both normal and unix-style installation modes. (just ubuntu)
>>>   [Note: get the release candidates from the URL in this email. Use
>>>the 'static table' link to see a list of all tar files available]
>> Done, but I saw an error once during a build of 
>> racket-minimal-6.0.900.900-src.tgz during 'make install'. I accidentally 
>> destroyed the terminal and wasn't able to reproduce the error after two 
>> additional tries, so I'm not sure what went wrong but it was something like
>>
>> raco: building scribblings/framework.rkt
>>   sqlite3: unable to read from database
>>
>> I'll try once or twice more to see if it happens again.
> A minimal Racket build would not include documentation or "framework".
> Was something installed in user scope with a previous v6.0.900.900
> installation and maybe not removed before the Racket installation was
> itself removed?
>

Oh sorry, wrong copy/paste. I meant racket-6.0.900.900-src.tgz.

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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
>  changes.)

Done.

John

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 called `plt' and `mz' at
> > this stage).
> >   - Test that the binary installers for both work, try each one in
> > both normal and unix-style installation modes. (just ubuntu)
> >   [Note: get the release candidates from the URL in this email. Use
> >the 'static table' link to see a list of all tar files available]
> 
> Done, but I saw an error once during a build of 
> racket-minimal-6.0.900.900-src.tgz during 'make install'. I accidentally 
> destroyed the terminal and wasn't able to reproduce the error after two 
> additional tries, so I'm not sure what went wrong but it was something like
> 
> raco: building scribblings/framework.rkt
>   sqlite3: unable to read from database
> 
> I'll try once or twice more to see if it happens again.

A minimal Racket build would not include documentation or "framework".
Was something installed in user scope with a previous v6.0.900.900
installation and maybe not removed before the Racket installation was
itself removed?

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 installers for both work, try each one in
> both normal and unix-style installation modes. (just ubuntu)
>   [Note: get the release candidates from the URL in this email. Use
>the 'static table' link to see a list of all tar files available]

Done, but I saw an error once during a build of 
racket-minimal-6.0.900.900-src.tgz during 'make install'. I accidentally 
destroyed the terminal and wasn't able to reproduce the error after two 
additional tries, so I'm not sure what went wrong but it was something like

raco: building scribblings/framework.rkt
  sqlite3: unable to read from database

I'll try once or twice more to see if it happens again.
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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.


Stephen Bloch
sbl...@adelphi.edu
GPG key at http://home.adelphi.edu/sbloch/sbloch.pubkey.asc



signature.asc
Description: Message signed with OpenPGP using GPGMail
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 have any
> commits that should have been picked, make sure that the changes are in.
>
> Important: new builds are created without announcement, usually whenever
> I pick a few commits.  If you need to commit changes, please make sure
> you tell me to pick it into the release branch.
>
> --> Release candidates are at
> -->   http://pre-release.racket-lang.org
>
> Please use these installers (or source bundles) -- don't test from
> your own git clone (don't test the `master' branch by mistake!).  To
> get the tests, you can do this:
>
>   cd ...racket-root...
>   ./bin/raco pkg install -i main-distribution-test
>
> --
>
> * 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 Tests
>   - Unit Tests
>   - Syntax Color Tests
>   - R6RS Tests
>   - JPR's test suite
>   - Create an executable from a BSL program
>   - Run COM tests
>   - Embed-in-c test
>   - Try compiling with -funsigned-char
>   - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
>   Updates:
>   - Racket Updates: update HISTORY
>   (updates should show v6.1 as the most current version)
>   - Update man pages in racket/man/man1: racket.1, gracket.1, raco.1
>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.
>
> * Robby Findler 
>   - DrRacket Tests
>   - Framework Tests
>   - Contracts Tests
>   - Games Tests
>   - Teachpacks Tests: image tests
>   - PLaneT Tests
>   - Redex Tests
>   Updates:
>   - DrRacket Updates: update HISTORY
>   - Redex Updates: update HISTORY
>   (updates should show v6.1 as the most current version)
>   - Ensure that previous version of DrRacket's preference files still
> starts up with new DrRacket
>   - Update man pages in racket/man/man1: drracket.1
>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.
>
> * John Clements 
>   - Stepper Tests
>   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
>   changes.)
>
> * Sam Tobin-Hochstadt ,
>Vincent St-Amour 
>   - Match Tests
>   - Typed Racket Tests
>   - Typed Racket 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
>   changes.)
>
> * Matthias Felleisen 
>   - Teachpacks Tests: check that new teachpacks are addable
>   - Teachpack Docs: check teachpack docs in the bundles
>   - Try teaching-languages testing framework (check-expect)
>   Updates:
>   - Teachpack 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
>   changes.)
>
> * Ryan Culpepper 
>   - Macro Debugger Tests
>   - syntax-parse Tests
>   - RackUnit GUI Tests
>   - Data Tests
>   - DB Tests
>   - Rackunit Tests
>   - SRFI Tests
>
> * Jay McCarthy 
>   - Web Server Tests
>   - XML Tests
>   - HTML Tests
>   - PLAI Tests
>   - Racklog tests
>   - Datalog tests
>
> * Stevie Strickland 
>   - Unit Contract Tests
>   - Contract Region Tests
>   - Class Contract Tests
>
> * Stephen Chang 
>   - Lazy Racket Tests
>   - Lazy stepper tests
>
> * 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
> (". .../racket-completion.zsh; _racket --self-test")
>
> * Stephen Bloch 
>   - Picturing Programs Tests
>
> * Greg Cooper 
>   - FrTime Tests
>
> * 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 installers for both work, try each one in
> both normal and unix-style installation modes. (just ubuntu)
>   [Note: get the release candidates from the URL in this email. Use
>the 'static table' link to see a list of all tar files available]
>
> * Mike Sperber 
>   - DMdA Tests
>   - Stepper Tests
>   - Signature Tests
>
> * David Van Horn 
>   - EoPL Tests
>
> * Neil Toronto 
>   - Plot Tests
>   - Images Tests
>   - Inspect icons
>   - Math tests
>
> * Doug Williams 
>   - Additional Plot Tests
>
> * Shriram Krishnamurthi 
>   Tour: check the tour and generate a new one if nee

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 Updates: update HISTORY
>   (updates should show v6.1 as the most current version)
>   - Ensure that previous version of DrRacket's preference files still
> starts up with new DrRacket
>   - Update man pages in racket/man/man1: drracket.1
>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.

Done. There are two commits for the HISTORY; just pushed and they are
marked in the commit messages.

Robby
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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 Tests
>- Unit Tests
>- Syntax Color Tests
>- R6RS Tests
>- JPR's test suite
>- Create an executable from a BSL program
>- Run COM tests
>- Embed-in-c test
>- Try compiling with -funsigned-char
>- Try compiling with TEST_ALTERNATE_TARGET_REGISTER

Done.

>Updates:
>- Racket Updates: update HISTORY
>(updates should show v6.1 as the most current version)

Done.

>- Update man pages in racket/man/man1: racket.1, gracket.1, raco.1

No change.

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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
> commits that should have been picked, make sure that the changes are in.
>
> Important: new builds are created without announcement, usually whenever
> I pick a few commits.  If you need to commit changes, please make sure
> you tell me to pick it into the release branch.
>
> --> Release candidates are at
> -->   http://pre-release.racket-lang.org
>
> Please use these installers (or source bundles) -- don't test from
> your own git clone (don't test the `master' branch by mistake!).  To
> get the tests, you can do this:
>
>   cd ...racket-root...
>   ./bin/raco pkg install -i main-distribution-test
>
> --
>
> * 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 Tests
>   - Unit Tests
>   - Syntax Color Tests
>   - R6RS Tests
>   - JPR's test suite
>   - Create an executable from a BSL program
>   - Run COM tests
>   - Embed-in-c test
>   - Try compiling with -funsigned-char
>   - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
>   Updates:
>   - Racket Updates: update HISTORY
>   (updates should show v6.1 as the most current version)
>   - Update man pages in racket/man/man1: racket.1, gracket.1, raco.1
>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.
>
> * Robby Findler 
>   - DrRacket Tests
>   - Framework Tests
>   - Contracts Tests
>   - Games Tests
>   - Teachpacks Tests: image tests
>   - PLaneT Tests
>   - Redex Tests
>   Updates:
>   - DrRacket Updates: update HISTORY
>   - Redex Updates: update HISTORY
>   (updates should show v6.1 as the most current version)
>   - Ensure that previous version of DrRacket's preference files still
> starts up with new DrRacket
>   - Update man pages in racket/man/man1: drracket.1
>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.
>
> * John Clements 
>   - Stepper Tests
>   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
>   changes.)
>
> * Sam Tobin-Hochstadt ,
>Vincent St-Amour 
>   - Match Tests
>   - Typed Racket Tests
>   - Typed Racket 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
>   changes.)
>
> * Matthias Felleisen 
>   - Teachpacks Tests: check that new teachpacks are addable
>   - Teachpack Docs: check teachpack docs in the bundles
>   - Try teaching-languages testing framework (check-expect)
>   Updates:
>   - Teachpack 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
>   changes.)
>
> * Ryan Culpepper 
>   - Macro Debugger Tests
>   - syntax-parse Tests
>   - RackUnit GUI Tests
>   - Data Tests
>   - DB Tests
>   - Rackunit Tests
>   - SRFI Tests
>
> * Jay McCarthy 
>   - Web Server Tests
>   - XML Tests
>   - HTML Tests
>   - PLAI Tests
>   - Racklog tests
>   - Datalog tests

All passed

> * Stevie Strickland 
>   - Unit Contract Tests
>   - Contract Region Tests
>   - Class Contract Tests
>
> * Stephen Chang 
>   - Lazy Racket Tests
>   - Lazy stepper tests
>
> * 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
> (". .../racket-completion.zsh; _racket --self-test")
>
> * Stephen Bloch 
>   - Picturing Programs Tests
>
> * Greg Cooper 
>   - FrTime Tests
>
> * 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 installers for both work, try each one in
> both normal and unix-style installation modes. (just ubuntu)
>   [Note: get the release candidates from the URL in this email. Use
>the 'static table' link to see a list of all tar files available]
>
> * Mike Sperber 
>   - DMdA Tests
>   - Stepper Tests
>   - Signature Tests
>
> * David Van Horn 
>   - EoPL Tests
>
> * Neil Toronto 
>   - Plot Tests
>   - Images Tests
>   - Inspect icons
>   - Math tests
>
> * Doug Williams 
>   - Additional Plot Tests
>
> * Shriram Krishnamurthi 
>   Tour: check the tour and generate a new one if n

[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 are in.

Important: new builds are created without announcement, usually whenever
I pick a few commits.  If you need to commit changes, please make sure
you tell me to pick it into the release branch.

--> Release candidates are at
-->   http://pre-release.racket-lang.org

Please use these installers (or source bundles) -- don't test from
your own git clone (don't test the `master' branch by mistake!).  To
get the tests, you can do this:

  cd ...racket-root...
  ./bin/raco pkg install -i main-distribution-test

--

* 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 Tests
  - Unit Tests
  - Syntax Color Tests
  - R6RS Tests
  - JPR's test suite
  - Create an executable from a BSL program
  - Run COM tests
  - Embed-in-c test
  - Try compiling with -funsigned-char
  - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
  Updates:
  - Racket Updates: update HISTORY
  (updates should show v6.1 as the most current version)
  - Update man pages in racket/man/man1: racket.1, gracket.1, raco.1
  Email me to pick the changes when they're done, or tell me if there
  are no such changes.

* Robby Findler 
  - DrRacket Tests
  - Framework Tests
  - Contracts Tests
  - Games Tests
  - Teachpacks Tests: image tests
  - PLaneT Tests
  - Redex Tests
  Updates:
  - DrRacket Updates: update HISTORY
  - Redex Updates: update HISTORY
  (updates should show v6.1 as the most current version)
  - Ensure that previous version of DrRacket's preference files still
starts up with new DrRacket
  - Update man pages in racket/man/man1: drracket.1
  Email me to pick the changes when they're done, or tell me if there
  are no such changes.

* John Clements 
  - Stepper Tests
  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
  changes.)

* Sam Tobin-Hochstadt ,
   Vincent St-Amour 
  - Match Tests
  - Typed Racket Tests
  - Typed Racket 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
  changes.)

* Matthias Felleisen 
  - Teachpacks Tests: check that new teachpacks are addable
  - Teachpack Docs: check teachpack docs in the bundles
  - Try teaching-languages testing framework (check-expect)
  Updates:
  - Teachpack 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
  changes.)

* Ryan Culpepper 
  - Macro Debugger Tests
  - syntax-parse Tests
  - RackUnit GUI Tests
  - Data Tests
  - DB Tests
  - Rackunit Tests
  - SRFI Tests

* Jay McCarthy 
  - Web Server Tests
  - XML Tests
  - HTML Tests
  - PLAI Tests
  - Racklog tests
  - Datalog tests

* Stevie Strickland 
  - Unit Contract Tests
  - Contract Region Tests
  - Class Contract Tests

* Stephen Chang 
  - Lazy Racket Tests
  - Lazy stepper tests

* 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
(". .../racket-completion.zsh; _racket --self-test")

* Stephen Bloch 
  - Picturing Programs Tests

* Greg Cooper 
  - FrTime Tests

* 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 installers for both work, try each one in
both normal and unix-style installation modes. (just ubuntu)
  [Note: get the release candidates from the URL in this email. Use
   the 'static table' link to see a list of all tar files available]

* Mike Sperber 
  - DMdA Tests
  - Stepper Tests
  - Signature Tests

* David Van Horn 
  - EoPL Tests

* Neil Toronto 
  - Plot Tests
  - Images Tests
  - Inspect icons
  - Math tests

* Doug Williams 
  - Additional Plot Tests

* Shriram Krishnamurthi 
  Tour: check the tour and generate a new one if needed.
  [Note: Since this is a v6.0.90.900 build, you will need to edit your
.../collects/framework/private/version.rkt
  file and change `(version)' to `"6.1"'.]
_
 Racket Developers list:
 http://lists.racket-lang.org/dev