[GHC] #15733: Several links in GHC.Exts.Heap documentation are broken
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Keywords: newcomer | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- There are some broken links in the GHC.Exts.Heap documentation. https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc- heap-8.6.1/GHC-Exts-Heap.html For example, in `GenClosure`, the first link is wrong and redirects. http://hackage.haskell.org/trac/ghc/browser/includes/rts/storage/Closures.h Similarly in the definition of `StgInfoTable`. Those are the two I found. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Changes (by fangyizhou): * status: new => patch * differential: => D5257 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Comment (by fangyizhou): I grepped through ghc git repo and submitted Phab:D5257 Phab:D5262 Phab:D5261 Phab:D5260 Phab:D5259 https://github.com/haskell/win32/pull/116 and https://github.com/haskell/bytestring/pull/166 I think that's all hackage.haskell.org/trac converted to ghc.haskell.org/trac -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ömer Sinan Ağacan <omeragacan@…>): In [changeset:"49c7a51ef614068ba664422c48e97d3ec76178a5/ghc" 49c7a51/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="49c7a51ef614068ba664422c48e97d3ec76178a5" Fix some broken links (#15733) Change some URLs from hackage.haskell.org/trac to ghc.haskell.org/trac Test Plan: manually verify links work Reviewers: bgamari, simonmar, mpickering Reviewed By: bgamari, mpickering Subscribers: mpickering, rwbarton, carter GHC Trac Issues: #15733 Differential Revision: https://phabricator.haskell.org/D5257 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Resolution: fixed | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Changes (by fangyizhou): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Resolution: fixed | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Krzysztof Gogolewski <krz.gogolewski@…>): In [changeset:"44fc21a315d0da2377aa8fae93c48ba0b961dd9a/nofib" 44fc21a/nofib]: {{{ #!CommitTicketReference repository="nofib" revision="44fc21a315d0da2377aa8fae93c48ba0b961dd9a" Fix some broken links (#15733) Summary: For links in subpackages as well. https://phabricator.haskell.org/D5257 Test Plan: Manually verify links Reviewers: mpickering, bgamari, O26 nofib, osa1 Reviewed By: osa1 GHC Trac Issues: #15733 Differential Revision: https://phabricator.haskell.org/D5260 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#15733: Several links in GHC.Exts.Heap documentation are broken -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: task | Status: merge Priority: normal | Milestone: 8.8.1 Component: Compiler | Version: 8.6.1 Resolution: fixed | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): D5257 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: closed => merge * milestone: => 8.8.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15733#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC