Re: [racket-dev] Floating-Point Compliance Testing

2013-02-07 Thread Neil Toronto
DrDr runs (test-floating-point 1000) every push, which has returned only '() for weeks. In your output, I don't see anything that would indicate a problem with Racket. We can almost certainly pin the blame on your processor or the standard libraries on your platform. Even though you got errors

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

2013-02-07 Thread Vincent St-Amour
At Wed, 06 Feb 2013 16:16:16 -0700, Neil Toronto wrote: > > On 02/06/2013 03:28 PM, stamo...@racket-lang.org wrote: > > stamourv has updated `master' from bb216d142c to 117c81e2a6. > >http://git.racket-lang.org/plt/bb216d142c..117c81e2a6 > > > > =[ One Commit ]=

Re: [racket-dev] Floating-Point Compliance Testing

2013-02-07 Thread Laurent
On Thu, Feb 7, 2013 at 5:50 PM, Neil Toronto wrote: > Today is not that day, but thanks for asking about this anyway. :) > On one machine with Ubuntu 12.10, I get no error, but on another machine with Ubuntu 12.04, I get more than 14000 errors, many of them being +inf.0 and other numbers with big

Re: [racket-dev] Floating-Point Compliance Testing

2013-02-07 Thread Pierpaolo Bernardi
On Thu, Feb 7, 2013 at 5:50 PM, Neil Toronto wrote: > DrDr runs (test-floating-point 1000) every push, which has returned only '() > for weeks. In your output, I don't see anything that would indicate a > problem with Racket. We can almost certainly pin the blame on your processor > or the standar

Re: [racket-dev] Floating-Point Compliance Testing

2013-02-07 Thread Neil Toronto
On 02/07/2013 12:09 PM, Laurent wrote: On Thu, Feb 7, 2013 at 5:50 PM, Neil Toronto mailto:neil.toro...@gmail.com>> wrote: Today is not that day, but thanks for asking about this anyway. :) On one machine with Ubuntu 12.10, I get no error, but on another machine with Ubuntu 12.04, I get mo