Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Jul 16, 2017
  2. Jul 15, 2017
  3. Mar 20, 2017
    • Edward Z. Yang's avatar
      More accurately determine monitors to monitor. · a9052da2
      Edward Z. Yang authored
      
      Previously, we used the solver dependencies to figure out
      what to monitor, but this lead to a failure mode where we
      would also monitor the monitor files associated with the
      test suite, which we really shouldn't do.
      
      This patch pushes the monitor file calculation later until
      the build step, at which point we know exactly what our
      dependencies are, and monitor those precisely.
      
      Fixes #4405.
      
      Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
      a9052da2
  4. Mar 07, 2017
Loading