Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Vincent St-Amour
On Tue, 26 Jan 2016 12:40:51 -0600, Alex Knauth wrote: > > > > On Jan 25, 2016, at 1:24 PM, Vincent St-Amour > > wrote: > > > > The release announcement sketch that I have so far is below. Please > > mail me new items and/or edits. > > > > Please phrase announcements using complete sentences

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Alex Knauth
> On Jan 25, 2016, at 1:24 PM, Vincent St-Amour > wrote: > > The release announcement sketch that I have so far is below. Please > mail me new items and/or edits. > > Please phrase announcements using complete sentences and avoid the > word "now". > ---

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Vincent St-Amour
Probably not. It looks like we won't be mentioning individual new bindings. Vincent On Mon, 25 Jan 2016 16:50:49 -0600, Benjamin Greenman wrote: > > Worth mentioning `combinations` and `in-combinations`? > > On Mon, Jan 25, 2016 at 1:24 PM, Vincent St-Amour > wrote: > > The release ann

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Vincent St-Amour
On Tue, 26 Jan 2016 10:50:05 -0600, Jay McCarthy wrote: > > On Mon, Jan 25, 2016 at 1:24 PM, Vincent St-Amour > wrote: > > The release announcement sketch that I have so far is below. Please > > mail me new items and/or edits. > > > > Please phrase announcements using complete sentences and avoi

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Asumu Takikawa
On 2016-01-25 12:24:15 -0600, Vincent St-Amour wrote: > asumu: > - Make id-table API more hash-like (14d25abd 92fc1f41) This one seems minor so I don't think it's needed. If you do include, here's a blurb: * Identifier tables support more operations that are analogous to those for hashtabl

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Jay McCarthy
On Mon, Jan 25, 2016 at 1:24 PM, Vincent St-Amour wrote: > The release announcement sketch that I have so far is below. Please > mail me new items and/or edits. > > Please phrase announcements using complete sentences and avoid the > word "now". > -

Re: [racket-dev] Re: SSL woes

2016-01-26 Thread Ian Johnson
I've had this problem since I got my new laptop last June. I've tried new repo clones every now and then. No luck. On Jan 26, 2016 6:33 AM, "Gustavo Massaccesi" wrote: > I'm not sure that this was the problem. That day I got a similar > error, and I was using the new repository. > > Now I don't g

Re: [racket-dev] Release Announcement for v6.4

2016-01-26 Thread Matthew Flatt
At Mon, 25 Jan 2016 12:24:15 -0600, Vincent St-Amour wrote: > mflatt: > - incremental GC (ba8103bbde441e38df8dce16e6cbfd36f72c1ce0) * Incremental garbage-collection mode can eliminate long pauses in a program. For example, incremental mode is useful for avoiding pauses in games and animatio

Re: [racket-dev] Re: SSL woes

2016-01-26 Thread Gustavo Massaccesi
I'm not sure that this was the problem. That day I got a similar error, and I was using the new repository. Now I don't get any problem, so whatever it was, it's probably fixed. Gustavo On Tue, Jan 26, 2016 at 3:56 AM, Faré wrote: > The SSL on pkgs.racket-lang.org looks like it's OK after all.