Some debug ideas from bringert
This commit is contained in:
parent
f3e5ae10fb
commit
fc1a519459
2
TODO
2
TODO
@ -1,6 +1,8 @@
|
||||
For 0.1
|
||||
----------
|
||||
|
||||
+ version numbers in package loads are annyoing
|
||||
|
||||
+ .hi file parser is broken on Itanium, again.
|
||||
|
||||
+ build way=p and way=''
|
||||
|
@ -547,7 +547,8 @@ loadPackage p = do
|
||||
(libs,dlls) <- lookupPkg p
|
||||
mapM_ (\l -> loadObject l (Package (mkModid l))) libs
|
||||
#if DEBUG
|
||||
putStr (' ':show dlls)
|
||||
putStr (' ':show libs) >> hFlush stdout
|
||||
putStr (' ':show dlls) >> hFlush stdout
|
||||
#endif
|
||||
mapM_ loadShared dlls
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user