Skip to content
Snippets Groups Projects
  1. Nov 19, 2019
  2. Nov 17, 2019
  3. Nov 15, 2019
  4. Nov 14, 2019
  5. Nov 13, 2019
  6. Nov 12, 2019
    • Alp Mestanogullari's avatar
      testsuite: don't collect compiler stats in collect_runtime_residency · 643d42fc
      Alp Mestanogullari authored and Ben Gamari's avatar Ben Gamari committed
      We instead want to collect the runtime stats (with collect_stats, instead of
      collect_compiler_stats).
      
      This should fix a number of perf tests failures we have been seeing, where
      we suddenly started measuring metrics we didn't intend to measure, which
      tend to fall outside of the acceptance window.
      
      Metric Decrease:
          lazy-bs-alloc
          T3586
      
      Metric Increase:
          space_leak_001
          T4801
          T5835
          T12791
      643d42fc
  7. Nov 11, 2019
  8. Nov 10, 2019
    • Richard Eisenberg's avatar
      Fix #17405 by not checking imported equations · 55ca1085
      Richard Eisenberg authored and Marge Bot's avatar Marge Bot committed
      Previously, we checked all imported type family equations
      for injectivity. This is very silly. Now, we check only
      for conflicts.
      
      Before I could even imagine doing the fix, I needed to untangle
      several functions that were (in my opinion) overly complicated.
      It's still not quite as perfect as I'd like, but it's good enough
      for now.
      
      Test case: typecheck/should_compile/T17405
      55ca1085
Loading