[plt-scheme] SchemeUnit confusion

From: Noel Welsh (noelwelsh at gmail.com)
Date: Sun Jun 7 04:48:32 EDT 2009

On Sun, Jun 7, 2009 at 2:15 AM, Todd O'Bryan<toddobryan at gmail.com> wrote:
> In the latest SVN, I have the following program in the Definitions window.
>
> #lang scheme/base
> (require (planet schematics/schemeunit:3)
>         schemeunit/text-ui)
>

Here you mix the Planet version of SchemeUnit with the version bundled
with PLT. Due to generative structures they don't interact well. I
recommend using just the Planet version:

(require (planet schematics/schemeunit:3)
             (planet schematics/schemeunit:3/text-ui))

N.


Posted on the users mailing list.