[plt-scheme] Re: 359.3 -   in documentation

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Jan 7 16:39:14 EST 2007

At Sun, 7 Jan 2007 14:27:20 +0000 (UTC), Kyle Smith wrote:
> Matthew Flatt <mflatt at ...> writes:
> 
> > 
> > MzScheme and MrEd are now version 369.3 in the SVN repository trunk.
> > 
> The documentation seems to have taken a hit.  Here is a sample from the syntax 
> of case in the Help Desk:
> 
> library syntax:&nbsp;&nbsp;(case <key> <clause1> <clause2> ...)&nbsp;
> 
> Syntax: <Key> may be any expression. Each <clause> should have the form 
> ((<datum1>&nbsp;...)&nbsp;<expression1>&nbsp;<expression2>&nbsp;...),
> 
> Is this known?  If so, is there a way to just download the documentation for 
> v369.3,  when the documentation is fixed?

It was a MzScheme bug that is now fixed in SVN. So, this problem will
be fixed in the next nightly build.

If you build your own binaries, you may need to use `setup-plt -c' and
then `setup-plt' to reset the .zo files, since the bug causes a .zo
file to be built incorrectly.

Matthew



Posted on the users mailing list.