Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • John Ericson's avatar
    bfccd832
    Inline `Settings` into `DynFlags` · bfccd832
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    After the previous commit, `Settings` is just a thin wrapper around
    other groups of settings. While `Settings` is used by GHC-the-executable
    to initalize `DynFlags`, in principle another consumer of
    GHC-the-library could initialize `DynFlags` a different way. It
    therefore doesn't make sense for `DynFlags` itself (library code) to
    separate the settings that typically come from `Settings` from the
    settings that typically don't.
    bfccd832
    History
    Inline `Settings` into `DynFlags`
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    After the previous commit, `Settings` is just a thin wrapper around
    other groups of settings. While `Settings` is used by GHC-the-executable
    to initalize `DynFlags`, in principle another consumer of
    GHC-the-library could initialize `DynFlags` a different way. It
    therefore doesn't make sense for `DynFlags` itself (library code) to
    separate the settings that typically come from `Settings` from the
    settings that typically don't.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.