[GHC] #9126: -ddump-to-file in TcRnMonad.lhs
GHC
ghc-devs at haskell.org
Wed Nov 19 23:03:03 UTC 2014
#9126: -ddump-to-file in TcRnMonad.lhs
-------------------------------------+-------------------------------------
Reporter: GregWeber | Owner: GregWeber
Type: bug | Status: patch
Priority: normal | Milestone: 7.10.1
Component: Compiler | Version: 7.8.2
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets: #8624
Test Case: |
Blocking: |
Differential Revisions: Phab:D460 |
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"33c029faef3b5e486def8f3a7c888dfa9f3d8cca/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="33c029faef3b5e486def8f3a7c888dfa9f3d8cca"
make TcRnMonad.lhs respect -ddump-to-file
Summary: allows things such as: -ddump-to-file -ddump-splices
Test Plan:
compile with flags -ddump-to-file -ddump-splices
verify that it does output an extra file
Try out other flags.
I noticed that with -ddump-tc there is some output going to file and some
to stdout.
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: simonpj, thomie, carter
Differential Revision: https://phabricator.haskell.org/D460
GHC Trac Issues: #9126
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9126#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list