Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-24 Thread Carl Eastlund
On Mon, Apr 22, 2013 at 11:29 PM, Ryan Culpepper  wrote

> * Carl Eastlund 
>   - Dracula Tests (confirm that Dracula runs from PLaneT)
>

Done.

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


Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-24 Thread Neil Toronto

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


All pass.

Neil ⊥

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


Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-23 Thread John Clements

On Apr 22, 2013, at 8:29 PM, Ryan Culpepper wrote:

> Checklist items for the v5.3.4 release
>  (using the v5.3.3.900 release candidate build)
> 
> * John Clements 
>  - Stepper Tests

Done.

>  Updates:
>  - Stepper Updates: update HISTORY
>  (updates should show v5.3.4 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. relevant commit is flagged as "merge to 5.3.4"

John 

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


Re: [racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-23 Thread Kathy Gray

On 23 Apr 2013, at 04:29:42, Ryan Culpepper wrote:

> * Kathy Gray 
>  - Test Engine Tests

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


[racket-dev] Pre-Release Checklist for v5.3.4, Second Call

2013-04-22 Thread Ryan Culpepper

Checklist items for the v5.3.4 release
  (using the v5.3.3.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 the `master' branch 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

--

* John Clements 
  - Stepper Tests
  Updates:
  - Stepper Updates: update HISTORY
  (updates should show v5.3.4 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.3.4 as the most current version; email me
  to pick the changes when they're done, or tell me if there are no such
  changes.)

* Kathy Gray 
  - Test Engine Tests

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

* Eli Barzilay 
  - Verify PL language
  - Racket Tree: compare new distribution tree to previous one

* Carl Eastlund 
  - Dracula Tests (confirm that Dracula runs from PLaneT)

* Neil Toronto 
  - Plot Tests
  - Images Tests
  - Inspect icons
  - Math tests
_
 Racket Developers list:
 http://lists.racket-lang.org/dev


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

2013-04-22 Thread Stephen Chang
> * Stephen Chang 
>   - Lazy Racket Tests
>   - Lazy stepper tests

pass


On Wed, Apr 17, 2013 at 10:36 PM, Ryan Culpepper  wrote:
> Checklist items for the v5.3.4 release
>   (using the v5.3.3.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 the `master' branch 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 --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
>   - Try compiling with -funsigned-char
>   - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
>   Updates:
>   - Racket Updates: update HISTORY
>   (updates should show v5.3.4 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 v5.3.4 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.3.4 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 v5.3.4 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.3.4 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
>   - RackUnit GUI Tests
>   - Data Tests
>   - DB Tests
>
> * Jay McCarthy 
>   - Web Server Tests
>   - XML Tests
>   - HTML Tests
>   - PLAI Tests
>   - Racklog tests
>   - Datalog tests
>
> * Kathy Gray 
>   - Test Engine Tests
>
> * 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)
>
> * 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")
>   Version Updates: if a major change has happened, update the version
>   number in:
>   - racket/collects/mzscheme/info.rkt
>   - racket/collects/mred/info.rkt
>
> * Stephen Bloch 
>   - Picturing Programs 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 (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 ins

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

2013-04-22 Thread Stephen Bloch
picturing-programs seems to work.



Stephen Bloch
sbl...@adelphi.edu

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


[racket-dev] Pre-Release Checklist for v5.3.4

2013-04-20 Thread Robby Findler
On Wed, Apr 17, 2013 at 9:36 PM, Ryan Culpepper  wrote:

> * Robby Findler 
>   - DrRacket Tests

  - Framework Tests
>   - Contracts Tests

  - Games Tests
>   - Teachpacks Tests: image tests
>   - PLaneT Tests

  - Redex Tests
>


Done.


>   Updates:
>   - DrRacket Updates: update HISTORY
>   - Redex Updates: update HISTORY
>

Please include commit 5a3a5edc9a4eab2c6723a4b31fb7d6750e2af37c.


>   (updates should show v5.3.4 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
>

Done


>   Email me to pick the changes when they're done, or tell me if there
>   are no such changes.
>
>

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


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

2013-04-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 v5.3.4

2013-04-18 Thread Gregory Cooper
>
> * Greg Cooper 
>   - FrTime Tests
>

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


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

2013-04-18 Thread Doug Williams
The plot routines work as expected.

I did have DrRacket crash twice on startup. I'm running the 64-bit version
under Windows 8 64-bit. It never crashed once a file was displayed and run.
I even ran some of my longish simulations under DrRacket and it didn't
crash once it loaded. That's not much to go on, but I'll see if I can find
any commonality between the crashes.

Doug


On Wed, Apr 17, 2013 at 8:36 PM, Ryan Culpepper  wrote:

> Checklist items for the v5.3.4 release
>   (using the v5.3.3.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 the `master' branch 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.gitrelease
>  \
>   -- 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 --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
>   - Try compiling with -funsigned-char
>   - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
>   Updates:
>   - Racket Updates: update HISTORY
>   (updates should show v5.3.4 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 v5.3.4 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.3.4 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 v5.3.4 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.3.4 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
>   - RackUnit GUI Tests
>   - Data Tests
>   - DB Tests
>
> * Jay McCarthy 
>   - Web Server Tests
>   - XML Tests
>   - HTML Tests
>   - PLAI Tests
>   - Racklog tests
>   - Datalog tests
>
> * Kathy Gray 
>   - Test Engine Tests
>
> * 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)
>
> * 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")
>   Version Updates: if a major change has happened, update the version
>   number in:
>   - racket/collects/mzscheme/info.**rkt
>   - racket/collects/mred/info.rkt
>
> * Stephen Bloch 
>   - Picturing Programs Tests
>
> * Greg Cooper 
>   - FrTime Tests
>
> * 

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

2013-04-18 Thread Jon Rafkind

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


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

2013-04-18 Thread Vincent St-Amour
At Wed, 17 Apr 2013 22:36:52 -0400,
Ryan Culpepper wrote:
> * Sam Tobin-Hochstadt ,
> Vincent St-Amour 
>- Match Tests
>- Typed Racket Tests

Everything passes.

>- Typed Racket Updates: update HISTORY
>(updates should show v5.3.4 as the most current version; email me
>to pick the changes when they're done, or tell me if there are no such
>changes.)

That's in commit 85eab56 .

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


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

2013-04-18 Thread Matthew Flatt
At Wed, 17 Apr 2013 22:36:52 -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
>- Try compiling with -funsigned-char

Done.

>- Try compiling with TEST_ALTERNATE_TARGET_REGISTER

Fixed by commit 0c4e155b88.

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

Updated by commit 9b7e3bea12 --- but that commit doesn't apply cleanly
to the release branch, so I've enclosed a patch to use.

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

No change.


0001-merge-history-for-v5.3.4.patch
Description: Binary data
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-04-18 Thread Jay McCarthy
On Wed, Apr 17, 2013 at 8:36 PM, Ryan Culpepper  wrote:
> * Jay McCarthy 
>   - Web Server Tests
>   - XML Tests
>   - HTML Tests
>   - PLAI Tests
>   - Racklog tests
>   - Datalog tests

All passed

--
Jay McCarthy 
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-04-17 Thread David Van Horn

On 4/17/13 10:36 PM, Ryan Culpepper wrote:

* David Van Horn 
   - EoPL Tests


Done.


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


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

2013-04-17 Thread Danny Yoo
Yes, Whalesong's running ok on it.
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] Pre-Release Checklist for v5.3.4

2013-04-17 Thread Ryan Culpepper

Checklist items for the v5.3.4 release
  (using the v5.3.3.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 the `master' branch 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 --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
  - Try compiling with -funsigned-char
  - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
  Updates:
  - Racket Updates: update HISTORY
  (updates should show v5.3.4 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 v5.3.4 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.3.4 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 v5.3.4 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.3.4 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
  - RackUnit GUI Tests
  - Data Tests
  - DB Tests

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

* Kathy Gray 
  - Test Engine Tests

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

* 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")
  Version Updates: if a major change has happened, update the version
  number in:
  - racket/collects/mzscheme/info.rkt
  - racket/collects/mred/info.rkt

* Stephen Bloch 
  - Picturing Programs 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 (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

* Danny Yoo 
  -