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

initial version of diff command wrapper #966

Merged
merged 6 commits into from
Mar 31, 2020
Merged

initial version of diff command wrapper #966

merged 6 commits into from
Mar 31, 2020

Conversation

davelopez
Copy link
Contributor

Simple wrapper for the GNU diff command

Copy link
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

tools/diff/macros.xml Outdated Show resolved Hide resolved
@@ -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
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
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 😃

tools/diff/diff.xml Outdated Show resolved Hide resolved
davelopez and others added 2 commits March 29, 2020 23:16
Co-Authored-By: beatrizserrano <beatrizserrano@users.noreply.github.com>
@bgruening bgruening merged commit 9b11cc5 into bgruening:master Mar 31, 2020
@bgruening
Copy link
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