[plt-dev] Re: [plt-scheme] SchemeUnit confusion
Why recommend the planet version over the core version?
Robby
On Sun, Jun 7, 2009 at 3:48 AM, Noel Welsh<noelwelsh at gmail.com> wrote:
> 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.
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>