[plt-scheme] planet browsing broken?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Nov 3 12:58:39 EST 2008

Thanks. Should be fixed now.

There was a bug in the code that rendered source code into html with
colors -- two bugs really:

1) #; was (effectively) treated as a single-line comment, presumably
because the code was written before there were #; comments.

2) an unclosed string caused a non-tail-recursive infinite loop.

Robby


On Sat, Nov 1, 2008 at 5:18 PM, Dimitris Vyzovitis <vyzo at media.mit.edu> wrote:
> The planet browsing functionality appears to be broken for some packages
> e.g: http://planet.plt-scheme.org/display.ss?package=socket.plt&owner=vyzo
> no code appearing:
> http://planet.plt-scheme.org/package-source/vyzo/socket.plt/3/0/
> [just 3 files]
> no docs:
> http://planet.plt-scheme.org/package-source/vyzo/socket.plt/3/0/
> [404s]
>
> -- vyzo
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.