From 265e9d0d579cf40564ac1ff6b55b6a606543c0aa Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Tue, 5 Jul 2005 02:43:03 +0000 Subject: [PATCH] Forgot to remove the TODO note I left for myself. Now it's gone. svn: r344 --- collects/honu/doc.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/collects/honu/doc.txt b/collects/honu/doc.txt index 06f284eecb..9ceca33440 100644 --- a/collects/honu/doc.txt +++ b/collects/honu/doc.txt @@ -2,14 +2,6 @@ _Honu_ _TODO_ - * If we're going to generate expressions that don't do anything to - allow Check Syntax to work, then it might be better to generate - them all at the end so that a) we only generate them for the - definitions window, which is the only case in which they're useful, - and b) ordering issues do not come up (for example, try adding - an init arg "Color d" to the PosnC in examples/struct.honu and see - that it breaks unless you move PosnC under ColorC. - * Admit statements as elements of mixin bodies, i.e., struct ExamplesC() : Examples {