Re: [racket-dev] [racket] ActiveX support

2012-09-05 Thread Eli Barzilay
On Saturday, Matthew Flatt wrote: At Sat, 1 Sep 2012 18:40:20 -0400, Sam Tobin-Hochstadt wrote: If this avoids constructing a temporary file, could we use it on Windows for the documentation search? The example starts IE specifically, as opposed to the user's default browser, so I

Re: [racket-dev] Building Racket with the Android NDK

2012-09-05 Thread Matthew Flatt
At Wed, 5 Sep 2012 12:59:39 +0100 (BST), Jan Wedekind wrote: The program now fails in 'scheme_extend_module_rename_with_shared'. The stack trace has a couple of hundred entries, so I am only posting part of it here. I hope the backtrace makes any sense. Nothing stands out, unfortunately.

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

2012-09-05 Thread Jon Rafkind
Frtime has a build error now raco setup: error: during making for frtime (FrTime) raco setup: module: identifier already imported from: lang-ext.rkt raco setup: at: undefined? raco setup: in: (rename frtime/core/frp undefined? undefined?) raco setup: error: during making for frtime/opt

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

2012-09-05 Thread Gregory Cooper
Ok -- I will fix it or revert the changes. On Wed, Sep 5, 2012 at 10:02 AM, Jon Rafkind rafk...@cs.utah.edu wrote: Frtime has a build error now raco setup: error: during making for frtime (FrTime) raco setup: module: identifier already imported from: lang-ext.rkt raco setup: at:

Re: [racket-dev] Changing call/cc

2012-09-05 Thread Matthew Flatt
At Tue, 4 Sep 2012 06:51:49 -0600, Matthew Flatt wrote: Yes, that's true. I don't think there will be a difference for typical uses of `call/cc' and typical abort handlers, though. And as I understand it, we're not at this point trying to make `call/cc' work seamlessly, but instead support it

Re: [racket-dev] Changing call/cc

2012-09-05 Thread Eric Dobson
The issue as I see it is that call/cc can replace all the code above a prompt with a continuation captured from above a different prompt. This can break the invariants that TR wants to enforce. I proposed to Asumu on IRC the follow adjustment which I think gets all the behavior that is wanted.