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

2011-04-27 Thread Kathy Gray
On 24 Apr 2011, at 2:04:47, Ryan Culpepper wrote:

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

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


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

2011-04-26 Thread Ryan Culpepper

On 04/25/2011 01:48 AM, Noel Welsh wrote:

On Sun, Apr 24, 2011 at 2:04 AM, Ryan Culpepperry...@ccs.neu.edu  wrote:


* Noel Welshnoelwe...@gmail.com
  - Rackunit Tests
  - SRFI Tests
  - Ensure that all claimed srfi's are in the installer and they all
load into racket or drracket (as appropriate)



I'm going to have difficulty doing this in a reasonable timeframe. I'm
on holiday at the moment and working on a project proposal w/ May
deadline in free time. Sorry. FWIW, this code doesn't change very
often and is almost certainly ok.


I just ran the test scripts for Rackunit and the SRFIs without problems, 
so I'm marking your items as done.


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


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

2011-04-26 Thread Noel Welsh
Ok, thanks. That's 90% of the work done.
N.

On Tue, Apr 26, 2011 at 10:31 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:
 I just ran the test scripts for Rackunit and the SRFIs without problems, so
 I'm marking your items as done.

 Ryan

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


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

2011-04-25 Thread Robby Findler
Can you please post what you usually do and I'm sure someone (me, if
no one else) will do it.

Thanks,
Robby

On Mon, Apr 25, 2011 at 2:48 AM, Noel Welsh noelwe...@gmail.com wrote:
 On Sun, Apr 24, 2011 at 2:04 AM, Ryan Culpepper ry...@ccs.neu.edu wrote:

 * Noel Welsh noelwe...@gmail.com
  - Rackunit Tests
  - SRFI Tests
  - Ensure that all claimed srfi's are in the installer and they all
    load into racket or drracket (as appropriate)


 I'm going to have difficulty doing this in a reasonable timeframe. I'm
 on holiday at the moment and working on a project proposal w/ May
 deadline in free time. Sorry. FWIW, this code doesn't change very
 often and is almost certainly ok.

 N.

 _
  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.1.1, second call

2011-04-24 Thread Stephen Chang
Sorry for the stupid question, but I can't seem to retrieve the tests.
Am I using the wrong command?

$ git archive --remote=git://git.racket-lang.org/plt.git release --
collects/tests | tar x
tar: collects/tests/net/websocket/script.js: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors



On Sat, Apr 23, 2011 at 9:04 PM, Ryan Culpepper ry...@ccs.neu.edu wrote:
 Checklist items for the v5.1.1 release
  (using the v5.1.0.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.1.1.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

 --

 * Matthias Felleisen matth...@ccs.neu.edu
  - 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.1.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.)

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

 * Noel Welsh noelwe...@gmail.com
  - Rackunit Tests
  - SRFI Tests
  - Ensure that all claimed srfi's are in the installer and they all
    load into racket or drracket (as appropriate)

 * Stephen Chang stch...@ccs.neu.edu
  - Lazy Racket Tests
  - Lazy stepper tests

 * Eli Barzilay e...@barzilay.org
  - Racket Tree: compare new distribution tree to previous one

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

 --
 Ryan Culpepper


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


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

2011-04-24 Thread Ryan Culpepper

On 04/24/2011 02:39 PM, Stephen Chang wrote:

Sorry for the stupid question, but I can't seem to retrieve the tests.
Am I using the wrong command?

$ git archive --remote=git://git.racket-lang.org/plt.git release --
collects/tests | tar x
tar: collects/tests/net/websocket/script.js: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors


That's the right command. I tried just now and it worked for me. Did it 
fail the same way multiple times? If not, perhaps it was a temporary 
network failure or something like that. If the failure is repeatable, 
what platform are you running?


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


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

2011-04-24 Thread Stephen Chang
 That's the right command. I tried just now and it worked for me. Did it fail
 the same way multiple times? If not, perhaps it was a temporary network
 failure or something like that. If the failure is repeatable, what platform
 are you running?

I figured it out. I was extracting into the wrong directory. Stupid of me.


 You can also just download the full version from the pre-built binaries, no?

Oh yeah, that would have worked as well, thanks.


 * Stephen Chang stch...@ccs.neu.edu
 - Lazy Racket Tests
 - Lazy stepper tests

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