Re: [racket] Disable/Enable Tests

2011-11-27 Thread Robby Findler
This is supposed to work with the teaching language check-expect form. I've just pushed a fix so that it does (and changes to the test suites so we'll hopefully notice this ourselves). Thanks for alerting us to the problem. Robby On Sun, Nov 27, 2011 at 7:17 PM, Mark Engelberg wrote: > In the

Re: [racket] Disable/Enable Tests

2011-11-27 Thread Nadeem Abdul Hamid
On Sun, Nov 27, 2011 at 10:19 PM, Robby Findler wrote: > Are these 2htdp/image-based programs? If so, can you share one with me> where > the tests are especially slow? No - looking back at those student programs, it was pre-2htdp/image. And the tests run quickly now. --- nadeem On Sun, Nov 27,

Re: [racket] Disable/Enable Tests

2011-11-27 Thread Robby Findler
On Sun, Nov 27, 2011 at 8:36 PM, Nadeem Abdul Hamid wrote: > This used to work approximately one year ago. It was very handy for > students writing world/universe programs to be able to disable tests > with their completed-and-tested animation/game, so that the program > ran much faster in order t

Re: [racket] Disable/Enable Tests

2011-11-27 Thread Nadeem Abdul Hamid
This used to work approximately one year ago. It was very handy for students writing world/universe programs to be able to disable tests with their completed-and-tested animation/game, so that the program ran much faster in order to play, without having to wait for tons of tests to pass, especially

Re: [racket] Disable/Enable Tests

2011-11-27 Thread Sam Tobin-Hochstadt
It doesn't appear to do anything at the moment -- it's only effect is to set a preference (buggily) which is only examined by the menu item, not by any testing code. I've been unable to determine when it stopped working via code archeology, but it was probably quite a while ago. On Sun, Nov 27, 20

Re: [racket] Disable/Enable Tests

2011-11-27 Thread Luke Vilnis
I've also been wondering about this. It doesn't seem to do anything if I use the standard (check-expect) and (run-tests) forms. On Sun, Nov 27, 2011 at 8:17 PM, Mark Engelberg wrote: > In the latest version of Racket, I see a menu item to disable and > enable tests. What testing library does thi

Re: [racket] FFI on Windows

2011-11-27 Thread Harry Spier
Thanks Matthew On Sun, Nov 27, 2011 at 6:59 PM, Matthew Flatt wrote: > At Sun, 27 Nov 2011 18:20:46 -0500, Harry Spier wrote: > > Dear list members, > > On going through the article on the FFI by Eli Barzilay and Dmitry > Orlovsky > > http://www.ccs.neu.edu/scheme/pubs/scheme04-bo.pdf > > > > It

[racket] Disable/Enable Tests

2011-11-27 Thread Mark Engelberg
In the latest version of Racket, I see a menu item to disable and enable tests. What testing library does this work with? The htdp testing library, rackunit, something else? Thanks, Mark _ For list-related administrative tasks: http://lists.ra

Re: [racket] FFI on Windows

2011-11-27 Thread Matthew Flatt
At Sun, 27 Nov 2011 18:20:46 -0500, Harry Spier wrote: > Dear list members, > On going through the article on the FFI by Eli Barzilay and Dmitry Orlovsky > http://www.ccs.neu.edu/scheme/pubs/scheme04-bo.pdf > > It says: > "libffi is maintained and distributed as part of the GCC project, > but its

[racket] FFI on Windows

2011-11-27 Thread Harry Spier
Dear list members, On going through the article on the FFI by Eli Barzilay and Dmitry Orlovsky http://www.ccs.neu.edu/scheme/pubs/scheme04-bo.pdf It says: "libffi is maintained and distributed as part of the GCC project, but its goal is to provide a portable library. We use it for all platforms th

Re: [racket] [Geiser-users] Geiser 0.1.4 released

2011-11-27 Thread Grant Rettke
On Sat, Nov 26, 2011 at 2:55 PM, Jose A. Ortega Ruiz wrote: > I've just tagged version 0.1.4 of Geiser, an emacs environment for > hacking in Guile Scheme and Racket  (see http://geiser.nongnu.org for > more details). > Happy hacking, > jao Thank you Jao!

Re: [racket] DrRacket needs work

2011-11-27 Thread Robby Findler
It has to be 16x16, not 24x24, sadly. I wouldn't mind if you committed something that was just the checkmark and the right size in collects/icons/syncheck.png. Robby On Sat, Nov 26, 2011 at 2:07 PM, Neil Toronto wrote: > On 11/14/2011 09:11 PM, Neil Van Dyke wrote: >> >> Robby Findler wrote at