commit for 350 release

svn: r3286
This commit is contained in:
John Clements 2006-06-08 20:54:49 +00:00
parent cd82e80dc6
commit 2279544839
2 changed files with 9 additions and 0 deletions

View File

@ -887,3 +887,8 @@ I'm going to call this the normal-break/value break. Blurrch!
2006-01-12
*************
Begin STILL isn't working. My last plan, to wrap each 'begin' body with a mark that
indicates the source, is naturally broken because an inner mark can destroy that one.
The solution is (hopefully) easy; just eta-expand to prevent the mark from being lost.
Since it's a non-tail call, this doesn't destroy tail-calling.

View File

@ -71,4 +71,8 @@ The reason for this is that in the presence of mutation, it's no longer the case
"finished" expressions never change, which means that they can't always be shared between the
left and right hand sides.
Changes for v350:
None.