[racket] Planet Documentation in Windows

From: Patrick King (slowthought at gmail.com)
Date: Fri May 20 22:09:50 EDT 2011

Works like a charm. Now the errors are clearly mine. Aargh!

On Thu, May 19, 2011 at 5:52 PM, Robby Findler
<robby at eecs.northwestern.edu>wrote:

> I've pushed a fix for the next release. In the meantime, here's a diff
> that should do the same for you.
>
> Thanks,
> Robby
>
> diff --git a/collects/planet/private/planet-shared.rkt
> b/collects/planet/private/planet-shared.rkt
> index 1b0e5add..5d3e3f2 100644
> --- a/collects/planet/private/planet-shared.rkt
> +++ b/collects/planet/private/planet-shared.rkt
> @@ -521,7 +521,7 @@ Various common pieces of code that both the client
> and server need to access
>                     (display l outport)
>                     (newline outport)
>                     (flush-output outport))
> -                  (planet-log l)
> +                  (planet-log "~a" l)
>                   (loop)]))))))
>       (begin0
>         (parameterize ([current-output-port out])
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110520/37767b87/attachment.html>

Posted on the users mailing list.