Skip to content

Makefile.am patchview-wrapper script: drop EXEEXT#172

Merged
twaugh merged 1 commit into0.4.xfrom
fix-patchview-wrapper-exeext
Mar 4, 2026
Merged

Makefile.am patchview-wrapper script: drop EXEEXT#172
twaugh merged 1 commit into0.4.xfrom
fix-patchview-wrapper-exeext

Conversation

@twaugh
Copy link
Owner

@twaugh twaugh commented Mar 3, 2026

The patchview-wrapper script was incorrectly suffixed with $(EXEEXT) causing "not found" errors since it's not a compiled executable.

Fixes #171

…EEXT

patchutils 0.4.5 adds a patchview-wrapper python script used by
{git{diff,show},svndiff}view to run patchview alias symlink to
filterdiff exe or directly.

Makefile.am suffixes this script only with $(EXEEXT) but does not suffix
the other scripts provided, causing not found errors as the script is
not compiled to an executable suffixed with $(EXEEXT).

Treat patchview-wrapper like other shell and perl scripts by not
appending $(EXEEXT).
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.60%. Comparing base (cb513b9) to head (23b44e7).
⚠️ Report is 2 commits behind head on 0.4.x.

Additional details and impacted files
@@           Coverage Diff           @@
##            0.4.x     #172   +/-   ##
=======================================
  Coverage   83.60%   83.60%           
=======================================
  Files           5        5           
  Lines        4215     4215           
  Branches     1006     1006           
=======================================
  Hits         3524     3524           
  Misses        691      691           
Flag Coverage Δ
unittests 83.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sergiomb2
Copy link
Contributor

Sorry I think that it was my mistake , I tested this patch in Linux and builds fine

@twaugh
Copy link
Owner Author

twaugh commented Mar 4, 2026

Don't worry, I didn't catch it either.

@twaugh twaugh merged commit 478d482 into 0.4.x Mar 4, 2026
7 checks passed
@twaugh twaugh deleted the fix-patchview-wrapper-exeext branch March 4, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants