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 07, 2023
  3. Jun 02, 2023
  4. Nov 10, 2022
  5. Aug 07, 2022
  6. Mar 25, 2022
  7. 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
  8. Dec 17, 2018
  9. Jan 09, 2018
  10. Jul 21, 2017
  11. Jul 18, 2017
  12. Jul 17, 2017
  13. Jul 05, 2017
    • Francesco Gazzetta's avatar
      Add tests for new-run · 22497b29
      Francesco Gazzetta authored
      We test both for single and multiple exe/package.
      
      `new-run` must halt on ambiguities or no compatible exes,
      and must run the exe if one can be uniquely selected between
      packages and components.
      22497b29
Loading