racket/doc/release-notes/stepper/HISTORY
John Clements 1c0f29df6a history for v351
svn: r3727
2006-07-16 14:16:51 +00:00

83 lines
1.6 KiB
Plaintext

Stepper
-------
Changes for v101:
all steps scroll to bottom automatically.
constants like 'pi' are explicitly expanded in a step.
stepper uses fewer threads internally.
Changes for v102:
Stepper handles intermediate level.
UI redesigned to use "side-by-side" reduction.
Changes for v103:
PRs fixed: 1564, 1277, 1536, 1500, 1561, 1468, 1599, 1631
Changes for v200:
Total rewrite for new syntax. Addition of test suites.
Addition of somewhat more systematic macro unwinding.
Lots of bug fixes.
Changes for v201:
Minor bug fixes.
Changes for v203:
Much more systematic unwinding, intermediate almost ready, redesigned test suite
Changes for v204:
none.
Changes for v205:
v. minor bug fixes.
Changes for v206:
Stepper supports intermediate, minor bug fixes, major rewrite of interface
between reconstruct and display.
Changes for v206p1:
None.
Changes for v207:
None.
Changes for v208:
minor bug fixes.
Changes for v209:
None.
Changes for v300:
Major changes. The stepper now handles mutation, though it doesn't yet handle 'begin', so
the advanced language is not defaultly steppable. Enable stepping for the advanced language
using the PLTSTEPPERUNSAFE environment variable.
This change has also prompted an interface change; rather than splitting the stepper window
into three panes, there is just one pane, with a simple left-right split between before & after.
The reason for this is that in the presence of mutation, it's no longer the case that the
"finished" expressions never change, which means that they can't always be shared between the
left and right hand sides.
Changes for v350:
None.
Changes for v351:
Minor bug fixes