~ chicken-r7rs (master) 1fae0c9ba4fd20011e540cecc965cc927df3628b
commit 1fae0c9ba4fd20011e540cecc965cc927df3628b Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Mar 27 19:39:38 2014 +0000 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Thu Mar 27 19:39:38 2014 +0000 Added note about parameters diff --git a/NOTES.org b/NOTES.org index d370938..65f8931 100644 --- a/NOTES.org +++ b/NOTES.org @@ -29,3 +29,7 @@ NOTES * get-environment-variable: "It is also an error to mutate the resulting string" ... - can we just ignore this? + +* 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