check in import loop test, remove dead code/comment

This commit is contained in:
2026-02-11 20:09:12 -08:00
parent ad4dce9d0e
commit 6c4d01d4c4
3 changed files with 5 additions and 3 deletions

View File

@@ -63,11 +63,8 @@ importHints (entry :: entries) = do
processModule : FC FileSource List String List String M String
processModule importFC repo stk modns = do
top <- getTop
-- let modns = (snoc ns nm)
let name = joinBy "." modns
let (Nothing) = lookupMap modns top.modules | _ => pure ""
-- dummy entry for processing
modifyTop [modules := updateMap modns (emptyModCtx "") top.modules]
let fn = joinBy "/" modns ++ ".newt"
-- TODO now we can pass in the module name...