cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.99k stars 987 forks source link

repair `with-continuation-mark` when accessing marks in key or value #886

Closed mflatt closed 1 week ago

mflatt commented 1 week ago

The expansion of with-continuation-mark positioned the key and value expressions outside of the current continuation marks, which meant that attempting to look up a continuation mark in the key or value expression would fail.

This is a repair for #885.