[racket-dev] 5.1.2 segfault during setup

2011-08-03 Thread Jon Rafkind
The launchpad build farm showed a segfault while it was building the PPA package for 5.1.2. https://launchpadlibrarian.net/76556662/buildlog_ubuntu-lucid-i386.racket_5.1.2-1_FAILEDTOBUILD.txt.gz ... raco setup: re-rendering: scribblings/guide/guide.scrbl Seg fault (internal error) at 0x69fbac3a S

Re: [racket-dev] DrDr status

2011-08-03 Thread Vincent St-Amour
Great news! I miss DrDr. Vincent At Wed, 3 Aug 2011 14:29:10 -0600, Jay McCarthy wrote: > > I'm getting the machine back up now. I'll be restarting at 23032 to > compare with the past error report, but there may be a few false > starts as I sort out getting the machine state in the right place.

Re: [racket-dev] DrDr status

2011-08-03 Thread Jay McCarthy
I'm getting the machine back up now. I'll be restarting at 23032 to compare with the past error report, but there may be a few false starts as I sort out getting the machine state in the right place. Jay On Wed, Jul 20, 2011 at 4:49 AM, Jay McCarthy wrote: > Earlier this week the hard drive on t

Re: [racket-dev] New plot library [Was: (to Jay) Re: What I'm working on]

2011-08-03 Thread Noel Welsh
This is great -- a better plotting library will make some of work a lot easier. > Noel: Do you happen to have a kernel density estimator implementation that > uses FFT or is otherwise more efficient than O(n^2)? Currently, (plot2d > (density samples)) works, but is slow on large samples. Nope, so