Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-20 Thread Laurent
Thank you both for the info, I see that now. Laurent On Thu, Dec 19, 2013 at 3:32 PM, Sam Tobin-Hochstadt sa...@cs.indiana.eduwrote: On Thu, Dec 19, 2013 at 8:56 AM, Matthew Flatt mfl...@cs.utah.edu wrote: Is there an easy way to know if some tests are enabled in DrDr? Currently, the

Re: [racket-dev] release notes

2013-12-20 Thread Matthew Flatt
I've pushed some HISTORY.txt and documentation updates. Here are some draft blurbs for the release announcement: At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote: Jay, Matthew: pkg improvements [...] Matthew, Robby: gui package manager Racket has a new package system and a catalog of

Re: [racket-dev] release notes

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote: At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote: Jay, Matthew: pkg improvements [...] Matthew, Robby: gui package manager Racket has a new package system and a catalog of packages at

Re: [racket-dev] release notes

2013-12-20 Thread Sam Tobin-Hochstadt
On Thu, Dec 19, 2013 at 9:41 PM, Robby Findler ro...@eecs.northwestern.edu wrote: I didn't track the TR commits as carefully as the other ones (sorry guys but you refactor a lot and it's hard to keep everything straight...) but I did see a bunch of optimizer related commits for TR and so I

[racket-dev] Intermittent build error in docs db

2013-12-20 Thread Sam Tobin-Hochstadt
There's been an intermittent error on a few DrDr runs on `master`. You can see it here, search for 'rollback'. http://drdr.racket-lang.org/27963/pkg-src/build/make This doesn't seem to be causing anything else to break the DrDr notices, but since there were some DB problems with the release,

Re: [racket-dev] release notes

2013-12-20 Thread Matthias Felleisen
* 2htdp/batch-io includes functions for reading html/xml from files and URLs as X-expressions plus some conveniences for designing web-oriented graph traversals. On Dec 20, 2013, at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote: I've pushed some HISTORY.txt and documentation

Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Matthew Flatt
Thanks! I've seen this error twice before today, and I've managed to provoke it twice this morning --- but that's out of about 20 attempts this morning, so it's slow going. At Fri, 20 Dec 2013 09:51:23 -0500, Sam Tobin-Hochstadt wrote: There's been an intermittent error on a few DrDr runs on

Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Fri, Dec 20, 2013 at 6:43 AM, Sam Tobin-Hochstadt sa...@cs.indiana.edu wrote: On Fri, Dec 20, 2013 at 8:26 AM, Matthew Flatt mfl...@cs.utah.edu wrote: At Thu, 19 Dec 2013 20:41:25 -0600, Robby Findler wrote: Jay, Matthew: pkg improvements [...] Matthew, Robby: gui package manager Racket

Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Thu, Dec 19, 2013 at 7:41 PM, Robby Findler ro...@eecs.northwestern.edu wrote: Jay, Jan Dvořák: formlet improvements * web-server/formlets supports generic input formlets and strings on all formlet default values. Jay: Host and Content-Length headers in http-client.rkt:

Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
I understand that one can reasonably view these as bug fixes. Nevertheless, they affect observable behavior of the functions in a way that could possibly break others code (as opposed to more obvious bug fixes that are likely to only affect others' code by fixing problems with it). So these

Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Matthew Flatt
After another 20 attempts, I managed to extract (twice) the original error that is triggering the rollback and its failure. Instead of the SQL logic error or missing database error at a rollback attempt, I now know that the more relevant error from SQLite is some kind of disk I/O error

Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler ro...@eecs.northwestern.edu wrote: I understand that one can reasonably view these as bug fixes. Nevertheless, they affect observable behavior of the functions in a way that could possibly break others code (as opposed to more obvious bug fixes

Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
I mean that I think these comments should go into a HISTORY.txt file somewhere. Shall I put them in one, or do you mind doing it? Robby On Fri, Dec 20, 2013 at 3:31 PM, Jay McCarthy jay.mccar...@gmail.comwrote: On Fri, Dec 20, 2013 at 2:17 PM, Robby Findler ro...@eecs.northwestern.edu wrote:

Re: [racket-dev] release notes

2013-12-20 Thread Jay McCarthy
Ah. I think you should do it :) On Fri, Dec 20, 2013 at 2:36 PM, Robby Findler ro...@eecs.northwestern.edu wrote: I mean that I think these comments should go into a HISTORY.txt file somewhere. Shall I put them in one, or do you mind doing it? Robby On Fri, Dec 20, 2013 at 3:31 PM, Jay

Re: [racket-dev] Intermittent build error in docs db

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 4:21 PM, Matthew Flatt mfl...@cs.utah.edu wrote: I now know that the more relevant error from SQLite is some kind of disk I/O error occurred Somehow, this does not feel like progress. The error seems to happen only with read-only database connections, where using

Re: [racket-dev] release notes

2013-12-20 Thread Robby Findler
Okay, done. Robby On Fri, Dec 20, 2013 at 3:37 PM, Jay McCarthy jay.mccar...@gmail.comwrote: Ah. I think you should do it :) On Fri, Dec 20, 2013 at 2:36 PM, Robby Findler ro...@eecs.northwestern.edu wrote: I mean that I think these comments should go into a HISTORY.txt file somewhere.

Re: [racket-dev] [plt] Push #27967: master branch updated

2013-12-20 Thread Jay McCarthy
Where should we put the link to Planet? - Main page - New place - Community - Keep it on the navbar with packages I can see good and bad things with most. On Fri, Dec 20, 2013 at 4:32 PM, j...@racket-lang.org wrote: jay has updated `master' from 438942c059 to 9012f7b3d6.

Re: [racket-dev] [plt] Push #27967: master branch updated

2013-12-20 Thread Sam Tobin-Hochstadt
On Fri, Dec 20, 2013 at 6:35 PM, Jay McCarthy j...@racket-lang.org wrote: Where should we put the link to Planet? - Main page - New place - Community - Keep it on the navbar with packages I can see good and bad things with most. I think Main Page Community both is the right choice. I