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...:
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
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
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
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
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
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
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,
8 matches
Mail list logo