Skip to content

initial version of diff command wrapper#966

Merged
bgruening merged 6 commits intobgruening:masterfrom
davelopez:diff-tool
Mar 31, 2020
Merged

initial version of diff command wrapper#966
bgruening merged 6 commits intobgruening:masterfrom
davelopez:diff-tool

Conversation

@davelopez
Copy link
Copy Markdown
Contributor

Simple wrapper for the GNU diff command

Copy link
Copy Markdown
Owner

@bgruening bgruening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @davelopez

Comment thread tools/diff/macros.xml Outdated
Comment thread tools/diff/diff.xml Outdated
@@ -0,0 +1,91 @@
<tool id="diff" name="diff" version="@TOOL_VERSION@+@WRAPPER_VERSION@">

<description>analyzes two files and generates a text file with information about the lines that are different.</description>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if diff is part of the coreutils package? If so we should probably depend on this package.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added conda-forge package for diffutils 3.6 and requirement 😃

Comment thread tools/diff/diff.xml Outdated
@bgruening bgruening merged commit 9b11cc5 into bgruening:master Mar 31, 2020
@bgruening
Copy link
Copy Markdown
Owner

Merci! Great contribution.

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