Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Jay McCarthy
On Thu, Jan 17, 2013 at 11:57 AM, Ryan Culpepper ry...@ccs.neu.edu wrote: jay: - planet2 (fae660b0), versions for dependencies (0e140a81) * A new package system is in beta release. This system is a successor to Planet, but is significantly different and in many ways lower-level. Please read

[racket-dev] Trends in Functional Programming 2013: 2nd Call for Papers

2013-01-18 Thread Jay McCarthy
CALL FOR PAPERS 14th International Symposium Trends in Functional Programming 2013 Brigham Young University, Utah, U.S.A. May 14-16, 2013

[racket-dev] make-log-receiver changed behavior in 5.3.2

2013-01-18 Thread Tobias Hammer
Between 5.3.1 and 5.3.2 the result value of make-log-receiver changed from a guaranteed 3 element vector to a 4 element vector. That's a backward incompatible change that will likely break programs relying on the old behavior. I think it would be worth a mentioning somewhere in the release

Re: [racket-dev] make-log-receiver changed behavior in 5.3.2

2013-01-18 Thread Tobias Hammer
I of course meant the result vector of a sync on a log-receiver. On Fri, 18 Jan 2013 16:30:45 +0100, Tobias Hammer tobias.ham...@dlr.de wrote: Between 5.3.1 and 5.3.2 the result value of make-log-receiver changed from a guaranteed 3 element vector to a 4 element vector. That's a

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

2013-01-18 Thread Stephen Chang
* Stephen Chang stch...@ccs.neu.edu - Lazy Racket Tests - Lazy stepper tests pass * Eli Barzilay e...@barzilay.org - Swindle Tests - XREPL Tests - 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.2

2013-01-18 Thread Matthew Flatt
At Thu, 17 Jan 2013 13:46:37 -0500, 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

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Matthew Flatt
At Thu, 17 Jan 2013 13:57:51 -0500, Ryan Culpepper wrote: mflatt: - raco setup: use db for doc tags (8c1b5db8) * Documentation cross-reference information is now stored in an SQLite3 database, which means that SQLite3 is required for building Racket documentation on Unix/Linux machines

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Danny Yoo
information and list your packages on the new index [https://pnr.racket-lang.org/]. We anticipate it will leave beta during the next release. Woohoo! But pnr.racket-lang.org is being flagged as unsafe in Google Chrome and Firefox (and probably the other browsers too). What needs to be done

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Jay McCarthy
We would need to purchase a certificate. On Friday, January 18, 2013, Danny Yoo wrote: information and list your packages on the new index [https://pnr.racket-lang.org/]. We anticipate it will leave beta during the next release. Woohoo! But pnr.racket-lang.org is being flagged as

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Sam Tobin-Hochstadt
On Fri, Jan 18, 2013 at 2:34 PM, Danny Yoo d...@cs.wpi.edu wrote: But pnr.racket-lang.org is being flagged as unsafe in Google Chrome and Firefox (and probably the other browsers too). What needs to be done to correct this? The exact error is: I'm working on purchasing an SSL certificate

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Sam Tobin-Hochstadt
On Fri, Jan 18, 2013 at 8:41 AM, Jay McCarthy jay.mccar...@gmail.com wrote: list your packages on the new index [https://pnr.racket-lang.org/] Would anyone object to renaming this to `packages.racket-lang.org`? Sam _ Racket Developers list:

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Jay McCarthy
I don't, but if we are renaming, I like brevity like pkg Jay On Friday, January 18, 2013, Sam Tobin-Hochstadt wrote: On Fri, Jan 18, 2013 at 8:41 AM, Jay McCarthy jay.mccar...@gmail.comjavascript:; wrote: list your packages on the new index [https://pnr.racket-lang.org/] Would anyone

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

2013-01-18 Thread Vincent St-Amour
At Thu, 17 Jan 2013 13:46:37 -0500, Ryan Culpepper wrote: * Sam Tobin-Hochstadt sa...@ccs.neu.edu, Vincent St-Amour stamo...@ccs.neu.edu - Match Tests - Typed Racket Tests Both done. - Typed Racket Updates: update HISTORY Pushed. Commit e763d1e1ae7cfe04d0fff173292340b6fd6c4ae6

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Vincent St-Amour
At Thu, 17 Jan 2013 13:57:51 -0500, Ryan Culpepper wrote: - define-inline (b715a6fe) * Added `define-inline' which defines functions that are guaranteed to be inlined. Vincent _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Neil Toronto
On 01/17/2013 11:57 AM, Ryan Culpepper wrote: ntoronto: - math library (f2dc2027, 0936d8c2, 3670916a) * The new `math' library provides functions and data structures for working with numbers and collections of numbers. Functions include non-elementary (such as gamma, zeta, Lambert's

Re: [racket-dev] Release Announcement for v5.3.2

2013-01-18 Thread Robby Findler
Matches to 'raco pkg', which seems good to me. On Fri, Jan 18, 2013 at 2:09 PM, Jay McCarthy jay.mccar...@gmail.comwrote: I don't, but if we are renaming, I like brevity like pkg Jay On Friday, January 18, 2013, Sam Tobin-Hochstadt wrote: On Fri, Jan 18, 2013 at 8:41 AM, Jay McCarthy

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

2013-01-18 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.2

2013-01-18 Thread Eli Barzilay
Two days ago, Ryan Culpepper wrote: - Run zsh completions tests This fails because of the new `raco pkg', which I'll ignore for now. - Racket Tree: compare new distribution tree to previous one I'm not sure that I'll be able to get this done, so leave this on for now. (The rest are