Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 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] Test errors on scribble/reader.rkt

2013-12-18 Thread Matthew Flatt
Thanks --- I've tracked down the problem and pushed repairs. At Tue, 17 Dec 2013 17:08:34 -0500, Greg Hendershott wrote: > I see the same. > > Using HEAD (97ee349) today, built just now. > > On Sat, Dec 14, 2013 at 9:47 AM, Laurent wrote: > > Hi, > > > > After a fresh `git pull --ff-only` follo

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 Thread John Clements
On Dec 16, 2013, at 8:38 AM, Ryan Culpepper wrote: > (Re-sending with corrected URL for release candidates. Thanks to Sam for the > quick catch!) > > * John Clements > - Stepper Tests Done. > Updates: > - Stepper Updates: update HISTORY > (updates should show v6.0 as the most current ver

Re: [racket-dev] Pre-Release Checklist for v6.0, corrected url

2013-12-18 Thread Sam Tobin-Hochstadt
On Mon, Dec 16, 2013 at 11:38 AM, Ryan Culpepper wrote: > > Checklist items for the v6.0 release > (using the v5.91 release candidate build) Even though Whalesong isn't on the checklist any more, here's a report on its status: I just tried installing Whalesong from Planet, and it doesn't seem

Re: [racket-dev] Duplicate tag warnings building docs?

2013-12-18 Thread Greg Hendershott
That worked! No warnings. (It must have been something outside the doc/ tree.) Thank you for pointing out how to use `git clean -x -d -f` as a sort of `make clean`. Probably that tip should go in INSTALL.TXT. And in a future version of the http://blog.racket-lang.org/2012/11/tutorial-contributin

Re: [racket-dev] new release branch builds

2013-12-18 Thread Robby Findler
Oh, and TR! There are some TR changes in this iteration, too. Robby On Wed, Dec 18, 2013 at 6:41 AM, Robby Findler wrote: > There are new release branch builds available: > http://plt.eecs.northwestern.edu/release-snapshots/ > > Please use these ones for any testing you've not yet done. > > The

Re: [racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Michael Sperber
Matthew Flatt writes: > I don't recognize that error. > > What version of Mac OS X and the C toolchain are you using? Mountain Lion, XCode 5.0.2, and this gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) -- Regards, Mike

[racket-dev] new release branch builds

2013-12-18 Thread Robby Findler
There are new release branch builds available: http://plt.eecs.northwestern.edu/release-snapshots/ Please use these ones for any testing you've not yet done. The notable changes (for which you may wish to do some extra testing) are: - some fixes to tab navigation - some database / docs integ

Re: [racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Matthew Flatt
I don't recognize that error. What version of Mac OS X and the C toolchain are you using? At Wed, 18 Dec 2013 10:46:00 +0100, Michael Sperber wrote: > > I pulled plt-release, and get this: > > mkdir -p Racket.framework/Versions/5.91.0.900 > gcc -o Racket.framework/Versions/5.91.0.900/Racket -

[racket-dev] Can't build on Mac OS X anymore

2013-12-18 Thread Michael Sperber
I pulled plt-release, and get this: mkdir -p Racket.framework/Versions/5.91.0.900 gcc -o Racket.framework/Versions/5.91.0.900/Racket -pthread -framework CoreFoundation -dynamiclib -all_load libracket.a libmzgc.a -ldl -lm -liconv ld: warning: could not create compact unwind for _ffi_call_unix