[GHC] #10091: Add configurable verbosity level to hpc executable

#10091: Add configurable verbosity level to hpc executable -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Type: feature | Status: new request | Milestone: Priority: normal | Version: 7.8.4 Component: Code | Operating System: Unknown/Multiple Coverage | Type of failure: None/Unknown Keywords: | Blocked By: Architecture: | Related Tickets: Unknown/Multiple | Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Right now `hpc markup` writes a notice for each module and for each index file: {{{ Writing: Module.hs.html Writing: hpc_index.html Writing: hpc_index_fun.html Writing: hpc_index_alt.html Writing: hpc_index_exp.html }}} That is a bit annoying when you have e.g. 100 modules. I propose to add `--verbosity` flag with possible values `0`, `1` and `2` (default `1`) and suppress the notice for verbosity level `0` -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10091 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10091: Add configurable verbosity level to hpc executable -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: feature request | Status: new Priority: normal | Milestone: Component: Code Coverage | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by Yuras): * owner: => Yuras -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10091#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10091: Add configurable verbosity level to hpc executable -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: feature request | Status: new Priority: normal | Milestone: Component: Code Coverage | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D660 -------------------------------------+------------------------------------- Changes (by Yuras): * differential: => Phab:D660 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10091#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10091: Add configurable verbosity level to hpc executable
-------------------------------------+-------------------------------------
Reporter: Yuras | Owner: Yuras
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Code Coverage | Version: 7.8.4
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions: Phab:D660
-------------------------------------+-------------------------------------
Comment (by Austin Seipp

#10091: Add configurable verbosity level to hpc executable -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: feature request | Status: merge Priority: normal | Milestone: 7.10.1 Component: Code Coverage | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D660 -------------------------------------+------------------------------------- Changes (by Yuras): * status: new => merge * milestone: => 7.10.1 Comment: Already to HEAD. Austin, I just found that there will be one more RC for 7.10. In this case, it is possible to merge the patch? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10091#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10091: Add configurable verbosity level to hpc executable -------------------------------------+------------------------------------- Reporter: Yuras | Owner: Yuras Type: feature request | Status: closed Priority: normal | Milestone: 7.10.1 Component: Code Coverage | Version: 7.8.4 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D660 -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: merge => closed * resolution: => fixed Comment: Done, merged via 00693e1ca9bd7c3225e1cbc377e57fb80a28d835 - thanks! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10091#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC