Skip to content

Commit 351c7b8

Browse files
committed
Revised section
1 parent 40e74e3 commit 351c7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
v3.15.1
22
--------
33

4-
This bug fix release contains the following fixes:
4+
This is a small bug fix release:
55

6-
- Preserve macro hygiene when using code that contains explicit renaming macros contained within syntax-rules macros. The issue was that the syntax-rules system was not passing renamed variables across to the ER system, so an identifier could be renamed by syntax-rules but the ER macro would then have no knowledge of the rename and would be unable to use `rename` to make the identifier hygienic. For example, the code:
6+
- Preserve macro hygiene when using code that contains explicit renaming macros contained within syntax-rules macros. Previously, the syntax-rules system would not pass renamed variables across to the ER system. So an identifier could be renamed by syntax-rules but the ER macro would then have no knowledge of the rename and would be unable to use `rename` to make the identifier hygienic. For example, the code:
77

88
(let ((unquote 'foo)) `(,'bar))
99

0 commit comments

Comments
 (0)