~ chicken-r7rs (master) /NOTES.org
Trap1NOTES23* "export" does not support "(rename ...)" specifier yet.4 - this needs extensions to the core module system.56* Redefinition of "import" causes "re-importing" warnings.7 - The warnings could be removed in core, it's usefulness is not completely clear.89* Just reexporting procedures (like from srfi-4) doesn't change their lambda-info names.10 - This is sort of confusing, do we care?11 - Also, this makes the locations from errors (from ##sys#check-whatever) wrong/misleading.1213* Should bytevectors be implemented over blobs instead of srfi-4 (or something else)?1415* get-environment-variable: "It is also an error to mutate the resulting string" ...16 - can we just ignore this?1718* In R7RS parameter-values are not inherited from parent threads. This19 will require changes in core, possibly with some sort of backwards-compatibility mode.