Re: [racket-dev] DrRacket compilation bug

2011-12-06 Thread José Lopes
Hello, I think this problem was my fault, because the code created a loading cycle with dynamic-require. Apologies, José On quarta-feira, 7 de Dezembro de 2011 14:43:15, José Lopes wrote: Hello, I am using DrRacket version 5.2.0.5 checked out from the Git repo. I have also modified the Myst

[racket-dev] DrRacket compilation bug

2011-12-06 Thread José Lopes
Hello, I am using DrRacket version 5.2.0.5 checked out from the Git repo. I have also modified the MysterX source code. But this modification was already submitted as a patch which was accepted by Matthew. I have been developing a library for quite some time now. Today I was trying to compile/

Re: [racket-dev] plot doesn't plot (inexact->exact: no exact representation for +nan.0)

2011-12-06 Thread Doug Williams
I loaded the latest nightly build (version 5.2.0.4--2011-11-27(462a348/a) [3m]) on my Scientific Linux 6.0 machine (also 64-bit) and it runs fine with or without the commented lines there, too. 2011/12/6 Doug Williams > It runs fine for me on Racket Version 5.2 [3m], 64-bit, under Windows 7, > w

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] plot doesn't plot (inexact->exact: no exact representation for +nan.0)

2011-12-06 Thread Doug Williams
It runs fine for me on Racket Version 5.2 [3m], 64-bit, under Windows 7, with or without the commented lines. I can try on my work machine using the nightly build in the morning. But I work the plot package pretty heavily there (using a recent nightly build) with no problems. On Tue, Dec 6, 2011 a

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

[racket-dev] plot doesn't plot (inexact->exact: no exact representation for +nan.0)

2011-12-06 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So I just wanted to repost this to dev for the record. The program: ;== start #lang racket (require plot) ;(plot3d-diffuse-light? #f) ;(plot3d-specular-light? #f) (plot3d (list (surface3d (λ (x y) (+ (sqr x) (sqr y))) -1 1 -1 1

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