Skip to content
Snippets Groups Projects
  1. May 22, 2019
  2. May 21, 2019
  3. May 20, 2019
  4. May 16, 2019
  5. May 14, 2019
    • Alp Mestanogullari's avatar
      Hadrian: 'need' source files for various docs in Rules.Documentation · a416ae26
      Alp Mestanogullari authored
      Previously, changing one of the .rst files from the user guide would not cause
      the user guide to be rebuilt. This patch take a first stab at declaring the
      documentation source files that our documentation rules depend on, focusing
      on the .rst files only for now.
      
      We eventually might want to rebuild docs when we, say, change the haddock style
      file, but this level of tracking isn't really necessary for now.
      
      This fixes #16645.
      a416ae26
    • Vladislav Zavialov's avatar
      Restore the --coerce option in 'happy' configuration · 684dc290
      Vladislav Zavialov authored and Ben Gamari's avatar Ben Gamari committed
      happy-1.19.10 has been released with a fix for --coerce in the presence
      of higher rank types. This should result in about 10% performance
      improvement in the parser.
      684dc290
    • Vladislav Zavialov's avatar
      Guard CUSKs behind a language pragma · a5fdd185
      Vladislav Zavialov authored and Ben Gamari's avatar Ben Gamari committed
      GHC Proposal #36 describes a transition plan away from CUSKs and to
      top-level kind signatures:
      
      1. Introduce a new extension, -XCUSKs, on by default, that detects CUSKs
         as they currently exist.
      2. We turn off the -XCUSKs extension in a few releases and remove it
         sometime thereafter.
      
      This patch implements phase 1 of this plan, introducing a new language
      extension to control whether CUSKs are enabled. When top-level kind
      signatures are implemented, we can transition to phase 2.
      a5fdd185
    • Vladislav Zavialov's avatar
      Add a minimized regression test for #12928 · c72c369b
      Vladislav Zavialov authored and Ben Gamari's avatar Ben Gamari committed
      c72c369b
    • Oleg Grenrus's avatar
      Update terminal title while running test-suite · 5cf8032e
      Oleg Grenrus authored and Ben Gamari's avatar Ben Gamari committed
      Useful progress indicator even when `make test VERBOSE=1`,
      and when you do something else, but have terminal title visible.
      5cf8032e
    • John Ericson's avatar
      Remove all target-specific portions of Config.hs · e529c65e
      John Ericson authored and Ben Gamari's avatar Ben Gamari committed
      1. If GHC is to be multi-target, these cannot be baked in at compile
         time.
      
      2. Compile-time flags have a higher maintenance than run-time flags.
      
      3. The old way makes build system implementation (various bootstrapping
         details) with the thing being built. E.g. GHC doesn't need to care
         about which integer library *will* be used---this is purely a crutch
         so the build system doesn't need to pass flags later when using that
         library.
      
      4. Experience with cross compilation in Nixpkgs has shown things work
         nicer when compiler's can *optionally* delegate the bootstrapping the
         package manager. The package manager knows the entire end-goal build
         plan, and thus can make top-down decisions on bootstrapping. GHC can
         just worry about GHC, not even core library like base and ghc-prim!
      e529c65e
    • John Ericson's avatar
      Dont refer to `cLeadingUnderscore` in test · f9e4ea40
      John Ericson authored and Ben Gamari's avatar Ben Gamari committed
      Can't use this config entry because it's about to go away
      f9e4ea40
    • John Ericson's avatar
      hadrian: Make settings stage specific · 015a21b8
      John Ericson authored and Ben Gamari's avatar Ben Gamari committed
      015a21b8
    • KevinBuhr's avatar
      Add regression test for old parser issue #504 · 357be128
      KevinBuhr authored and Ben Gamari's avatar Ben Gamari committed
      357be128
  6. May 13, 2019
  7. May 10, 2019
  8. May 08, 2019
Loading