[plt-scheme] Error installing SchemeUnit 2.0

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Tue Aug 8 07:42:26 EDT 2006

--- Jordan Johnson <jmj at soe.ucsc.edu> wrote:

> I received the following install error when trying to
> install  
> SchemeUnit 2.0 (under PLT v352):
... 
> Any suggestions?

Use the latest version of SchemeUnit (3.x); the version you
are using is out of date.  The new version includes a
script to convert your old tests to the new API, invoked
thus:

  (require (planet "convert.ss" ("schematics"
"schemeunit.plt" 2)))
  (convert base-dir)

HTH,
Noel

PS: Note that Planet version numbers are out of sync with
SchemeUnit version numbers.  What Planet calls version 2 is
the 3rd major release of SchemeUnit.

Email: noelwelsh <at> yahoo <dot> com   noel <at> untyped <dot> com
AIM: noelhwelsh
Blogs: http://monospaced.blogspot.com/  http://www.untyped.com/untyping/

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


Posted on the users mailing list.