[GHC] #13139: Documents not updating correctly?

#13139: Documents not updating correctly? -------------------------------------+------------------------------------- Reporter: lerkok | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 8.0.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- I noticed a few broken links in the user-guide. The papers linked in the recursive-do section here: http://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.... #the-mdo-notation are unfortunately outdated. (They moved elsewhere!) I was going to submit a git-hub patch to fix the links. After some digging, however, I found that someone else noticed the same about 8 months ago and fixed it already in this commit: http://github.com/ghc/ghc/commit/961ed26b69292f6bfb75cd2209ea0c67e77abf7b So, I'm wondering why the latest document doesn't seem to render the correct links, given this was fixed last May? Something off with the document builder? Did that commit somehow not make it into the rendered user-guide? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13139 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13139: Documents not updating correctly? -------------------------------------+------------------------------------- Reporter: lerkok | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 8.0.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: | -------------------------------------+------------------------------------- Changes (by lerkok): * version: 8.0.1 => 8.0.2 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13139#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#13139: Documents not updating correctly? -------------------------------------+------------------------------------- Reporter: lerkok | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 8.0.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: | -------------------------------------+------------------------------------- Description changed by lerkok: @@ -2,1 +2,1 @@ - recursive-do section here: + recursive-do section are outdated: @@ -6,2 +6,0 @@ - - are unfortunately outdated. (They moved elsewhere!) New description: I noticed a few broken links in the user-guide. The papers linked in the recursive-do section are outdated: http://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.... #the-mdo-notation I was going to submit a git-hub patch to fix the links. After some digging, however, I found that someone else noticed the same about 8 months ago and fixed it already in this commit: http://github.com/ghc/ghc/commit/961ed26b69292f6bfb75cd2209ea0c67e77abf7b So, I'm wondering why the latest document doesn't seem to render the correct links, given this was fixed last May? Something off with the document builder? Did that commit somehow not make it into the rendered user-guide? -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13139#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC