Hi Jeremy,

On Sat, 23 Jul 2016 15:03:48 -0600 Jeremy Steward <[email protected]> wrote:

> I've taken the opportunity to package SRFI-121 (Generators), SRFI-127
> (Lazy Sequences), and SRFI-133 (Vectors [R7RS-compatible]) for
> CHICKEN. The eggs all pass salmonella and shouldn't contain any
> errors.

Thanks a lot for the new eggs.  Please, see some comments below.

> The repositories can be found below:
>
> https://github.com/scheme-requests-for-implementation/srfi-121
> https://github.com/scheme-requests-for-implementation/srfi-127

Installation of srfi-127 fails because "lseqs/lseqs-impl.scm" is
referenced but it is not in the list of files to be fetched (it is in
the repository, but not listed in .meta's `files').

Error: (open-input-file) cannot open file - No such file or directory: 
"lseqs/lseqs-impl.scm"

> https://github.com/scheme-requests-for-implementation/srfi-133
>
...
>
> Cheers, and let me know if (when?) you find any bugs, either in the
> installation / setup or otherwise.

Note that all .setup files install (dynld-name "file-without-extension"), 
but the compiler output is written to files with .so extension
(hardcoded).

All the best.
Mario
-- 
http://parenteses.org/mario

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to