Re: [racket-dev] Release Announcement for v5.3.4, Final Draft

2013-05-01 Thread Vincent St-Amour
At Wed, 1 May 2013 17:35:44 -0400, Eli Barzilay wrote: > > * The Optimization Coach DrRacket plugin has been moved from the > >Racket distribution to the Racket package repository. > > It might be good to include some very quick instructions on how to > install it. * The Optimization Coach Dr

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

2013-05-01 Thread Eli Barzilay
More than a week ago, Ryan Culpepper wrote: > - added file-truncate (48e05093) > - added scribble/book and scribble/report langs (09d4aa3d) > - add _size, _ssize, _ptrdiff, etc (d46411d3) > - add phaseless modules (899a3279) > - add {take,drop}f, splitf-at, etc (bb17b6a8, 2cdfe18b, 3af72e

Re: [racket-dev] Release Announcement for v5.3.4, Final Draft

2013-05-01 Thread Eli Barzilay
An hour and a half ago, Ryan Culpepper wrote: > * DrRacket (and all of the other apps) are now signed with an >official OS X key. This is better written as "OS X: DrRacket ..." to make it clearer. > * The Optimization Coach DrRacket plugin has been moved from the >Racket distribution to

[racket-dev] Release Announcement for v5.3.4, Final Draft

2013-05-01 Thread Ryan Culpepper
The release announcement sketch that I have so far is below. Please mail me new items and/or edits. -- * Extflonums (80-bit floating-point numbers) are supported on some x86/x86_64 platforms --- including Windows, and includin

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

2013-04-26 Thread Asumu Takikawa
On 2013-04-22 23:16:07 -0400, Ryan Culpepper wrote: > asumu: > - make srfi/19 compat with date* (d406e2db) * The srfi/19 library is now compatible with the date structure type exported by racket/base. > - separate in/out contracts for parameters (3ddde6a7) I don't think this is worth its

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

2013-04-26 Thread Tobias Hammer
Tobias Hamer: - readline improvements (0f6a5833) - support multiple values in wrap-evt and handle-evt (7e2b443f) Not important enough to mention. Tobias _ Racket Developers list: http://lists.racket-lang.org/dev

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

2013-04-24 Thread Robby Findler
Thanks! It is all based on Jay's enumeration ideas. Robby On Wed, Apr 24, 2013 at 1:22 PM, Neil Toronto wrote: > I finally tried this. Very clever! > > > On 04/23/2013 07:54 AM, Robby Findler wrote: > >> * Tally Maze: a new game based an enumeration of 2d mazes. >> >> Robby >> >> >> On Mon, Apr

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

2013-04-24 Thread Neil Toronto
I finally tried this. Very clever! On 04/23/2013 07:54 AM, Robby Findler wrote: * Tally Maze: a new game based an enumeration of 2d mazes. Robby On Mon, Apr 22, 2013 at 10:16 PM, Ryan Culpepper mailto:ry...@ccs.neu.edu>> wrote: The release announcement sketch that I have so far is below.

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

2013-04-24 Thread Robby Findler
This one should say "Redex:" at the front. On Wed, Apr 24, 2013 at 10:00 AM, William J. Bowman wrote: > > William Bowman: > > - changed define-union-language to merge nts (b0db8798, 42847ea5) > > * define-union-language now merges productions when languages > define the same nonterminals. > > W

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

2013-04-24 Thread William J. Bowman
> William Bowman: > - changed define-union-language to merge nts (b0db8798, 42847ea5) * define-union-language now merges productions when languages define the same nonterminals. William Bowman On Mon, Apr 22, 2013 at 11:16:07PM -0400, Ryan Culpepper wrote: > The release announcement sketch that

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

2013-04-24 Thread Vincent St-Amour
At Mon, 22 Apr 2013 23:16:07 -0400, Ryan Culpepper wrote: > stamourv: > - move optimization coach to planet2 (2c8e5f9a) * The Optimization Coach DrRacket plugin has been moved from the Racket distribution to the Racket package repository. Vincent _ Racket Developers

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

2013-04-24 Thread Robby Findler
Is this the first release with a signed drracket? If so, that should probably go into the notes. Robby On Tue, Apr 23, 2013 at 9:09 AM, Matthew Flatt wrote: > At Mon, 22 Apr 2013 23:16:07 -0400, Ryan Culpepper wrote: > > mflatt: > > - added file-truncate (48e05093) > > - mach-o: handle som

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

2013-04-23 Thread Matthew Flatt
At Mon, 22 Apr 2013 23:16:07 -0400, Ryan Culpepper wrote: > mflatt: > - added file-truncate (48e05093) > - mach-o: handle some new load commands (a229f292) > - mach-o: code signing fixes (1744a787) > - scribble/latex-properties: add command-extras (17865bfa) > - ffi/com: improve handling

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

2013-04-23 Thread Robby Findler
* Tally Maze: a new game based an enumeration of 2d mazes. Robby On Mon, Apr 22, 2013 at 10:16 PM, Ryan Culpepper wrote: > The release announcement sketch that I have so far is below. Please > mail me new items and/or edits. > --**--**--

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

2013-04-23 Thread Robby Findler
I vote no (as in the other thread). I think that you should use a particular version from git that you're comfortable with or just cherry-pick that commit from the release branch, as you see fit. My stance is derived from the fact that we do not know about other possible problems with this commit

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

2013-04-23 Thread Juan Francisco Cantero Hurtado
On 04/23/13 05:16, Ryan Culpepper wrote: The release announcement sketch that I have so far is below. Please mail me new items and/or edits. -- mflatt: - added file-truncate (48e05093) - mach-o: handle some new load command

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

2013-04-22 Thread Danny Yoo
Is mflatt's fix to NACK events getting in 5.3.4? It's an important enough fix that I need to deploy something like it in the very near future. I really would like to avoid manually patching my production servers if I can avoid it. See: http://lists.racket-lang.org/users/archive/2013-April/0

[racket-dev] Release Announcement for v5.3.4

2013-04-22 Thread Ryan Culpepper
The release announcement sketch that I have so far is below. Please mail me new items and/or edits. -- mflatt: - added file-truncate (48e05093) - mach-o: handle some new load commands (a229f292) - mach-o: code signing fixes (