commit for 350 release
svn: r3286
This commit is contained in:
parent
cd82e80dc6
commit
2279544839
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user