Ticket #7139 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

GHCi is too verbose on -v0

Reported by: SimonHengel Owned by: pcapriotti
Priority: normal Milestone: 7.8.1
Component: GHCi Version: 7.4.2
Keywords: Cc:
Operating System: Linux Architecture: x86_64 (amd64)
Type of failure: Incorrect result at runtime Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Steps to reproduce:

sol@x200:~$ ghci -v0
Prelude> :set -packageghc

I'd expect that nothing is printed, but the following is printed instead:

package flags have changed, resetting and loading new packages...

Currently this is not really an issue for me. I stumbled upon it while investigating #7138.

Change History

Changed 9 months ago by pcapriotti

  • owner set to pcapriotti
  • difficulty set to Unknown
  • milestone set to 7.6.1

Thanks for the report.

Changed 9 months ago by p.capriotti@…

commit 8240843d211ce8f4747a31943eb2e6463ba0b63a

Author: Paolo Capriotti <p.capriotti@gmail.com>
Date:   Mon Aug 13 13:36:38 2012 +0100

    Respect verbosity for "flags changed" message (#7139)
    
    Also, print that message on stdout.

 ghc/InteractiveUI.hs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Changed 9 months ago by pcapriotti

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 7.6.1 to 7.8.1
Note: See TracTickets for help on using tickets.