Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #10483: fix cabal install --program-suffix/prefix (fix #10290 and #10476) #10510

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 3, 2024

  1. fix cabal install --program-suffix/prefix (fix #10290 and #10476) (#…

    …10483)
    
    * fix cabal install --program-suffix/prefix (fix #10290 and #10476)
    
    When checking for existing installations, cabal would not account for
    an affix (suffix or prefix). So, if you had a `hello` binary installed, installing a
    second one with a non-empty affix (a perfectly legal operation) would
    fail.
    
    The reason seemed to be a typo in
    09c04e9, which passed the arguments to
    the Symlink structure in a wrong order.
    
    When failing to install a binary because of an existing one, cabal would
    report suffix-less existing target even if a suffix was set.
    
    * Add regression tests for overwrite policies and porgram-affixes
    
    Add regression tests for the `program-prefix` and `program-suffix` flags
    combined with the overwrite-policy.
    In short, the overwrite-policy needs to take potential program affixes
    into account when deciding whether it will need to overwrite a program
    path during installation.
    
    ---------
    
    Co-authored-by: Fendor <fendor@posteo.de>
    (cherry picked from commit ee3c313)
    ulysses4ever authored and mergify[bot] committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c0e386f View commit details
    Browse the repository at this point in the history