Skip to content
Snippets Groups Projects
  • Mango The Fourth's avatar
    be10be83
    add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (#10014) · be10be83
    Mango The Fourth authored
    * add the applicable new (versions 9.2 - 9.10) GHC flags to normaliseGhcArgs
    
    Actionable flags are:
    - fdiagnostics-as-json (changes the format GHC outputs its diagnostics)
    - fprint-error-index-lists (changes the way GHC displays compile time)
    - fbreak-points (enables/disables break-points in GHCi)
    - dipe-stats (dumps information about which info tables have IPE
      information)
    - ffamily-application-cache (only changes the speed of the compiler)
    - fprint-redundant-promotion-ticks
    - show-error-context
    - unoptimized-core-for-interpreter (only applies to GHCi)
    
    * [chore] correct the flag names and add a FUTUREWORK
    be10be83
    History
    add the applicable new (version 9.10) GHC flags to normaliseGhcArgs (#10014)
    Mango The Fourth authored
    * add the applicable new (versions 9.2 - 9.10) GHC flags to normaliseGhcArgs
    
    Actionable flags are:
    - fdiagnostics-as-json (changes the format GHC outputs its diagnostics)
    - fprint-error-index-lists (changes the way GHC displays compile time)
    - fbreak-points (enables/disables break-points in GHCi)
    - dipe-stats (dumps information about which info tables have IPE
      information)
    - ffamily-application-cache (only changes the speed of the compiler)
    - fprint-redundant-promotion-ticks
    - show-error-context
    - unoptimized-core-for-interpreter (only applies to GHCi)
    
    * [chore] correct the flag names and add a FUTUREWORK
Code owners
Assign users and groups as approvers for specific file changes. Learn more.