[GHC] #7605: HscStats.lhs is not used in the build process
#7605: HscStats.lhs is not used in the build process -----------------------------+---------------------------------------------- Reporter: jstolarek | Owner: Type: task | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- The file [[GhcFile(main/compiler/HscStats.lhs)]] is not used in the build process, since there is [[GhcFile(main/compiler/HscStats.hs)]] that overrides it. I thought it would be safe to delete !HscStats.lhs but in fact it has been modified recently (about a month ago) and I can't figure out whether these changes should be merged into !HscStats.hs. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7605> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7605: HscStats.lhs is not used in the build process ----------------------------------------+----------------------------------- Reporter: jstolarek | Owner: igloo Type: task | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Easy (less than 1 hour) | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- Changes (by simonpj): * owner: => igloo * difficulty: => Easy (less than 1 hour) * priority: normal => highest * milestone: => 7.8.1 Comment: That is indeed strange. Ian, might you look and remove one or the other? Thanks Simon -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7605#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7605: HscStats.lhs is not used in the build process ----------------------------------------+----------------------------------- Reporter: jstolarek | Owner: igloo Type: task | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Easy (less than 1 hour) | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- Comment(by ian@…): commit 858888ebffaf6140d1385acdd6c22fe955898ec2 {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Fri Jan 18 17:16:05 2013 +0000 Remove unused HscStats.lhs; fixes #7605 compiler/main/HscStats.lhs | 187 -------------------------------------------- 1 files changed, 0 insertions(+), 187 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7605#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7605: HscStats.lhs is not used in the build process -------------------------------+-------------------------------------------- Reporter: jstolarek | Owner: igloo Type: task | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Easy (less than 1 hour) Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by igloo): * status: new => closed * resolution: => fixed Comment: Thanks for the report; `.lhs` removed. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7605#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC