From 2279544839cb8cf0f07414923d0247058ce7d904 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 8 Jun 2006 20:54:49 +0000 Subject: [PATCH] commit for 350 release svn: r3286 --- doc/release-notes/stepper/DESIGN-NOTES | 5 +++++ doc/release-notes/stepper/HISTORY | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/release-notes/stepper/DESIGN-NOTES b/doc/release-notes/stepper/DESIGN-NOTES index a54270f01f..46b25610e8 100644 --- a/doc/release-notes/stepper/DESIGN-NOTES +++ b/doc/release-notes/stepper/DESIGN-NOTES @@ -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. diff --git a/doc/release-notes/stepper/HISTORY b/doc/release-notes/stepper/HISTORY index f2e7822950..9e57241d95 100644 --- a/doc/release-notes/stepper/HISTORY +++ b/doc/release-notes/stepper/HISTORY @@ -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. +