[racket] test, please ignore

2013-07-03 Thread John Clements
testing opendkim and whether ccs tries to send as me, sorry. John Clements Racket Users list: http://lists.racket-lang.org/users

Re: [racket] slides unit testing

2013-07-03 Thread Sam Tobin-Hochstadt
On Wed, Jul 3, 2013 at 3:04 PM, John Clements wrote: > > It depends on a .png file, which I'll send you separately. If you check out the git repository corresponding to that gist, you can add the .png file. Sam Racket Users list: http://lists.racket-lang.org/users

Re: [racket] slides unit testing

2013-07-03 Thread John Clements
On Jul 2, 2013, at 10:20 PM, Eric Tanter wrote: > Yes!!! That was what I had in mind!! Thanks John! > > (And yes, if you can share the slides, that'd be even better) Sure, here's the slideshow source. https://gist.github.com/jbclements/5921746 It depends on a .png file, which I'll send you se

Re: [racket] Unknown C Struct definition

2013-07-03 Thread Roman Klochkov
It is pointer there: (c-define-type SDL_Window* (pointer "SDL_Window")) in SchemeSphere. Read http://docs.racket-lang.org/foreign/intro.html   Понедельник, 1 июля 2013, 21:53 -06:00 от Cosme Enmanuel Zamudio Salazar : >Theres a libsdl struct i want to use from racket:  SDL_Window >the probl