~ chicken-r7rs (master) 779e1ce00f619e89e71532e4abaceb9c7858ba88
commit 779e1ce00f619e89e71532e4abaceb9c7858ba88 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Tue May 29 20:45:44 2018 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Tue May 29 20:45:44 2018 +0200 notes diff --git a/NOTES.org b/NOTES.org index 2896f5b..18b92fb 100644 --- a/NOTES.org +++ b/NOTES.org @@ -3,9 +3,6 @@ NOTES * "export" does not support "(rename ...)" specifier yet. - this needs extensions to the core module system. -* "(import SYMBOL)" is currently allowed. Should it not? - - I think this is needed for backwards compatibility (when an R7RS module imports a non-R7RS module). - * Redefinition of "import" causes "re-importing" warnings. - The warnings could be removed in core, it's usefulness is not completely clear. @@ -20,4 +17,3 @@ NOTES * In R7RS parameter-values are not inherited from parent threads. This will require changes in core, possibly with some sort of backwards-compatibility mode. -Trap