[GHC] #13756: Typo in user guide suggests that there's an -O* option
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.2.1 Component: Documentation | Version: 8.0.2 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: -------------------------------------+------------------------------------- In https://downloads.haskell.org/~ghc/7.10.3/docs/html/users_guide /options-optimise.html it still correctly said: {{{ No -O*-type option specified: This is taken to mean: “Please compile quickly ... }}} But in https://downloads.haskell.org/~ghc/latest/docs/html/users_guide /using-optimisation.html#ghc-flag--O* it says: {{{ -O* This is taken to mean: “Please compile quickly ... }}} The `No -O*-type option specified:` bit must have been accidentally dropped in the conversion to the new user guide format. (I dared put this into 8.2.1 because it's probably trivial to fix if one understands the syntax language that the user guide is written in.) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.2.1 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: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): Eek! This accidentally snuck through in commit 4fd6207ec6960c429e6a1bcbe0282f625010f52a. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: SantiM Type: bug | Status: new Priority: normal | Milestone: 8.2.1 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): D3631 Wiki Page: | -------------------------------------+------------------------------------- Changes (by SantiM): * owner: (none) => SantiM * differential: => D3631 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: SantiM Type: bug | Status: new Priority: normal | Milestone: 8.2.1 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): Phab:D3631 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * differential: D3631 => Phab:D3631 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: SantiM Type: bug | Status: new Priority: normal | Milestone: 8.2.1 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): Phab:D3631 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"b2b416014e4276ebb660d85c3a612f7ca45ade78/ghc" b2b4160/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="b2b416014e4276ebb660d85c3a612f7ca45ade78" Correct optimization flags documentation In a previous change (commit 4fd6207ec6960c429e6a1bcbe0282f625010f52a), the users guide was moved from XML to the RST format. This process introduced a typo: "No -O*-type option specified:" was changed to "-O*" (which is not correct). This change fixes it. See result in: https://prnt.sc/fh332n Fixes ticket #13756. Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie GHC Trac Issues: #13756 Differential Revision: https://phabricator.haskell.org/D3631 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: SantiM Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Documentation | Version: 8.0.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3631 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13756: Typo in user guide suggests that there's an -O* option -------------------------------------+------------------------------------- Reporter: nh2 | Owner: SantiM Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Documentation | Version: 8.0.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3631 Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): Merged to `ghc-8.2` in 5eb4a35bcc6743fce33eaf42b15d17e48936e41f. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13756#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC