~ chicken-core (chicken-5) 91c3f0d218fa85615d16271a8a6c705a7c711aa9
commit 91c3f0d218fa85615d16271a8a6c705a7c711aa9
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sat Aug 11 10:31:21 2018 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sat Aug 11 10:31:21 2018 +0200
The chicken.type import lib is not generated (anymore?), it's a purely syntactical builtin module
diff --git a/README b/README
index 94ff4869..053ea083 100644
--- a/README
+++ b/README
@@ -319,7 +319,6 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
| | |-- chicken.tcp.import.so
| | |-- chicken.time.import.so
| | |-- chicken.time.posix.import.so
- | | |-- chicken.type.import.so
| | |-- modules.db
| | |-- srfi-4.import.so
| | `-- types.db
diff --git a/distribution/manifest b/distribution/manifest
index 5a8fdfd7..ce9affb9 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -351,8 +351,6 @@ chicken.time.import.scm
chicken.time.import.c
chicken.time.posix.import.scm
chicken.time.posix.import.c
-chicken.type.import.scm
-chicken.type.import.c
srfi-4.import.scm
srfi-4.import.c
chicken-status.scm
@@ -379,7 +377,6 @@ scripts/chicken-flymake.bat
scripts/csc-trans
scripts/compile-all
scripts/compare-documentation-exports.scm
-scripts/reconstruct-egg-name.scm
scripts/mini-salmonella.scm
scripts/make-wrapper.scm
scripts/makedist.scm
Trap