Skip to content

Merge build fix from 0.4.x - #173

Merged
twaugh merged 2 commits into
masterfrom
0.4.x
Mar 4, 2026
Merged

Merge build fix from 0.4.x#173
twaugh merged 2 commits into
masterfrom
0.4.x

Conversation

@twaugh

Copy link
Copy Markdown
Owner

Merge 0.4.x build fix.

BrianInglisand others added 2 commits March 3, 2026 17:19
…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).
Makefile.am patchview-wrapper script: drop EXEEXT
@twaughtwaugh changed the title 0.4.xMerge build fix from 0.4.xMar 4, 2026
@twaugh
twaugh merged commit e664ecc into masterMar 4, 2026
13 checks passed
@codecov

codecovBot commented Mar 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.24%. Comparing base (cb513b9) to head (478d482).
⚠️ Report is 108 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #173 +/- ##
==========================================
+ Coverage 83.60% 86.24% +2.63% 
==========================================
Files 5 15 +10 Lines 4215 8527 +4312 Branches 1006 1854 +848 ==========================================
+ Hits 3524 7354 +3830 - Misses 691 1173 +482 
FlagCoverage Δ
unittests86.24% <ø> (+2.63%)⬆️

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.

Sign up for freeto 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.

2 participants

@twaugh@BrianInglis