[plt-scheme] Re: Can SRFI-7 be made to work with PLT Scheme v204?
Francisco Solsona wrote:
> Dirk Gerrits <dirk at gerrits.homeip.net> writes:
>
> Hi again,
>
> [...]
>
>
>>I just went to www.drscheme.org, Download, then chose:
>> Platform: 'Windows 98 (and up) x86'
>> Version: '204 (latest)'
>>Pressed the Download button, chose the German mirror, received the
>>file 'plt-204.exe' and used it to install PLT Scheme.
>>
>>After all that, the program.ss file in my plt\collects\srfi\7
>>directory contains the lines:
>>
>>(module program mzscheme
>> (require (lib "0.ss" "srfi"))
>>
>>I also did a CVS checkout to a different directory, the program.ss
>>file there also contains those lines.
>>
>>What am I doing wrong here?
>
>
> I don't understand. That is the standard procedure and you should be
> getting the `new' implementation of SRFI-7, let me check *time passes*.
>
> Well, it seems that I was wrong after all... and in the packaged
> version of 204 the `new' SRFI-7 didn't make it. Somehow the new file
> was never `exp' tagged! :-( I've just exp-tagged it, and now you
> should be able to get it.
>
> Please do a `cvs update -d -P -r exp' on your PLT tree, and you should
> get the newest 7.ss, and program.ss files.
I got them, thanks. But now I'm missing srfi\features.ss. Perhaps that
was never `exp' tagged either?
Thanks so far, Francisco!
Dirk Gerrits