[GHC] #15672: Flags missing documentation.

#15672: Flags missing documentation. -------------------------------------+------------------------------------- Reporter: merijn | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.5 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: -------------------------------------+------------------------------------- The following flags are missing documentation in the flag reference section of the GHC user guide: `-fprint-bind-contents`, `-fprint-evld- with-show`, `-fimplicit-import-qualified`, `-copy-libs-when-linking`, `-Werror=compat`, `-Wwarn=compat`, and `-Wno-error=compat`. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15672 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15672: Flags missing documentation. -------------------------------------+------------------------------------- Reporter: merijn | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.5 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 bgamari): Sigh, we really need some way to check for these sorts of issues via CI. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15672#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15672: Flags missing documentation. -------------------------------------+------------------------------------- Reporter: merijn | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.5 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 merijn): Ah, I think I should've just added these to my previous 8.2 ticket: #14985 bgamari: It's actually even worse, because some of the `-fprint-` flags actually *had* documentation in previous version of the user guide, but were removed. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15672#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15672: Flags missing documentation. -------------------------------------+------------------------------------- Reporter: merijn | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.5 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 bgamari): Ahh, yes, it looks like 8f19c65c66e38709a8acba8f86015053d2c04126 dropped a few flags. That's quite unfortunate. Would you be interested in submitting a patch to fix this? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15672#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC