Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Joachim Breitner's avatar
    81860281
    Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) · 81860281
    Joachim Breitner authored and Marge Bot's avatar Marge Bot committed
    `TablesNextToCode` is now a substituted by configure, where it has the
    correct defaults and error handling. Nowhere else needs to duplicate
    that, though we may want the compiler to to guard against bogus settings
    files.
    
    I renamed it from `GhcEnableTablesNextToCode` to `TablesNextToCode` to:
    
     - Help me guard against any unfixed usages
    
     - Remove any lingering connotation that this flag needs to be combined
       with `GhcUnreigsterised`.
    
    Original reviewers:
    
    Original subscribers: TerrorJack, rwbarton, carter
    
    Original Differential Revision: https://phabricator.haskell.org/D5082
    81860281
    History
    Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)
    Joachim Breitner authored and Marge Bot's avatar Marge Bot committed
    `TablesNextToCode` is now a substituted by configure, where it has the
    correct defaults and error handling. Nowhere else needs to duplicate
    that, though we may want the compiler to to guard against bogus settings
    files.
    
    I renamed it from `GhcEnableTablesNextToCode` to `TablesNextToCode` to:
    
     - Help me guard against any unfixed usages
    
     - Remove any lingering connotation that this flag needs to be combined
       with `GhcUnreigsterised`.
    
    Original reviewers:
    
    Original subscribers: TerrorJack, rwbarton, carter
    
    Original Differential Revision: https://phabricator.haskell.org/D5082
Code owners
Assign users and groups as approvers for specific file changes. Learn more.