[racket] Web server dispatch-rules! bug?

From: Danny Yoo (dyoo at hashcollision.org)
Date: Wed Jan 16 16:05:59 EST 2013

On Wed, Jan 16, 2013 at 1:28 PM, Scott Klarenbach <scott at pointyhat.ca> wrote:
> I'm unable to provide the optional #:method keyword argument when using the
> dispatch-rules! function (imperative style).  It works fine in the other
> style.


I did a quick look at how containers were implemented.  It looks like
dispatch-rules! has a slightly more constrained use on its syntax than
the functional version.

Jay, would the following patch be acceptable?

https://github.com/dyoo/racket/commit/7e3d5987ffa30ca25ed304aebe99bf991233a9af

Posted on the users mailing list.