[GHC] #10952: Use IPids instead of package keys in HPC tix files
GHC
ghc-devs at haskell.org
Tue Nov 24 07:47:56 UTC 2015
#10952: Use IPids instead of package keys in HPC tix files
-------------------------------------+-------------------------------------
Reporter: mgsloan | Owner:
Type: bug | Status: new
Priority: low | Milestone:
Component: Code Coverage | Version: 7.10.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Feuerbach):
Is the assigned package key from the inplace and the installed version
actually different?
Yes it is. The two versions also have different package ids (which may be
the cause; I'm not sure about what goes into a package key):
{{{
--- ./lib/.stack-
work/dist/x86_64-linux/Cabal-1.22.4.0/package.conf.inplace/presta-
lib-1.0-inplace.conf 2015-11-24 09:32:13.518081305 +0200
+++ ./.stack-work/install/x86_64-linux/lts-3.3/7.10.2/pkgdb/presta-
lib-1.0-1e1cf758eabdea7023a4cecbff20ce1f.conf 2015-11-24
09:29:31.266011461 +0200
@@ -1,7 +1,7 @@
name: presta-lib
version: 1.0
-id: presta-lib-1.0-inplace
-key: prest_1NxNAwYoYvk6w7VMhPEYyX
+id: presta-lib-1.0-1e1cf758eabdea7023a4cecbff20ce1f
+key: prest_8KWvpj6fKCvE66cwDmJopU
}}}
Is this giving you grief for 7.8 as well?
Well, the issue being discussed wasn't present in ghc 7.8, so, no, it
wasn't. (And we also don't use 7.8 at work anymore.)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10952#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list