[GHC] #16062: Improve -dynamic-too progress messages
GHC
ghc-devs at haskell.org
Mon Dec 17 12:48:21 UTC 2018
#16062: Improve -dynamic-too progress messages
-------------------------------------+-------------------------------------
Reporter: osa1 | Owner: (none)
Type: task | Status: new
Priority: lowest | Milestone:
Component: Compiler | Version: 8.7
Keywords: newcomer | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
With `-dynamic-too` we run the code generator twice and generate two
object files: `.o` and `.o_dyn`. However the progress messages do not
reflect that:
{{{
$ ghc Main.hs -dynamic-too
[1 of 1] Compiling Lib ( Main.hs, Main.o )
}}}
I think a better message would be:
{{{
[1 of 1] Compiling Lib ( Main.hs, Main.o, Main.dyn_o )
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16062>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list