Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-27 Thread Noel Welsh
On Mon, Oct 25, 2010 at 6:46 PM, Ryan Culpepper  wrote:
> * Noel Welsh 
>  - Rackunit Tests
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>    load into racket or drracket (as appropriate)

DONE

N.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-26 Thread Doug Williams
The PLoT tests and the plot extensions work as expected in the re-test.
Also, the science collection and the new FFT routines now work as expected
using the unsafe operations.

Done

On Mon, Oct 25, 2010 at 9:09 PM, Eli Barzilay  wrote:

> 9 hours ago, Ryan Culpepper wrote:
> > [...]
> >
> > --> Release candidates are at
> > -->   http://pre.racket-lang.org/release/installers
>
> There is now a build there that includes Matthew's change to the
> unsafe bindings.  (As I said earlier -- it would be good to re-run
> tests that are contract-heavy, even if you already did.)
>
> --
>  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
>http://barzilay.org/   Maze is Life!
> _
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-26 Thread Carl Eastlund
On Mon, Oct 25, 2010 at 11:09 PM, Eli Barzilay  wrote:
> 9 hours ago, Ryan Culpepper wrote:
>> [...]
>>
>> --> Release candidates are at
>> -->   http://pre.racket-lang.org/release/installers
>
> There is now a build there that includes Matthew's change to the
> unsafe bindings.  (As I said earlier -- it would be good to re-run
> tests that are contract-heavy, even if you already did.)

Dracula re-test: done.

--Carl
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-26 Thread Sam Tobin-Hochstadt
On Mon, Oct 25, 2010 at 1:46 PM, Ryan Culpepper  wrote:
> * Sam Tobin-Hochstadt 
>  - Match Tests

Done.
-- 
sam th
sa...@ccs.neu.edu
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-26 Thread Vincent St-Amour
At Mon, 25 Oct 2010 13:46:49 -0400,
Ryan Culpepper wrote:
>   - Typed Scheme Tests

These pass both on PPC Mac OS X and x86 debian, using the latest build
with Matthew's changes to unsafe primitives.

Vincent
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-26 Thread Casey Klein
On Mon, Oct 25, 2010 at 12:46 PM, Ryan Culpepper  wrote:
>
> * Casey Klein 
>  - Redex Tests
>  Updates:
>  - Redex Updates: update HISTORY
>  (updates should show v5.0.2 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.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-25 Thread Eli Barzilay
9 hours ago, Ryan Culpepper wrote:
> [...]
> 
> --> Release candidates are at
> -->   http://pre.racket-lang.org/release/installers

There is now a build there that includes Matthew's change to the
unsafe bindings.  (As I said earlier -- it would be good to re-run
tests that are contract-heavy, even if you already did.)

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2, second call

2010-10-25 Thread Carl Eastlund
On Mon, Oct 25, 2010 at 1:46 PM, Ryan Culpepper  wrote:
> * Carl Eastlund 
>  - Dracula Tests (confirm that Dracula runs from PLaneT)

Done.

--Carl
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-24 Thread Gregory Cooper
> * Greg Cooper 
>  - FrTime Tests

Done.
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-24 Thread Kathy Gray

On 22 Oct 2010, at 12:07:18, Ryan Culpepper wrote:

> * Kathy Gray 
>  - Test Engine Tests

Done
-Kathy
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-23 Thread John Clements

On Oct 21, 2010, at 4:07 PM, Ryan Culpepper wrote:

> Checklist items for the v5.0.2 release
>  (using the v5.0.1.900 release candidate build)
> 
> * John Clements 
>  - Stepper Tests
>  Updates:
>  - Stepper Updates: update HISTORY
>  (updates should show v5.0.2 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.



smime.p7s
Description: S/MIME cryptographic signature
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Doug Williams
The plot examples and plot extensions in the science collection work as
expected. Also, changing the unsafe-vector-ref (and -set!, etc) to
unsafe-vector*-ref seems to have fixed my numeric problems in the science
collection.

Done

On Thu, Oct 21, 2010 at 5:07 PM, Ryan Culpepper  wrote:

> Checklist items for the v5.0.2 release
>  (using the v5.0.1.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.racket-lang.org/release/installers
>
> Please use these installers (or source bundles) -- don't test from
> your own git clone (don't test v5.0.2.1 by mistake!).  To get
> the tests directory in such a directory, you can do this:
>  cd ...racket-root...
>  git archive --remote=git://git.racket-lang.org/plt.git release \
>  -- collects/tests | tar x
>
> --
>
> * 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 Tests
>  - 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.
>  Updates:
>  - Racket Updates: update HISTORY
>  - GRacket Updates: update README, HISTORY
>  (updates should show v5.0.2 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
>  Updates:
>  - DrRacket Updates: update HISTORY
>  (updates should show v5.0.2 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 v5.0.2 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
>  Updates:
>  - Teachpack Updates: update HISTORY
>  (updates should show v5.0.2 as the most current version; email me
>  to pick the changes when they're done, or tell me if there are no such
>  changes.)
>
> * Casey Klein 
>  - Redex Tests
>  Updates:
>  - Redex Updates: update HISTORY
>  (updates should show v5.0.2 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 Classifier Tests
>
> * Jay McCarthy 
>  - Web Server Tests
>  - XML Tests
>  - HTML Tests
>  - PLAI Tests
>  - Racklog tests
>  - Datalog tests
>
> * Paul Steckler 
>  - MysterX Tests
>  - MzCOM Tests
>
> * Kathy Gray 
>  - Test Engine Tests
>
> * Chongkai Zhu 
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>load into racket or drracket (as appropriate)
>
> * Noel Welsh 
>  - Rackunit Tests
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>load into racket or drracket (as appropriate)
>
> * Sam Tobin-Hochstadt 
>  - Match Tests
>  - Typed Scheme Tests
>
> * Stevie Strickland 
>  - Unit Contract Tests
>  - Contract Region Tests
>
> * Eli Barzilay 
>  - Swindle Tests
>  - Plot Tests
>  - Verify that the unix installer works in both modes
>  - Racket Tree: compare new distribution tree to previous one
>  Version Updates: if a major change has happened, update the version
>  number in:
>  - racket/collects/mzscheme/info.rkt
>  - racket/collects/mred/info.rkt
>
> * Doug Williams 
>  - Plot Tests
>
> * Greg Cooper 
>  - FrTime Tests
>
> * Carl Eastlund 
>  - Dracula Tests (confirm that Dracula runs from PLaneT)
>
> * Jon Rafkind 
>  Release tests for (one of the) linux releases:
>  - Test that the `racket' and `racket-textual' source releases
>compile fine
>  - Test that the binary installers for both work, try each one in
>both normal and unix-style installation modes. (just ubuntu)
>
> * Shriram Krishnamurthi 
>  Tour: check the tour and generate a new one if needed.
>  [Note: Since this is a v5.0.1.

Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Jay McCarthy
On Thu, Oct 21, 2010 at 5:07 PM, Ryan Culpepper  wrote:
> Checklist items for the v5.0.2 release
>  (using the v5.0.1.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.racket-lang.org/release/installers
>
> Please use these installers (or source bundles) -- don't test from
> your own git clone (don't test v5.0.2.1 by mistake!).  To get
> the tests directory in such a directory, you can do this:
>  cd ...racket-root...
>  git archive --remote=git://git.racket-lang.org/plt.git release \
>      -- collects/tests | tar x
>
> --
>
> * 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 Tests
>  - 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.
>  Updates:
>  - Racket Updates: update HISTORY
>  - GRacket Updates: update README, HISTORY
>  (updates should show v5.0.2 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
>  Updates:
>  - DrRacket Updates: update HISTORY
>  (updates should show v5.0.2 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 v5.0.2 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
>  Updates:
>  - Teachpack Updates: update HISTORY
>  (updates should show v5.0.2 as the most current version; email me
>  to pick the changes when they're done, or tell me if there are no such
>  changes.)
>
> * Casey Klein 
>  - Redex Tests
>  Updates:
>  - Redex Updates: update HISTORY
>  (updates should show v5.0.2 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 Classifier Tests
>
> * Jay McCarthy 
>  - Web Server Tests
>  - XML Tests
>  - HTML Tests
>  - PLAI Tests
>  - Racklog tests
>  - Datalog tests

All passed.

>
> * Paul Steckler 
>  - MysterX Tests
>  - MzCOM Tests
>
> * Kathy Gray 
>  - Test Engine Tests
>
> * Chongkai Zhu 
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>    load into racket or drracket (as appropriate)
>
> * Noel Welsh 
>  - Rackunit Tests
>  - SRFI Tests
>  - Ensure that all claimed srfi's are in the installer and they all
>    load into racket or drracket (as appropriate)
>
> * Sam Tobin-Hochstadt 
>  - Match Tests
>  - Typed Scheme Tests
>
> * Stevie Strickland 
>  - Unit Contract Tests
>  - Contract Region Tests
>
> * Eli Barzilay 
>  - Swindle Tests
>  - Plot Tests
>  - Verify that the unix installer works in both modes
>  - Racket Tree: compare new distribution tree to previous one
>  Version Updates: if a major change has happened, update the version
>  number in:
>  - racket/collects/mzscheme/info.rkt
>  - racket/collects/mred/info.rkt
>
> * Doug Williams 
>  - Plot Tests
>
> * Greg Cooper 
>  - FrTime Tests
>
> * Carl Eastlund 
>  - Dracula Tests (confirm that Dracula runs from PLaneT)
>
> * Jon Rafkind 
>  Release tests for (one of the) linux releases:
>  - Test that the `racket' and `racket-textual' source releases
>    compile fine
>  - Test that the binary installers for both work, try each one in
>    both normal and unix-style installation modes. (just ubuntu)
>
> * Shriram Krishnamurthi 
>  Tour: check the tour and generate a new one if needed.
>  [Note: Since this is a v5.0.1.900 build, you will need to edit your
>    .../collects/framework/private/version.rkt
>  file and change `(version)' to `"5.0.2"'.]
>
> --
> Ryan Culpepper
>



-- 
Jay McCarthy 
Assistant Professor / Brigham Young Univ

Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Stevie Strickland
On Oct 21, 2010, at 4:07 PM, Ryan Culpepper wrote:
> * Stevie Strickland 
>  - Unit Contract Tests
>  - Contract Region Tests

Done.

Stevie
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Matthew Flatt
At Thu, 21 Oct 2010 19:07:18 -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 Tests
>   - 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.
>   Updates:
>   - Racket Updates: update HISTORY
>   - GRacket Updates: update README, HISTORY
>   (updates should show v5.0.2 as the most current version)
>   - Update man pages in racket/man/man1: racket.1, gracket.1, raco.1

Done.

_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Jon Rafkind

> * Jon Rafkind 
>   Release tests for (one of the) linux releases:
>   - Test that the `racket' and `racket-textual' source releases
> compile fine
>   - Test that the binary installers for both work, try each one in
> both normal and unix-style installation modes. (just ubuntu)
>
done
source - ok
binary - ok
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Robby Findler
On Thu, Oct 21, 2010 at 6:07 PM, Ryan Culpepper  wrote:
> * Robby Findler 
>  - DrRacket Tests
>  - Framework Tests
>  - Contracts Tests
>  - Games Tests
>  - Teachpacks Tests: image tests
>  - PLaneT Tests

done (there is a commit that fixes a bug in the games)

>  Updates:
>  - DrRacket Updates: update HISTORY
>  (updates should show v5.0.2 as the most current version)

done (commit pushed).

>  - Ensure that previous version of DrRacket's preference files still
>    starts up with new DrRacket
>  - Update man pages in racket/man/man1: drracket.1

done.

Robby
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-22 Thread Eli Barzilay
8 hours ago, Eli Barzilay wrote:
> 20 minutes ago, Ryan Culpepper wrote:
> > Checklist items for the v5.0.2 release
> >   (using the v5.0.1.900 release candidate build)
> 
> Please wait with tests until there's a new build.

A release candidate is now ready for testing (in the usual place).

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Pre-Release Checklist for v5.0.2

2010-10-21 Thread Eli Barzilay
20 minutes ago, Ryan Culpepper wrote:
> Checklist items for the v5.0.2 release
>   (using the v5.0.1.900 release candidate build)

Please wait with tests until there's a new build.

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev