[plt-scheme] latest exp release problem

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Mar 14 17:46:30 EST 2003

That's actually the wrong fix, as it turns out. Algol60 was fine, but
Dromedary was wrong. It's not the best error message, but the fix below
makes the experimental langauges appear at the top of the language
dialog rather than the bottom. I've undone the algol60 change (by
committing a new revision) and committed a change to dromedary.

Robby

At Fri, 14 Mar 2003 14:47:35 -0700, Matthew Flatt wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Thanks. The currently exp-tagged "tool.ss" includes your change.
> 
> Matthew
> 
> At Fri, 14 Mar 2003 13:19:15 -0800, Bruce Butterfield wrote:
> >   For list-related administrative tasks:
> >   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> > 
> > In order to get the latest (203.6-cvs14mar2003) drscheme to run 
> > (compile/install worked fine) I had to change line 75 in 
> > collects/algol60/tool.ss:
> > 
> > < (define/public (get-language-numbers (list 1000 10))
> > 
> >  > (define/public (get-language-numbers (list 1 10))
> > 
> > otherwise I get the run-time error:
> > 
> > add-language: language "Algol 60": expected number for "Experimental 
> > Languages" to be 1, got 1000
> 
> 



Posted on the users mailing list.