[GHC] #10232: versionedAppDir ignores projectVersion from DynFlags
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 7.10.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- versionedAppDir uses the constant cProjectVersion rather than (projectVersion dflags). versionedAppDir was introduced after GHC 7.10 RC1 and I unfortunately didn't catch this before the release. This changes the location of the user package DB, which is now inconsistent between Cabal and GHCJS, making the user pkg db unusable when GHC has been compiled with 7.10.1 Symlinking the user package db directory is a workaround, but it's only a partial solution since multiple GHCJS versions on the same GHC will clash. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: new Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 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 luite): * milestone: => 7.10.2 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D824 -------------------------------------+------------------------------------- Changes (by luite): * status: new => patch * differential: => Phab:D824 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D824 -------------------------------------+------------------------------------- Comment (by Austin Seipp <austin@…>): In [changeset:"6109b312cdd9dfe4bdad4030e0185dd67e6ec18d/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="6109b312cdd9dfe4bdad4030e0185dd67e6ec18d" use projectVersion from DynFlags rather than cProjectVersion for versionedAppDir Reviewed By: edsko, austin Differential Revision: https://phabricator.haskell.org/D824 GHC Trac Issues: #10232 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: patch Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: Phab:D824 -------------------------------------+------------------------------------- Comment (by thoughtpolice): Merged to `ghc-7.10`, via c46e4b184e0abc158ad8f1eff6b3f0421acaf984 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10232: versionedAppDir ignores projectVersion from DynFlags -------------------------------------+------------------------------------- Reporter: luite | Owner: Type: bug | Status: closed Priority: high | Milestone: 7.10.2 Component: Compiler | Version: 7.10.1 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:D824 -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10232#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC