|
#6143: Regression: lots of documentation missing
---------------------------------+------------------------------------------ Reporter: simonmar | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.6.1 Component: Documentation | Version: 7.5 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Something is wrong with the Haddock docs in the HEAD, such that most (but not all) functions have no documentation. Just point your browser at `libraries/base/dist-install/doc/html/base/Prelude.html` in a validate build, and you'll see that many functions are missing documentation. The first one I see on that page is `otherwise`. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6143> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list [hidden email] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs |
|
#6143: Regression: lots of documentation missing
---------------------------------+------------------------------------------ Reporter: simonmar | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.6.1 Component: Documentation | Version: 7.5 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by mihai.maruseac): * cc: mihai.maruseac@… (added) -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6143#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list [hidden email] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs |
|
In reply to this post by GHC
#6143: Regression: lots of documentation missing
---------------------------------+------------------------------------------ Reporter: simonmar | Owner: pcapriotti Type: bug | Status: new Priority: highest | Milestone: 7.6.1 Component: Documentation | Version: 7.5 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by pcapriotti): * owner: => pcapriotti -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6143#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list [hidden email] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs |
|
In reply to this post by GHC
#6143: Regression: lots of documentation missing
---------------------------------+------------------------------------------ Reporter: simonmar | Owner: pcapriotti Type: bug | Status: patch Priority: highest | Milestone: 7.6.1 Component: Documentation | Version: 7.5 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by pcapriotti): * status: new => patch Comment: This is caused by a bug in haddock, which stopped showing the documentation for re-exported declarations. The attached patch fixes it. I think I traced the problem back to commit 60a043541e062ff6ceb52b0ab9e4f67d79dd3754. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6143#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list [hidden email] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs |
|
In reply to this post by GHC
#6143: Regression: lots of documentation missing
-------------------------------+-------------------------------------------- Reporter: simonmar | Owner: pcapriotti Type: bug | Status: closed Priority: highest | Milestone: 7.6.1 Component: Documentation | Version: 7.5 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by pcapriotti): * status: patch => closed * resolution: => fixed Comment: Fixed by {{{ commit 105f31e1b5b1428ae27590893740017327d322ff Author: Paolo Capriotti <[hidden email]> Date: Fri Jun 22 18:26:47 2012 +0100 Use right docMap to get decl documentation. }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6143#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list [hidden email] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs |
| Powered by Nabble | Edit this page |
