|
#7108: Link to haskell report in prelude
-------------------------------+-------------------------------------------- Reporter: JonasDuregard | Owner: Type: bug | Status: new Priority: normal | Component: libraries/base Version: 7.4.2 | Keywords: documentation Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Documentation bug | Testcase: Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- The documentation of the Prelude module mentions and links to the Haskell 98 report. Shouldn't it be the 2010 report by now? -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108> 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 |
|
#7108: Link to haskell report in prelude
---------------------------------+------------------------------------------ Reporter: JonasDuregard | Owner: Type: bug | Status: new Priority: high | Milestone: 7.6.1 Component: libraries/base | Version: 7.4.2 Keywords: documentation | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Documentation bug Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by simonmar): * priority: normal => high * difficulty: => Unknown * milestone: => 7.6.1 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108#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
#7108: Link to haskell report in prelude
---------------------------------+------------------------------------------ Reporter: JonasDuregard | Owner: Type: bug | Status: new Priority: high | Milestone: 7.6.1 Component: libraries/base | Version: 7.4.2 Keywords: documentation | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Documentation bug Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by pcapriotti): Fixed: {{{ commit 79d9ea6dcef04798dc047de50231ac064ff34722 Author: Paolo Capriotti <[hidden email]> Date: Wed Aug 8 14:47:08 2012 +0100 Refer and link to Haskell 2010 report in Prelude. }}} There are a few other references to Haskell 98 in base (for example in the documentation of the `Read` module). I suppose those should be updated as well? -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108#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
#7108: Link to haskell report in prelude
---------------------------------+------------------------------------------ Reporter: JonasDuregard | Owner: Type: bug | Status: new Priority: high | Milestone: 7.6.1 Component: libraries/base | Version: 7.4.2 Keywords: documentation | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Documentation bug Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by igloo): We might be better off not referring to a language standard at all in base (as base changes ahead of the language standards), but copying any relevant documentation. The language standards already include the library haddocks, so future standards could do so for this documentation too. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108#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
#7108: Link to haskell report in prelude
---------------------------------+------------------------------------------ Reporter: JonasDuregard | Owner: igloo Type: bug | Status: new Priority: high | Milestone: 7.6.2 Component: libraries/base | Version: 7.4.2 Keywords: documentation | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Documentation bug Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * owner: => igloo -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108#comment:5> 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
#7108: Link to haskell report in prelude
--------------------------------+------------------------------------------- Reporter: JonasDuregard | Owner: igloo Type: bug | Status: closed Priority: high | Milestone: 7.6.2 Component: libraries/base | Version: 7.4.2 Resolution: fixed | Keywords: documentation Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Documentation bug | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Changes (by igloo): * status: new => closed * resolution: => fixed Comment: The one in this ticket is fixed by {{{ commit df39704e33c0f1cf6101daab79c573f354e38a6a Author: Ian Lynagh <[hidden email]> Date: Sat Nov 17 20:02:37 2012 +0000 Improve the Prelude doc header; part of #7108 It no longer refers to a particular version of the language standard. It now includes a note about how it is implicitly imported, and it looks like the other documentation from the language report is already included in the haddock docs. }}} The others I found are ''comparing'' to H98/H2010, so changing them to refer to generic "standard Haskell" may be confusing if the comparison isn't true for future versions. I've updated the ones I found to refer to H2010, though. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7108#comment:6> 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 |
