Skip to content

Fix and simplify the diff logic#20

Merged
lykhvar merged 1 commit intovet-run:mainfrom
dbohdan:diff-fix
Jul 24, 2025
Merged

Fix and simplify the diff logic#20
lykhvar merged 1 commit intovet-run:mainfrom
dbohdan:diff-fix

Conversation

@dbohdan
Copy link
Contributor

@dbohdan dbohdan commented Jul 24, 2025

We can avoid checksumming the two versions of the script and use diff(1) directly for comparison.

Resolves #19.

We can avoid checksumming the two versions of the script
and use diff(1) directly for comparison.

Resolves #19.
@lykhvar lykhvar merged commit 7756732 into vet-run:main Jul 24, 2025
2 checks passed
@lykhvar
Copy link
Contributor

lykhvar commented Jul 25, 2025

Thanks for the excellent contribution. This is now released as part of v1.0.1.

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.

vets always runs diff then fails when the script has changed

2 participants