Pre-Release Checklist for v6.3

124 views
Skip to first unread message

Ryan Culpepper

unread,
Oct 19, 2015, 2:27:14 PM10/19/15
to d...@racket-lang.org
Checklist items for the v6.3 release
(using the v6.2.901.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

*** Note: some of the usual build variants aren't available yet.
I hope to have them ready later today.

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 <mfl...@cs.utah.edu>
- 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
- Run the unix installer tests
Updates:
- Racket Updates: update HISTORY
(updates should show v6.3 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 <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 v6.3 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 <clem...@brinckerhoff.org>
- Stepper Tests
Updates:
- Stepper Updates: update HISTORY
(updates should show v6.3 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 <sa...@ccs.neu.edu>,
Vincent St-Amour <stam...@ccs.neu.edu>
- Match Tests
- Typed Racket Tests
- Typed Racket Updates: update HISTORY
(updates should show v6.3 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 <matt...@ccs.neu.edu>
- 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.3 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 <ry...@ccs.neu.edu>
- Macro Debugger Tests
- syntax-parse Tests
- RackUnit GUI Tests
- Data Tests
- DB Tests
- Rackunit Tests
- SRFI Tests
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]

* Jay McCarthy <jay.mc...@gmail.com>
- Web Server Tests
- XML Tests
- HTML Tests
- PLAI Tests
- Racklog tests
- Datalog tests

* Stevie Strickland <sstr...@ccs.neu.edu>
- Unit Contract Tests
- Contract Region Tests
- Class Contract Tests

* Stephen Chang <stc...@ccs.neu.edu>
- Lazy Racket Tests
- Lazy stepper tests

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

* Greg Cooper <gr...@cs.brown.edu>
- FrTime Tests

* Mike Sperber <spe...@deinprogramm.de>
- DMdA Tests
- Stepper Tests
- Signature Tests

* David Van Horn <dvan...@ccs.neu.edu>
- EoPL Tests

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

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

* Shriram Krishnamurthi <s...@cs.brown.edu>
Tour: check the tour and generate a new one if needed.
[Note: Since this is a v6.2.901.900 build, you will need to edit your
.../collects/framework/private/version.rkt
file and change `(version)' to `"6.3"'.]

Jay McCarthy

unread,
Oct 19, 2015, 7:34:13 PM10/19/15
to Ryan Culpepper, dev
All passed
--
Jay McCarthy
Associate Professor
PLT @ CS @ UMass Lowell
http://jeapostrophe.github.io

"Wherefore, be not weary in well-doing,
for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
- D&C 64:33

Matthew Flatt

unread,
Oct 19, 2015, 7:49:21 PM10/19/15
to Ryan Culpepper, d...@racket-lang.org
At Mon, 19 Oct 2015 14:26:49 -0400, Ryan Culpepper wrote:
> * Matthew Flatt <mfl...@cs.utah.edu>
> - 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
> - JPR's test suite
> - Create an executable from a BSL program
> - Embed-in-c test
> - Try compiling with -funsigned-char

Passed.

> - Try compiling with TEST_ALTERNATE_TARGET_REGISTER

Passed after a minor update, which is ready to merge.

> - R6RS Tests

Failed. Something has gone wrong with `eval`, probably due to the
macro-system change.

> - Run COM tests

The pre-release build for Windows doesn't work at all.

> - Run the unix installer tests

Passed for normal installers, but a natipkg build isn't yet available.

> Updates:
> - Racket Updates: update HISTORY

Ready to merge.

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

No changes.

Robby Findler

unread,
Oct 19, 2015, 8:40:43 PM10/19/15
to Ryan Culpepper, d...@racket-lang.org
On Mon, Oct 19, 2015 at 1:26 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

All passed.

> Updates:
> - DrRacket Updates: update HISTORY
> - Redex Updates: update HISTORY
> (updates should show v6.3 as the most current version)

Updated, commits pushed to release branch.

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

Matthias Felleisen

unread,
Oct 19, 2015, 9:53:47 PM10/19/15
to Ryan Culpepper, d...@racket-lang.org

On Oct 19, 2015, at 2:26 PM, Ryan Culpepper <ry...@ccs.neu.edu> wrote:

* Matthias Felleisen <matt...@ccs.neu.edu>

Done. 

Matthew Flatt

unread,
Oct 22, 2015, 5:33:39 PM10/22/15
to d...@racket-lang.org, Ryan Culpepper
Re-tests with the latest build:

At Mon, 19 Oct 2015 17:49:18 -0600, Matthew Flatt wrote:
> At Mon, 19 Oct 2015 14:26:49 -0400, Ryan Culpepper wrote:
> > - Try compiling with TEST_ALTERNATE_TARGET_REGISTER
>
> Passed after a minor update, which is ready to merge.

Passes.

> > - R6RS Tests
>
> Failed. Something has gone wrong with `eval`, probably due to the
> macro-system change.

Passes.

> > - Run COM tests

Passes, but starting MzCOM opens a console window. I've pushed a
repair.

> > - Run the unix installer tests
>
> Passed for normal installers, but a natipkg build isn't yet available.

Passes.

Stevie Strickland

unread,
Oct 23, 2015, 1:13:31 AM10/23/15
to Ryan Culpepper, dev@racket-lang.org List, Matthew Flatt

> On Oct 19, 2015, at 2:26 PM, Ryan Culpepper <ry...@ccs.neu.edu> wrote:
>
> * Stevie Strickland <sstr...@ccs.neu.edu>
> - Unit Contract Tests

There seems to be no output from these, whereas usually there's either oks or errors that have to be spot checked. Matthew, has anything changed recently in the test harness that the unit system uses?

> - Contract Region Tests
> - Class Contract Tests

These are fine.

Stevie

Daniel Feltey

unread,
Oct 23, 2015, 1:35:03 AM10/23/15
to Stevie Strickland, Ryan Culpepper, dev@racket-lang.org List, Matthew Flatt
> There seems to be no output from these, whereas usually there's either oks or errors that have to be spot checked.  Matthew, has anything changed
> recently in the test harness that the unit system uses?

There were a couple of changes to unit contracts needed to support units in Typed Racket, as part of that Vincent and I modified the test suite to use rackunit and more thoroughly check expected error messages. As a result there is no longer any output unless a test case fails.

Dan


--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To post to this group, send email to racke...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/AEC2ACB1-96B3-4861-BAD9-0042513A8B4A%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Robby Findler

unread,
Oct 23, 2015, 7:44:34 AM10/23/15
to Stevie Strickland, Ryan Culpepper, dev@racket-lang.org List, Matthew Flatt
If you run "raco test test-unit-contracts.rkt" you should see a count
of the number of tests that passed.

Robby


On Thu, Oct 22, 2015 at 7:07 PM, Stevie Strickland <sstr...@gmail.com> wrote:
>

Michael Sperber

unread,
Oct 24, 2015, 7:49:39 AM10/24/15
to Ryan Culpepper, d...@racket-lang.org

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

> * Mike Sperber <spe...@deinprogramm.de>
> - DMdA Tests
> - Stepper Tests
> - Signature Tests

Done.

--
Regards,
Mike

Stevie Strickland

unread,
Oct 27, 2015, 5:33:52 AM10/27/15
to Robby Findler, Ryan Culpepper, dev@racket-lang.org List, Matthew Flatt
Yep, got it. Thanks, Robby and Dan!

Ryan, everything's clear on my side, then.

Stevie

Gregory Cooper

unread,
Oct 27, 2015, 5:33:52 AM10/27/15
to Ryan Culpepper, d...@racket-lang.org
FrTime had been broken by changes to "match". GitHub won't let me push a fix to racket/frtime, so I forked it and created a pull request:



--
You received this message because you are subscribed to the Google Groups "Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-dev+...@googlegroups.com.
To post to this group, send email to racke...@googlegroups.com.

Stephen Chang

unread,
Oct 28, 2015, 3:13:47 PM10/28/15
to Ryan Culpepper, dev
> * Stephen Chang <stc...@ccs.neu.edu>
> - Lazy Racket Tests
pass
> - Lazy stepper tests
fail (including regular stepper tests)
But a few commits to the test engine by Robby appear to fix things.
Will re-run tests when they are merged.
Reply all
Reply to author
Forward
0 new messages