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

2013-01-24 Thread Asumu Takikawa
On 2013-01-17 13:57:51 -0500, Ryan Culpepper wrote: The release announcement sketch that I have so far is below. Please mail me new items and/or edits. I just remembered that this is the first release that will have `define/match` (df594d3b3bd69) as well. Is that worth mentioning or is it

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

2013-01-23 Thread Jay McCarthy
This is the right patch, but I think we also need Eli to update the DNS setup, in addition to me updating the server (which I am doing now). Jay On Tue, Jan 22, 2013 at 1:08 PM, Sam Tobin-Hochstadt sa...@ccs.neu.edu wrote: I've now implemented (attached) a (short) patch for the tree for this,

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

2013-01-21 Thread Asumu Takikawa
On 2013-01-17 13:57:51 -0500, Ryan Culpepper wrote: The release announcement sketch that I have so far is below. Please mail me new items and/or edits. * Typed Racket now supports Racket's delimited continuation and continuation mark operators. * The generics library now allows the

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

2013-01-19 Thread Matthias Felleisen
On Jan 19, 2013, at 1:47 AM, Eli Barzilay wrote: for more information and list your packages on the new index [https://pnr.racket-lang.org/]. We anticipate it will leave beta during the next release. This leave beta thing sounds very confusing. We had agreed to have a BETA

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

2013-01-19 Thread Greg Hendershott
On Thu, Jan 17, 2013 at 1:57 PM, Ryan Culpepper ry...@ccs.neu.edu wrote: Greg Hendershott: - markdown rendering mode for Scribble (6aa6dc04) Although I think that very short version is sufficient, the following summary provides a few more details if you prefer: * Scribble renders Markdown

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

2013-01-19 Thread Robby Findler
I'm having trouble recalling an agreement about a new section in the release notes, but separate from that I think that release notes are not the right place for promises about future releases so I'm in favor of just dropping that sentence (We anticipate ...). Robby On Sat, Jan 19, 2013 at 8:49

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

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] 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] Release Announcement for v5.3.2

2013-01-17 Thread Matthias Felleisen
batch-io now provides functions that work on standard input and output On Jan 17, 2013, at 2:43 PM, Robby Findler wrote: On Thu, Jan 17, 2013 at 12:57 PM, Ryan Culpepper ry...@ccs.neu.edu wrote: The release announcement sketch that I have so far is below. Please mail me new items