From c68a3fd63d7f1e263b23642fa640993e1c2cefa1 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 15 Mar 2005 16:18:51 +0000 Subject: bug fixes in dependency handling --- src/GF/Compile/Rebuild.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/GF/Compile/Rebuild.hs') diff --git a/src/GF/Compile/Rebuild.hs b/src/GF/Compile/Rebuild.hs index b00397eb9..7404ac0bf 100644 --- a/src/GF/Compile/Rebuild.hs +++ b/src/GF/Compile/Rebuild.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/08 18:08:58 $ +-- > CVS $Date: 2005/03/15 17:18:51 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.10 $ +-- > CVS $Revision: 1.11 $ -- -- Rebuild a source module from incomplete and its with-instance. ----------------------------------------------------------------------------- @@ -71,6 +71,7 @@ rebuildModule ms mo@(i,mi) = do let ops1 = ops ++ [o | o <- ops0, notElem (openedModule o) infs] ++ [oQualif i i | i <- map snd insts] ---- ++ [oSimple i | i <- map snd insts] ---- + ---- ++ [oSimple ext] ---- to encode dependence --- check if me is incomplete return $ ModMod $ Module mt0 stat' fs me ops1 js ---- (mapTree (qualifInstanceInfo insts) js) -- not needed -- cgit v1.2.3