Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/haskell/Cabal. Pull mirroring updated .
  1. Oct 19, 2023
  2. Oct 05, 2021
    • andreas.abel's avatar
      Re #7331: prefix fatal errors with "Error:" · fca52ac1
      andreas.abel authored
      - Place "Error:" inside wrappers
      
        At least for the sake of the testsuite, the "Error:" prefix must be
        inside the bracket BEGIN...END that is added to the Cabal output
        during testing.
      
      - Heuristic to not put "Error:" when already present
      
        This is because backpack outputs errors in an aligned way (Doc) where
        "Error:" is the introducing line.  Removing this breaks the layout.
      
      - Remove manual "Error:" prefix where `die` adds it automatically.
      
      - Update golden values.
      fca52ac1
  3. Dec 17, 2018
  4. Jun 25, 2018
Loading