mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
-s
This commit is contained in:
@@ -35,8 +35,9 @@ getAllFiles opts ps env file = do
|
||||
-- read module headers from all files recursively
|
||||
ds0 <- getImports ps file
|
||||
let ds = [((snd m,map fst ms),p) | ((m,ms),p) <- ds0]
|
||||
ioeIO $ putStrLn $ "all modules:" +++ show (map (fst . fst) ds)
|
||||
|
||||
if oElem beSilent opts
|
||||
then return ()
|
||||
else ioeIO $ putStrLn $ "all modules:" +++ show (map (fst . fst) ds)
|
||||
-- get a topological sorting of files: returns file names --- deletes paths
|
||||
ds1 <- ioeErr $ either
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user