[GHC] #10377: Remove double negative of ("Unregisterised", "NO")

GHC ghc-devs at haskell.org
Mon May 4 04:19:44 UTC 2015


#10377: Remove double negative of  ("Unregisterised", "NO")
-------------------------------------+-------------------------------------
              Reporter:  erikd       |             Owner:  erikd
                  Type:  bug         |            Status:  new
              Priority:  normal      |         Milestone:  7.12.1
             Component:  Compiler    |           Version:  7.11
              Keywords:              |  Operating System:  Unknown/Multiple
          Architecture:              |   Type of failure:  None/Unknown
  Unknown/Multiple                   |        Blocked By:
             Test Case:              |   Related Tickets:
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------
 The `settings` file has variable named `Unregisterised` which on most
 arches is sed to `NO`.

 I propose that the variable be renamed to `Registered` (dropping the
 "ised" part as well) so that:

 {{{
       Old                           New
 ("Unregisterised", "NO")   ->    ("Registered", "YES")
 ("Unregisterised", "YES")  ->    ("Registered", "NO")
 }}}

 Unless someone can come up with a good reason why it should stay as it is,
 I will submit a patch for this to phabricator.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10377>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list