Re: [racket-dev] continuation-mark-set->context Regression on 64 bit Linux

2013-07-23 Thread Vincent St-Amour
At Tue, 23 Jul 2013 19:29:27 -0500, Robby Findler wrote: > Is this in 5.3.6 or in the git head version? 5.3.6 is fine. That was on git HEAD. Matthew's last commit fixed it. > Is this related to the test failures you reported earlier? No. Vincent _ Racket Developers lis

Re: [racket-dev] continuation-mark-set->context Regression on 64 bit Linux

2013-07-23 Thread Robby Findler
Is this in 5.3.6 or in the git head version? Is this related to the test failures you reported earlier? Robby On Tue, Jul 23, 2013 at 2:16 PM, Vincent St-Amour wrote: > > On 64 bit Linux, `continuation-mark-set->context' doesn't provide any > stack trace anymore, instead always returning the e

[racket-dev] continuation-mark-set->context Regression on 64 bit Linux

2013-07-23 Thread Vincent St-Amour
On 64 bit Linux, `continuation-mark-set->context' doesn't provide any stack trace anymore, instead always returning the empty list. It was working at least up to 5.3.4. When the JIT is disabled, I get the expected stack traces. This regression breaks the profiler, the contract profiler, and the

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 wrote: > * Stephen Bloch > - 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-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

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 > > > - Stepper Tests > > Done. > > > Updates: > > - Stepper Updates: update HISTORY > > (updates

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

[racket-dev] Generics updates

2013-07-23 Thread Carl Eastlund
My work on adding gen:set, and related changes to define-generics and gen:dict, is ready for review and (hopefully) to push to the master branch. The branch moved in the process of cleaning things up, it's now at: https://github.com/carl-eastlund/racket/tree/generics-from-scratch (The "from sc

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

2013-07-23 Thread Stephen Chang
> * Stephen Chang > - Lazy Racket Tests > - Lazy stepper tests all pass > > * 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 >

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 wr

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 > * Jay McCarthy > - Web Server Tests > - XML Tests > - HTML Tests > - PLAI Tests > - Racklog tests > - Datalog tests All done -- Jay McCarthy Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory

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

2013-07-23 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