Re: [racket-dev] List-box% infinite loop (was: Bug report not confirmed)

2013-09-15 Thread Robby Findler
I have the impression that invoking methods like 'set' aren't supposed to invoke callbacks like that, generally speaking. Robby On Sun, Sep 15, 2013 at 9:58 AM, Laurent wrote: > On Sun, Sep 15, 2013 at 4:34 PM, Robby Findler < > ro...@eecs.northwestern.edu> wrote: > >> >> What was the issue? >

[racket-dev] List-box% infinite loop (was: Bug report not confirmed)

2013-09-15 Thread Laurent
On Sun, Sep 15, 2013 at 4:34 PM, Robby Findler wrote: > > What was the issue? > It was an infinite loop triggered by a particular callback in list-box%: #lang racket/gui (define my-frame (new frame% [label "my-frame"] [min-width 200] [min-height 200])) (define lb (new lis

Re: [racket-dev] Bug report not confirmed

2013-09-15 Thread Robby Findler
What was the issue? Robby On Sun, Sep 15, 2013 at 9:19 AM, Laurent wrote: > > > On Sat, Sep 14, 2013 at 12:40 AM, Eli Barzilay wrote: > >> Just now, Greg Hendershott wrote: >> > On Thu, Sep 12, 2013 at 4:41 PM, Laurent >> wrote: >> > > FYI, I have filed a bug report more than 3 hours ago but

Re: [racket-dev] Bug report not confirmed

2013-09-15 Thread Laurent
On Sat, Sep 14, 2013 at 12:40 AM, Eli Barzilay wrote: > Just now, Greg Hendershott wrote: > > On Thu, Sep 12, 2013 at 4:41 PM, Laurent > wrote: > > > FYI, I have filed a bug report more than 3 hours ago but did not > receive any > > > confirmation. > > > > Is it possible the bug tracker is broke