[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] No longer install chicken.posix.import.so (fix
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] No longer install chicken.posix.import.so (fixes #1456) |
Date: |
Sun, 29 Apr 2018 01:29:26 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hi all,
Attached is a very boring, dumb and straightforward patch which drops
the installation of chicken.posix.import.so.
The only remaining issue is now that when a user evaluates some identifier
in the REPL, it will print back "chicken.posix#the-identifier", which can
be quite confusing. That's a battle for another day, I think.
As has been proposed by Evan we could just define the identifiers as
chicken.file.posix#file-write in posixunix and posixwin, for example.
Cheers,
Peter
0001-Do-not-emit-or-install-chicken.posix.import.-so-scm.patch
Description: Text Data
signature.asc
Description: PGP signature
- [Chicken-hackers] [PATCH] No longer install chicken.posix.import.so (fixes #1456),
Peter Bex <=