[racket-dev] Is this expected behavior?

2012-09-17 Thread Jordan Schatz
On a freshly pulled and compiled racket: jordan@serenity ~> racket Welcome to Racket v5.3.0.24. > (enter! slideshow/pict) define-values: assignment disallowed; cannot re-define a constant constant: invoke-unit/core in module: "/usr/local/lib/racket/collects/racket/unit.rkt" context...:

Re: [racket-dev] today's DrRacket problem

2012-03-26 Thread Jordan Schatz
On Mon, Mar 26, 2012 at 10:11:06AM -0400, Matthias Felleisen wrote: > Many of you noticed that DrRacket v5.2.1 refused to launch today, March 26. > We sincerely apologize for this inconvenience. > > The problem is due to a so-called "Easter egg", which is a visual surprise > that one developer bu

Re: [racket-dev] Racket logo

2012-02-10 Thread Jordan Schatz
On Thu, Feb 09, 2012 at 11:04:41PM -0500, Eli Barzilay wrote: > > I prefer keeping the lambda in it.[1] Also "r" is much less > > unique.[2] 1+ (or 1!) _ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] release branch compile issue

2012-01-10 Thread Jordan Schatz
When compiling from the release branch make install dies with: racket/racketcgc -u \ "./../collects/setup/unixstyle-install.rkt" \ make-install-copytree "./.." \ "/home/jordan/bin//bin" "/home/jordan/bin//lib/racket/collects" "/home/jordan/bin//share/racket/doc" "/ho

Re: [racket-dev] SIGSEGV MAPERR si_code 1 fault on addr 0x18

2011-12-07 Thread Jordan Schatz
I take that back... seems that clearing the cache doesn't have an effect. On Wed, Dec 07, 2011 at 03:35:38PM -0700, Jordan Schatz wrote: > It seems that clearing the web server cache, by > > /conf/refresh-servlets > > clears up the problem... I'm thinking the segf

Re: [racket-dev] SIGSEGV MAPERR si_code 1 fault on addr 0x18

2011-12-07 Thread Jordan Schatz
It seems that clearing the web server cache, by /conf/refresh-servlets clears up the problem... I'm thinking the segfalt might be the expected / correct behavior? Shalom, Jordan On Wed, Dec 07, 2011 at 01:06:38PM -0700, Jordan Schatz wrote: > I either for the attached zip or it was

[racket-dev] SIGSEGV MAPERR si_code 1 fault on addr 0x18

2011-12-07 Thread Jordan Schatz
Using racket v5.2.0.2 or v5.2.0.5 (I haven't tried any others) dies with SIGSEGV MAPERR si_code 1 fault on addr 0x18 Aborted When I: racket main.rkt ;;Works fine CTR-C ;;(to kill server) racket multi-servlet.rkt visit URL http://localhost:8080/second.rkt visit URL http://localhost:8080/second vi

Re: [racket-dev] I/O scheduler change --- epoll(), kqueue(), etc.

2011-11-11 Thread Jordan Schatz
Awesome! : ) On Thu, Nov 10, 2011 at 12:38:47PM -0700, Matthew Flatt wrote: > I've pushed a change in the way that the Racket scheduler handles I/O. > The new implementation should scale to a large number of network > connections, at least on Linux and BSDs (including Mac OS X). > > > Formerly,