From e4dbf7ffd8ac91a5cab03a1c4adf35549a474f69 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Mon, 4 Jul 2005 22:45:51 +0000 Subject: [PATCH] Reminder text in the TODO list for what I should do later. svn: r338 --- collects/honu/doc.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/collects/honu/doc.txt b/collects/honu/doc.txt index c1e85b8877..06f284eecb 100644 --- a/collects/honu/doc.txt +++ b/collects/honu/doc.txt @@ -2,9 +2,13 @@ _Honu_ _TODO_ - > Rewrite TODO list in terms of interfaces (not implementations) - The next bullet is a prime example. I have added a second bullet to - show what I mean. -- MF + * 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.,