Re: [racket-dev] check-syntax (require plot) hangs drracket

2012-01-11 Thread Robby Findler
Glad to hear it! Thanks for letting me know. Robby On Wed, Jan 11, 2012 at 7:40 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 15-12-11 15:29, Robby Findler wrote: >> Hm. Mysterious. Thanks for trying all this stuff. I'll let you know >> if I think of something else t

Re: [racket-dev] check-syntax (require plot) hangs drracket

2012-01-11 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-12-11 15:29, Robby Findler wrote: > Hm. Mysterious. Thanks for trying all this stuff. I'll let you know > if I think of something else to try. > > And sorry for the annoyance. > > Robby Hi Robby, as it turns out this bug seems to have been ca

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-15 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-12-11 11:57, Robby Findler wrote: > Thanks for checking back in. In retrospect, that was a stupid > change of mine. > > I've reverted it and pushed a different attempt. The current change > is unlikely to be the right long-term solution, but I'm

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-13 Thread Robby Findler
Thanks for checking back in. In retrospect, that was a stupid change of mine. I've reverted it and pushed a different attempt. The current change is unlikely to be the right long-term solution, but I'm curious to see if it improves things for you at least. Thanks, Robby On Tue, Dec 13, 2011 at 3

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-13 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06-12-11 23:14, Robby Findler wrote: > I've pushed a change that I think (hope) fixes this. > > Robby Hi Robby, I'm sorry to disappoint, but the issue is still there with this morning's master. Marijn -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-06 Thread Robby Findler
I've pushed a change that I think (hope) fixes this. Robby On Tue, Dec 6, 2011 at 4:02 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24-11-11 09:51, Marijn wrote: >> Hi Robby, >> >> On 23-11-11 13:10, Robby Findler wrote: >>> I'm not seeing that under ubuntu 10.04 us

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-06 Thread Robby Findler
Did you do a clean build (starting from a fresh checkout)? If so, can you send me your preferences file? (You can find it by evaluating (find-system-path 'pref-file).) Robby On Tue, Dec 6, 2011 at 4:02 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24-11-11 09:51, Ma

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-12-06 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-11-11 09:51, Marijn wrote: > Hi Robby, > > On 23-11-11 13:10, Robby Findler wrote: >> I'm not seeing that under ubuntu 10.04 using the version of >> Racket from this morning. Is there possibly something else that >> would need to be done to see

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-11-24 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robby, On 23-11-11 13:10, Robby Findler wrote: > I'm not seeing that under ubuntu 10.04 using the version of Racket > from this morning. Is there possibly something else that would need > to be done to see the problem? Not that I can think of and

Re: [racket-dev] check-syntax (require plot) hangs drracket

2011-11-23 Thread Robby Findler
I'm not seeing that under ubuntu 10.04 using the version of Racket from this morning. Is there possibly something else that would need to be done to see the problem? Robby On Wed, Nov 23, 2011 at 1:53 AM, Marijn wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > In the latest git maste

[racket-dev] check-syntax (require plot) hangs drracket

2011-11-22 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In the latest git master, check-syntax button is freezing drracket for me on x86-64 GNU/Linux on the following code fragment: #lang racket (require plot) although it runs fine... Only way to proceed is to kill the program. I get no output on the con