Re: [racket] scheme_basic_env problem

2012-01-03 Thread David Griffiths
Hi Matthew, That's super, thanks - I'll give it try. cheerio, dave On 01/02/2012 04:23 PM, Matthew Flatt wrote: > The reset behavior of scheme_basic_env() broke again. I've pushed a > repair. > > (I had a test, but it wasn't set up right for DrDr to run. I've fixed > that, too, so scheme_basic

Re: [racket] scheme_basic_env problem

2012-01-02 Thread Matthew Flatt
The reset behavior of scheme_basic_env() broke again. I've pushed a repair. (I had a test, but it wasn't set up right for DrDr to run. I've fixed that, too, so scheme_basic_env() should stop getting broken in this way.) Using scheme_main_setup() is right, but then still call scheme_basic_env() di

[racket] scheme_basic_env problem

2012-01-01 Thread David Griffiths
Hi all, I'm looking into getting fluxus running with the latest version of racket, we were having some problems with MZ_REGISTER_STATIC when using scheme_basic_env. By changing the order of initialisation I now have this working, but resetting the environment (with a second call to scheme_basic_en