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

2013-07-31 Thread Kathryn Gray

On 26 Jul 2013, at 22:39, Ryan Culpepper wrote:

 * Kathy Gray kathryn.g...@cl.cam.ac.uk
  - Test Engine Tests

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


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

2013-07-31 Thread Neil Toronto

On 07/26/2013 03:39 PM, Ryan Culpepper wrote:

* Neil Toronto neil.toro...@gmail.com
   - Plot Tests
   - Images Tests
   - Inspect icons
   - Math tests


All pass.

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


[racket-dev] Pre-Release Checklist for v5.3.6, second call

2013-07-26 Thread Ryan Culpepper

Checklist items for the v5.3.6 release
  (using the v5.3.5.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

--

* Kathy Gray kathryn.g...@cl.cam.ac.uk
  - Test Engine Tests

* Eli Barzilay e...@barzilay.org
  - 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

* Jon Rafkind rafk...@cs.utah.edu
  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]

* David Van Horn dvanh...@ccs.neu.edu
  - EoPL Tests

* Neil Toronto neil.toro...@gmail.com
  - Plot Tests
  - Images Tests
  - Inspect icons
  - Math tests

* Doug Williams m.douglas.willi...@gmail.com
  - Additional Plot Tests

* Danny Yoo d...@cs.wpi.edu
  - Whalesong Tests (confirm that Whalesong runs from PLaneT)
_
 Racket Developers list:
 http://lists.racket-lang.org/dev


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

2013-07-26 Thread Jon Rafkind

 * Jon Rafkind rafk...@cs.utah.edu
   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

done (already responded before)
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-07-24 Thread Robby Findler
Vincent: can you clarify what the status of TR  the release is, please?
Are there problems only with tests, or were there problems elsewhere too?

Thanks,
Robby


On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour stamo...@ccs.neu.eduwrote:

 The TR tests still fail when using a single place.

 The following commits should be included in the release:
 069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
 0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
 ab5075bc762356f86bb7dfd34dac8d24ada1a140

 Vincent



 At Mon, 22 Jul 2013 17:49:20 -0400,
 Vincent St-Amour wrote:
 
  At Mon, 22 Jul 2013 15:13:28 -0400,
  Ryan Culpepper wrote:
  
   Checklist items for the v5.3.6 release
  (using the v5.3.5.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
 
  The Linux/i386/Ubuntu Precise installer is 64 bits, which is wrong.
 
   * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
   Vincent St-Amour stamo...@ccs.neu.edu
  - Match Tests
  - Typed Racket Tests
  - Typed Racket Updates: update HISTORY
  (updates should show v5.3.6 as the most current version; email me
  to pick the changes when they're done, or tell me if there are no
 such
  changes.)
 
  I get the following error when runing the TR tests:
 
  place-channel-put: value not allowed in a message
value: '#:methods
...
 
  Is 733907474190da499a1782b230086170c5b87643 missing from the release?
 
  Now running the tests without places.
 
  Vincent
 _
   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 v5.3.6

2013-07-24 Thread Vincent St-Amour
The problems I've observed were only with the tests.

The first problem I reported was caused by a bug/limitation in places,
which was fixed by 733907474190da499a1782b230086170c5b87643. It was
preventing the TR test suite from running properly.

The others were bugs in the TR tests, not in TR itself.

TR itself should be fine for the release.

Vincent



At Wed, 24 Jul 2013 15:03:08 -0500,
Robby Findler wrote:
 
 [1  text/plain; UTF-8 (7bit)]
 Vincent: can you clarify what the status of TR  the release is, please?
 Are there problems only with tests, or were there problems elsewhere too?
 
 Thanks,
 Robby
 
 
 On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour stamo...@ccs.neu.eduwrote:
 
  The TR tests still fail when using a single place.
 
  The following commits should be included in the release:
  069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
  0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
  ab5075bc762356f86bb7dfd34dac8d24ada1a140
 
  Vincent
 
 
 
  At Mon, 22 Jul 2013 17:49:20 -0400,
  Vincent St-Amour wrote:
  
   At Mon, 22 Jul 2013 15:13:28 -0400,
   Ryan Culpepper wrote:
   
Checklist items for the v5.3.6 release
   (using the v5.3.5.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
  
   The Linux/i386/Ubuntu Precise installer is 64 bits, which is wrong.
  
* Sam Tobin-Hochstadt sa...@ccs.neu.edu,
Vincent St-Amour stamo...@ccs.neu.edu
   - Match Tests
   - Typed Racket Tests
   - Typed Racket Updates: update HISTORY
   (updates should show v5.3.6 as the most current version; email me
   to pick the changes when they're done, or tell me if there are no
  such
   changes.)
  
   I get the following error when runing the TR tests:
  
   place-channel-put: value not allowed in a message
 value: '#:methods
 ...
  
   Is 733907474190da499a1782b230086170c5b87643 missing from the release?
  
   Now running the tests without places.
  
   Vincent
  _
Racket Developers list:
http://lists.racket-lang.org/dev
 
 [2  text/html; UTF-8 (quoted-printable)]
 
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-07-24 Thread Gregory Cooper

 * Greg Cooper g...@cs.brown.edu
   - FrTime Tests


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


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

2013-07-24 Thread Sam Tobin-Hochstadt
I will say that I'm not 100% happy with just assuming that TR works in
the absence of a clean test run.  Is there a reason not to include
these fixes?

Sam

On Wed, Jul 24, 2013 at 5:15 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 Thanks.

 Robby


 On Wed, Jul 24, 2013 at 3:19 PM, Vincent St-Amour stamo...@ccs.neu.edu
 wrote:

 The problems I've observed were only with the tests.

 The first problem I reported was caused by a bug/limitation in places,
 which was fixed by 733907474190da499a1782b230086170c5b87643. It was
 preventing the TR test suite from running properly.

 The others were bugs in the TR tests, not in TR itself.

 TR itself should be fine for the release.

 Vincent



 At Wed, 24 Jul 2013 15:03:08 -0500,
 Robby Findler wrote:
 
  [1  text/plain; UTF-8 (7bit)]
  Vincent: can you clarify what the status of TR  the release is, please?
  Are there problems only with tests, or were there problems elsewhere
  too?
 
  Thanks,
  Robby
 
 
  On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour
  stamo...@ccs.neu.eduwrote:
 
   The TR tests still fail when using a single place.
  
   The following commits should be included in the release:
   069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
   0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
   ab5075bc762356f86bb7dfd34dac8d24ada1a140
  
   Vincent
  
  
  
   At Mon, 22 Jul 2013 17:49:20 -0400,
   Vincent St-Amour wrote:
   
At Mon, 22 Jul 2013 15:13:28 -0400,
Ryan Culpepper wrote:

 Checklist items for the v5.3.6 release
(using the v5.3.5.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
   
The Linux/i386/Ubuntu Precise installer is 64 bits, which is
wrong.
   
 * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
 Vincent St-Amour stamo...@ccs.neu.edu
- Match Tests
- Typed Racket Tests
- Typed Racket Updates: update HISTORY
(updates should show v5.3.6 as the most current version; email
 me
to pick the changes when they're done, or tell me if there are
 no
   such
changes.)
   
I get the following error when runing the TR tests:
   
place-channel-put: value not allowed in a message
  value: '#:methods
  ...
   
Is 733907474190da499a1782b230086170c5b87643 missing from the
release?
   
Now running the tests without places.
   
Vincent
   _
 Racket Developers list:
 http://lists.racket-lang.org/dev
  
  [2  text/html; UTF-8 (quoted-printable)]
 



 _
   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 v5.3.6

2013-07-24 Thread Robby Findler
I don't think we should take that commit. Is it possible to get a version
of the TR tests that either don't run in parallel or run without passing
keywords across place channels?

Robby



On Wed, Jul 24, 2013 at 9:41 PM, Sam Tobin-Hochstadt sa...@ccs.neu.eduwrote:

 I will say that I'm not 100% happy with just assuming that TR works in
 the absence of a clean test run.  Is there a reason not to include
 these fixes?

 Sam

 On Wed, Jul 24, 2013 at 5:15 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  Thanks.
 
  Robby
 
 
  On Wed, Jul 24, 2013 at 3:19 PM, Vincent St-Amour stamo...@ccs.neu.edu
  wrote:
 
  The problems I've observed were only with the tests.
 
  The first problem I reported was caused by a bug/limitation in places,
  which was fixed by 733907474190da499a1782b230086170c5b87643. It was
  preventing the TR test suite from running properly.
 
  The others were bugs in the TR tests, not in TR itself.
 
  TR itself should be fine for the release.
 
  Vincent
 
 
 
  At Wed, 24 Jul 2013 15:03:08 -0500,
  Robby Findler wrote:
  
   [1  text/plain; UTF-8 (7bit)]
   Vincent: can you clarify what the status of TR  the release is,
 please?
   Are there problems only with tests, or were there problems elsewhere
   too?
  
   Thanks,
   Robby
  
  
   On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour
   stamo...@ccs.neu.eduwrote:
  
The TR tests still fail when using a single place.
   
The following commits should be included in the release:
069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
ab5075bc762356f86bb7dfd34dac8d24ada1a140
   
Vincent
   
   
   
At Mon, 22 Jul 2013 17:49:20 -0400,
Vincent St-Amour wrote:

 At Mon, 22 Jul 2013 15:13:28 -0400,
 Ryan Culpepper wrote:
 
  Checklist items for the v5.3.6 release
 (using the v5.3.5.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

 The Linux/i386/Ubuntu Precise installer is 64 bits, which is
 wrong.

  * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
  Vincent St-Amour stamo...@ccs.neu.edu
 - Match Tests
 - Typed Racket Tests
 - Typed Racket Updates: update HISTORY
 (updates should show v5.3.6 as the most current version;
 email
  me
 to pick the changes when they're done, or tell me if there
 are
  no
such
 changes.)

 I get the following error when runing the TR tests:

 place-channel-put: value not allowed in a message
   value: '#:methods
   ...

 Is 733907474190da499a1782b230086170c5b87643 missing from the
 release?

 Now running the tests without places.

 Vincent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev
   
   [2  text/html; UTF-8 (quoted-printable)]
  
 
 
 
  _
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 v5.3.6

2013-07-24 Thread Sam Tobin-Hochstadt
If we just take the latter 3 commits that Vincent mentioned, it should
fix the (serial) tests. Those are just TR test fixes, and can't break
anything else.

Sam

On Wed, Jul 24, 2013 at 10:54 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 I don't think we should take that commit. Is it possible to get a version of
 the TR tests that either don't run in parallel or run without passing
 keywords across place channels?

 Robby



 On Wed, Jul 24, 2013 at 9:41 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu
 wrote:

 I will say that I'm not 100% happy with just assuming that TR works in
 the absence of a clean test run.  Is there a reason not to include
 these fixes?

 Sam

 On Wed, Jul 24, 2013 at 5:15 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  Thanks.
 
  Robby
 
 
  On Wed, Jul 24, 2013 at 3:19 PM, Vincent St-Amour stamo...@ccs.neu.edu
  wrote:
 
  The problems I've observed were only with the tests.
 
  The first problem I reported was caused by a bug/limitation in places,
  which was fixed by 733907474190da499a1782b230086170c5b87643. It was
  preventing the TR test suite from running properly.
 
  The others were bugs in the TR tests, not in TR itself.
 
  TR itself should be fine for the release.
 
  Vincent
 
 
 
  At Wed, 24 Jul 2013 15:03:08 -0500,
  Robby Findler wrote:
  
   [1  text/plain; UTF-8 (7bit)]
   Vincent: can you clarify what the status of TR  the release is,
   please?
   Are there problems only with tests, or were there problems elsewhere
   too?
  
   Thanks,
   Robby
  
  
   On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour
   stamo...@ccs.neu.eduwrote:
  
The TR tests still fail when using a single place.
   
The following commits should be included in the release:
069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
ab5075bc762356f86bb7dfd34dac8d24ada1a140
   
Vincent
   
   
   
At Mon, 22 Jul 2013 17:49:20 -0400,
Vincent St-Amour wrote:

 At Mon, 22 Jul 2013 15:13:28 -0400,
 Ryan Culpepper wrote:
 
  Checklist items for the v5.3.6 release
 (using the v5.3.5.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

 The Linux/i386/Ubuntu Precise installer is 64 bits, which is
 wrong.

  * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
  Vincent St-Amour stamo...@ccs.neu.edu
 - Match Tests
 - Typed Racket Tests
 - Typed Racket Updates: update HISTORY
 (updates should show v5.3.6 as the most current version;
  email
  me
 to pick the changes when they're done, or tell me if there
  are
  no
such
 changes.)

 I get the following error when runing the TR tests:

 place-channel-put: value not allowed in a message
   value: '#:methods
   ...

 Is 733907474190da499a1782b230086170c5b87643 missing from the
 release?

 Now running the tests without places.

 Vincent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev
   
   [2  text/html; UTF-8 (quoted-printable)]
  
 
 
 
  _
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 v5.3.6

2013-07-24 Thread Robby Findler
I think those are already planned to be taken. So lets see if the tests
pass in the next build.

Robby


On Wed, Jul 24, 2013 at 9:55 PM, Sam Tobin-Hochstadt sa...@ccs.neu.eduwrote:

 If we just take the latter 3 commits that Vincent mentioned, it should
 fix the (serial) tests. Those are just TR test fixes, and can't break
 anything else.

 Sam

 On Wed, Jul 24, 2013 at 10:54 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  I don't think we should take that commit. Is it possible to get a
 version of
  the TR tests that either don't run in parallel or run without passing
  keywords across place channels?
 
  Robby
 
 
 
  On Wed, Jul 24, 2013 at 9:41 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu
  wrote:
 
  I will say that I'm not 100% happy with just assuming that TR works in
  the absence of a clean test run.  Is there a reason not to include
  these fixes?
 
  Sam
 
  On Wed, Jul 24, 2013 at 5:15 PM, Robby Findler
  ro...@eecs.northwestern.edu wrote:
   Thanks.
  
   Robby
  
  
   On Wed, Jul 24, 2013 at 3:19 PM, Vincent St-Amour 
 stamo...@ccs.neu.edu
   wrote:
  
   The problems I've observed were only with the tests.
  
   The first problem I reported was caused by a bug/limitation in
 places,
   which was fixed by 733907474190da499a1782b230086170c5b87643. It was
   preventing the TR test suite from running properly.
  
   The others were bugs in the TR tests, not in TR itself.
  
   TR itself should be fine for the release.
  
   Vincent
  
  
  
   At Wed, 24 Jul 2013 15:03:08 -0500,
   Robby Findler wrote:
   
[1  text/plain; UTF-8 (7bit)]
Vincent: can you clarify what the status of TR  the release is,
please?
Are there problems only with tests, or were there problems
 elsewhere
too?
   
Thanks,
Robby
   
   
On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour
stamo...@ccs.neu.eduwrote:
   
 The TR tests still fail when using a single place.

 The following commits should be included in the release:
 069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
 0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
 ab5075bc762356f86bb7dfd34dac8d24ada1a140

 Vincent



 At Mon, 22 Jul 2013 17:49:20 -0400,
 Vincent St-Amour wrote:
 
  At Mon, 22 Jul 2013 15:13:28 -0400,
  Ryan Culpepper wrote:
  
   Checklist items for the v5.3.6 release
  (using the v5.3.5.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
 
  The Linux/i386/Ubuntu Precise installer is 64 bits, which is
  wrong.
 
   * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
   Vincent St-Amour stamo...@ccs.neu.edu
  - Match Tests
  - Typed Racket Tests
  - Typed Racket Updates: update HISTORY
  (updates should show v5.3.6 as the most current version;
   email
   me
  to pick the changes when they're done, or tell me if there
   are
   no
 such
  changes.)
 
  I get the following error when runing the TR tests:
 
  place-channel-put: value not allowed in a message
value: '#:methods
...
 
  Is 733907474190da499a1782b230086170c5b87643 missing from the
  release?
 
  Now running the tests without places.
 
  Vincent
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev

[2  text/html; UTF-8 (quoted-printable)]
   
  
  
  
   _
 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 v5.3.6

2013-07-24 Thread Sam Tobin-Hochstadt
Ok, great!

On Wed, Jul 24, 2013 at 11:00 PM, Robby Findler
ro...@eecs.northwestern.edu wrote:
 I think those are already planned to be taken. So lets see if the tests pass
 in the next build.

 Robby


 On Wed, Jul 24, 2013 at 9:55 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu
 wrote:

 If we just take the latter 3 commits that Vincent mentioned, it should
 fix the (serial) tests. Those are just TR test fixes, and can't break
 anything else.

 Sam

 On Wed, Jul 24, 2013 at 10:54 PM, Robby Findler
 ro...@eecs.northwestern.edu wrote:
  I don't think we should take that commit. Is it possible to get a
  version of
  the TR tests that either don't run in parallel or run without passing
  keywords across place channels?
 
  Robby
 
 
 
  On Wed, Jul 24, 2013 at 9:41 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu
  wrote:
 
  I will say that I'm not 100% happy with just assuming that TR works in
  the absence of a clean test run.  Is there a reason not to include
  these fixes?
 
  Sam
 
  On Wed, Jul 24, 2013 at 5:15 PM, Robby Findler
  ro...@eecs.northwestern.edu wrote:
   Thanks.
  
   Robby
  
  
   On Wed, Jul 24, 2013 at 3:19 PM, Vincent St-Amour
   stamo...@ccs.neu.edu
   wrote:
  
   The problems I've observed were only with the tests.
  
   The first problem I reported was caused by a bug/limitation in
   places,
   which was fixed by 733907474190da499a1782b230086170c5b87643. It was
   preventing the TR test suite from running properly.
  
   The others were bugs in the TR tests, not in TR itself.
  
   TR itself should be fine for the release.
  
   Vincent
  
  
  
   At Wed, 24 Jul 2013 15:03:08 -0500,
   Robby Findler wrote:
   
[1  text/plain; UTF-8 (7bit)]
Vincent: can you clarify what the status of TR  the release is,
please?
Are there problems only with tests, or were there problems
elsewhere
too?
   
Thanks,
Robby
   
   
On Tue, Jul 23, 2013 at 9:11 AM, Vincent St-Amour
stamo...@ccs.neu.eduwrote:
   
 The TR tests still fail when using a single place.

 The following commits should be included in the release:
 069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
 0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
 ab5075bc762356f86bb7dfd34dac8d24ada1a140

 Vincent



 At Mon, 22 Jul 2013 17:49:20 -0400,
 Vincent St-Amour wrote:
 
  At Mon, 22 Jul 2013 15:13:28 -0400,
  Ryan Culpepper wrote:
  
   Checklist items for the v5.3.6 release
  (using the v5.3.5.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
 
  The Linux/i386/Ubuntu Precise installer is 64 bits, which is
  wrong.
 
   * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
   Vincent St-Amour stamo...@ccs.neu.edu
  - Match Tests
  - Typed Racket Tests
  - Typed Racket Updates: update HISTORY
  (updates should show v5.3.6 as the most current version;
   email
   me
  to pick the changes when they're done, or tell me if
   there
   are
   no
 such
  changes.)
 
  I get the following error when runing the TR tests:
 
  place-channel-put: value not allowed in a message
value: '#:methods
...
 
  Is 733907474190da499a1782b230086170c5b87643 missing from the
  release?
 
  Now running the tests without places.
 
  Vincent
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev

[2  text/html; UTF-8 (quoted-printable)]
   
  
  
  
   _
 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 v5.3.6

2013-07-23 Thread Michael Sperber

Ryan Culpepper ry...@ccs.neu.edu writes:

 * Mike Sperber sper...@deinprogramm.de
   - 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.6

2013-07-23 Thread Jay McCarthy
On Mon, Jul 22, 2013 at 1:13 PM, Ryan Culpepper ry...@ccs.neu.edu 
* Jay McCarthy jay.mccar...@gmail.com
   - Web Server Tests
   - XML Tests
   - HTML Tests
   - PLAI Tests
   - Racklog tests
   - Datalog tests

All done

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

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


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

2013-07-23 Thread Vincent St-Amour
The TR tests still fail when using a single place.

The following commits should be included in the release:
069ff59a4bd6a988a5670c7e4dd38c1dbbe12ec0
0e7940ab4943600e6f5c8f13ce7ee13e8af9a8f5
ab5075bc762356f86bb7dfd34dac8d24ada1a140

Vincent



At Mon, 22 Jul 2013 17:49:20 -0400,
Vincent St-Amour wrote:
 
 At Mon, 22 Jul 2013 15:13:28 -0400,
 Ryan Culpepper wrote:
  
  Checklist items for the v5.3.6 release
 (using the v5.3.5.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
 
 The Linux/i386/Ubuntu Precise installer is 64 bits, which is wrong.
 
  * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
  Vincent St-Amour stamo...@ccs.neu.edu
 - Match Tests
 - Typed Racket Tests
 - Typed Racket Updates: update HISTORY
 (updates should show v5.3.6 as the most current version; email me
 to pick the changes when they're done, or tell me if there are no such
 changes.)
 
 I get the following error when runing the TR tests:
 
 place-channel-put: value not allowed in a message
   value: '#:methods
   ...
 
 Is 733907474190da499a1782b230086170c5b87643 missing from the release?
 
 Now running the tests without places.
 
 Vincent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


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

2013-07-23 Thread Stephen Chang
 * Stephen Chang stch...@ccs.neu.edu
   - Lazy Racket Tests
   - Lazy stepper tests

all pass



 * Eli Barzilay e...@barzilay.org
   - 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 sbl...@adelphi.edu
   - Picturing Programs Tests

 * Greg Cooper g...@cs.brown.edu
   - FrTime Tests

 * Carl Eastlund c...@ccs.neu.edu
   - Dracula Tests (confirm that Dracula runs from PLaneT)

 * Jon Rafkind rafk...@cs.utah.edu
   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 sper...@deinprogramm.de
   - DMdA Tests
   - Stepper Tests
   - Signature Tests

 * David Van Horn dvanh...@ccs.neu.edu
   - EoPL Tests

 * Neil Toronto neil.toro...@gmail.com
   - Plot Tests
   - Images Tests
   - Inspect icons
   - Math tests

 * Doug Williams m.douglas.willi...@gmail.com
   - Additional Plot Tests

 * Danny Yoo d...@cs.wpi.edu
   - Whalesong Tests (confirm that Whalesong runs from PLaneT)

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


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

2013-07-23 Thread John Clements

On Jul 22, 2013, at 3:13 PM, Ryan Culpepper wrote:
 
 * John Clements cleme...@brinckerhoff.org
  - Stepper Tests

Done.

  Updates:
  - Stepper Updates: update HISTORY
  (updates should show v5.3.6 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. Yikes, everything is in a different place! Yes, yes, time to read that 
40-email thread.

John


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


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

2013-07-23 Thread Robby Findler
Are you sure you tested the release bundles and not git head?

Robby

On Tuesday, July 23, 2013, John Clements wrote:


 On Jul 22, 2013, at 3:13 PM, Ryan Culpepper wrote:
 
  * John Clements cleme...@brinckerhoff.org javascript:;
   - Stepper Tests

 Done.

   Updates:
   - Stepper Updates: update HISTORY
   (updates should show v5.3.6 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. Yikes, everything is in a different place! Yes, yes, time to read
 that 40-email thread.

 John


 _
   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 v5.3.6

2013-07-23 Thread John Clements

On Jul 23, 2013, at 1:47 PM, Robby Findler wrote:

 Are you sure you tested the release bundles and not git head?

Yep, pretty sure.  The only place where I ran into the reorg is when I was 
*pushing* the updated HISTORY.txt.  The bundle I was testing was still in the 
old shape.

John


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


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

2013-07-23 Thread Stephen Bloch

On Jul 22, 2013, at 3:13 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:

 * Stephen Bloch sbl...@adelphi.edu
  - Picturing Programs Tests

All good.



Stephen Bloch
sbl...@adelphi.edu

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


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

2013-07-22 Thread Carl Eastlund
On Mon, Jul 22, 2013 at 3:13 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:

 * Carl Eastlund c...@ccs.neu.edu
   - Dracula Tests (confirm that Dracula runs from PLaneT)


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


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

2013-07-22 Thread Vincent St-Amour
At Mon, 22 Jul 2013 15:13:28 -0400,
Ryan Culpepper wrote:
 
 Checklist items for the v5.3.6 release
(using the v5.3.5.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

The Linux/i386/Ubuntu Precise installer is 64 bits, which is wrong.

 * Sam Tobin-Hochstadt sa...@ccs.neu.edu,
 Vincent St-Amour stamo...@ccs.neu.edu
- Match Tests
- Typed Racket Tests
- Typed Racket Updates: update HISTORY
(updates should show v5.3.6 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)

I get the following error when runing the TR tests:

place-channel-put: value not allowed in a message
  value: '#:methods
  ...

Is 733907474190da499a1782b230086170c5b87643 missing from the release?

Now running the tests without places.

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


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

2013-07-22 Thread Robby Findler
On Mon, Jul 22, 2013 at 2:13 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:


 * Robby Findler ro...@eecs.northwestern.edu
   - 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.6 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; no changes.

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


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

2013-07-22 Thread Jon Rafkind

 * Jon Rafkind rafk...@cs.utah.edu
   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