[racket-dev] Pre-Release Checklist for v5.2.1, second call

2012-01-20 Thread Ryan Culpepper
Checklist items for the v5.2.1 release (using the v5.2.0.900 release candidate build) Search for your name to find relevant items, reply when you finish an item (please indicate which item/s is/are done). Also, if you have any commits that should have been picked, make sure that the changes ar

Re: [racket-dev] Strange error with gui and ffi

2012-01-20 Thread Matthew Flatt
At Thu, 19 Jan 2012 15:40:07 +0100, Tobias Hammer wrote: > > Even if libVLCore is statically linked to a libjpeg, I think it could > > interact with dynamic loading of another libjpeg, depending on the > > platform and linking options. > > I digged a bit more and found the following line the ra

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

2012-01-20 Thread Carl Eastlund
On Tue, Jan 17, 2012 at 6:44 PM, Ryan Culpepper wrote: > * Carl Eastlund > - Dracula Tests (confirm that Dracula runs from PLaneT) > Done. _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] problem with require and frtime

2012-01-20 Thread Matthew Flatt
At Fri, 20 Jan 2012 13:45:35 +0100, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19-01-12 14:13, Matthew Flatt wrote: > > The `frtime' language exports an `=' that isn't the same as `=' in > > `racket', so that's why the pattern doesn't match. (This seems like > > a furt

Re: [racket-dev] problem with require and frtime

2012-01-20 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19-01-12 14:13, Matthew Flatt wrote: > The `frtime' language exports an `=' that isn't the same as `=' in > `racket', so that's why the pattern doesn't match. (This seems like > a further weakness of the `frtime' docs to specify the exports > prec