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

2011-10-19 Thread Michael Sperber
Ryan Culpepper writes: > * Mike Sperber > - DMdA Tests > - Stepper Tests > - Signature Tests Done. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla _ For list-related administrative tasks: http://lists.racket-lang.

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
On Wed, Oct 19, 2011 at 6:56 PM, Eli Barzilay wrote: > An hour and a half ago, Robby Findler wrote: >> On Wed, Oct 19, 2011 at 4:47 PM, Matthias Felleisen >> wrote: >> > >> > On Oct 19, 2011, at 5:30 PM, Robby Findler wrote: >> >> >> >> I imagine it would work as by having an alternative to "run"

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Eli Barzilay
An hour and a half ago, Robby Findler wrote: > On Wed, Oct 19, 2011 at 4:47 PM, Matthias Felleisen > wrote: > > > > On Oct 19, 2011, at 5:30 PM, Robby Findler wrote: > >> > >> I imagine it would work as by having an alternative to "run" that > >> would just put you somehow into level 1. > > > > Th

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
On Wed, Oct 19, 2011 at 4:47 PM, Matthias Felleisen wrote: > > On Oct 19, 2011, at 5:30 PM, Robby Findler wrote: > >> That sounds cool to me. Now that I think about it, I think we used to >> have something like this (it was a mixin tied to a specific language, >> not something that worked for all

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Matthias Felleisen
On Oct 19, 2011, at 5:30 PM, Robby Findler wrote: > That sounds cool to me. Now that I think about it, I think we used to > have something like this (it was a mixin tied to a specific language, > not something that worked for all #lang languages) but it was back > before we had the macro system t

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
That sounds cool to me. Now that I think about it, I think we used to have something like this (it was a mixin tied to a specific language, not something that worked for all #lang languages) but it was back before we had the macro system to support it, I think. I imagine it would work as by having

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Eli Barzilay
A few minutes ago, Matthias Felleisen wrote: > > The first step would be a compile-time IO console. > > The second step would be a compile-time interaction mode. > This would fit right in with Ryan's past work. It would mean > compile the Def Window (as in CS) and make for-syntax values > avail

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Matthias Felleisen
The first step would be a compile-time IO console. The second step would be a compile-time interaction mode. This would fit right in with Ryan's past work. It would mean compile the Def Window (as in CS) and make for-syntax values available at the repl for experimentation. Then again, I might

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
With a REPL? That's a lot more than I had been thinking about. I'm not sure how to do it, either. Robby On Wed, Oct 19, 2011 at 4:12 PM, Matthias Felleisen wrote: > > May I propose a compile-time interaction window in drracket? -- Matthias > > > > On Oct 19, 2011, at 5:08 PM, Robby Findler wrote

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Matthias Felleisen
May I propose a compile-time interaction window in drracket? -- Matthias On Oct 19, 2011, at 5:08 PM, Robby Findler wrote: > Well, when you do IO at compile time there isn't really a good place > to put it (at least not at the moment) so instead of making a good > place to put it, I just let i

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
Well, when you do IO at compile time there isn't really a good place to put it (at least not at the moment) so instead of making a good place to put it, I just let it go to drracket's stdout. Probably reasonable to consider this a bug. Robby On Wed, Oct 19, 2011 at 4:06 PM, Matthias Felleisen wr

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Matthias Felleisen
Yeap, I have live CS running all the time. Interesting effect. On Oct 19, 2011, at 5:02 PM, Robby Findler wrote: > Probably when you were running check syntax? (Or maybe when it was > being run for you?) > > Robby > > On Wed, Oct 19, 2011 at 4:01 PM, Matthias Felleisen > wrote: >> >> I am

Re: [racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Robby Findler
Probably when you were running check syntax? (Or maybe when it was being run for you?) Robby On Wed, Oct 19, 2011 at 4:01 PM, Matthias Felleisen wrote: > > I am running the silly program below (no meaning), and on occasion I see the > output of the *** line in the console from where I launched

[racket-dev] 5.2.0.1: displayln appears to write to console from where drracket was launched

2011-10-19 Thread Matthias Felleisen
I am running the silly program below (no meaning), and on occasion I see the output of the *** line in the console from where I launched drracket. 5.2.0.1 from 10/16 #lang racket (require (for-syntax syntax/parse)) (define-for-syntax (postfix stx word stem) (datum->syntax stx (string->sym

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

2011-10-19 Thread Casey Klein
On Mon, Oct 17, 2011 at 8:02 PM, Ryan Culpepper wrote: > > * Casey Klein >  - Redex Tests >  Updates: >  - Redex Updates: update HISTORY >  (updates should show v5.2 as the most current version; email me >  to pick the changes when they're done, or tell me if there are no such >  changes.) > Don

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

2011-10-19 Thread Stephen Bloch
On Oct 17, 2011, at 9:02 PM, Ryan Culpepper wrote: > * Stephen Bloch > - Picturing Programs Tests Passed. Stephen Bloch sbl...@adelphi.edu _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] wrong line marked as source of error?

2011-10-19 Thread Robby Findler
On Wed, Oct 19, 2011 at 3:36 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Robby, > > On 10/18/11 17:58, Robby Findler wrote: >> On Tue, Oct 18, 2011 at 8:39 AM, Marijn wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> On 10/18/11 14:09, Robby Findler w

Re: [racket-dev] wrong line marked as source of error?

2011-10-19 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 10/18/11 17:58, Robby Findler wrote: > On Tue, Oct 18, 2011 at 8:39 AM, Marijn wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 10/18/11 14:09, Robby Findler wrote: >>> Oh, and one more comment: did you try clicking on

Re: [racket-dev] while resizing drawing into a canvas is off

2011-10-19 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/11 17:10, Matthew Flatt wrote: > At Tue, 18 Oct 2011 16:32:54 +0200, Marijn wrote: >> the attached program draws a grid in a canvas and paints a few of >> the cells so created. When resizing the window, the grid is also >> dynamically resized