[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile-WWW 2.15 available
From: |
Alan Grover |
Subject: |
Re: Guile-WWW 2.15 available |
Date: |
Fri, 28 Apr 2006 16:04:54 -0400 |
User-agent: |
Mozilla Thunderbird 1.0.6 (X11/20050716) |
As part of the install process, he purposefully rips all the whitespace
out of his files. Presumably to make them load faster. The match.ss
module is like this too (in ice-9).
He also drops the extensions, which guile allows/tolerates.
And, he tweaks some of the files so they work in 1.4 and 1.6.
The .scm files are there somewhere, with all the whitespace.
William Xu wrote:
> Thien-Thi Nguyen <address@hidden> writes:
>
>
>> Maybe this is a bug?
>>
>>if the files are unusable, e.g., doing "(use-modules (www http))" fails
>>to load the (www http) module, then that would be a bug, either in the
>>packing method, or in guile's loading method (or possibly elsewhere).
>>otherwise, it is not a bug.
>
>
> Okay. :)
>