[GHC] #9449: GHC.Prim documentation says "Safe Inferred"
#9449: GHC.Prim documentation says "Safe Inferred" -------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: new Priority: low | Milestone: Component: Documentation | Version: 7.8.2 Keywords: | Operating System: Architecture: Unknown/Multiple | Unknown/Multiple Difficulty: Unknown | Type of failure: Blocked By: | None/Unknown Related Tickets: | Test Case: | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- The Haddock docs for GHC.Prim (for example, [http://haddocks.fpcomplete.com/fp/7.7/20131212-1/ghc-prim/GHC-Prim.html here]) says that it is Safe-Inferred. This is very bogus. When testing, I was (happily) unable to import `GHC.Prim` into a `Safe` module, so I think this is just a documentation bug. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9449> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9449: GHC.Prim documentation says "Safe Inferred" -------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: patch Priority: low | Milestone: Component: | Version: 7.8.2 Documentation | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D182 | -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: new => patch * differential: => Phab:D182 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9449#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9449: GHC.Prim documentation says "Safe Inferred" -------------------------------------+------------------------------------- Reporter: goldfire | Owner: thoughtpolice Type: bug | Status: patch Priority: low | Milestone: 7.10.1 Component: | Version: 7.8.2 Documentation | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D182 | -------------------------------------+------------------------------------- Changes (by thoughtpolice): * owner: => thoughtpolice * milestone: => 7.10.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9449#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9449: GHC.Prim documentation says "Safe Inferred" -------------------------------------+------------------------------------- Reporter: goldfire | Owner: thoughtpolice Type: bug | Status: patch Priority: low | Milestone: 7.10.1 Component: | Version: 7.8.2 Documentation | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D182 | -------------------------------------+------------------------------------- Comment (by Austin Seipp <austin@…>): In [changeset:"3be704ab373ecd84d97b832c0d4f59dd7cb9e0ea/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="3be704ab373ecd84d97b832c0d4f59dd7cb9e0ea" genprimopcode: GHC.Prim is Unsafe (#9449) Summary: Make sure the documentation for `GHC.Prim` adequately reflects the fact it is unsafe. Also clean up some 80-column violations. Signed-off-by: Austin Seipp <austin@well-typed.com> Test Plan: Build documentation, check `GHC.Prim`. It's properly marked as `Unsafe`. Reviewers: hvr, goldfire, ezyang Reviewed By: ezyang Subscribers: nomeata, simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D182 GHC Trac Issues: #9449 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9449#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#9449: GHC.Prim documentation says "Safe Inferred" -------------------------------------+------------------------------------- Reporter: goldfire | Owner: thoughtpolice Type: bug | Status: closed Priority: low | Milestone: 7.10.1 Component: | Version: 7.8.2 Documentation | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Unknown Unknown/Multiple | Blocked By: Type of failure: | Related Tickets: None/Unknown | Test Case: | Blocking: | Differential Revisions: Phab:D182 | -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9449#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC