-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
Remove Autotools support #5241
base: develop
Are you sure you want to change the base?
Remove Autotools support #5241
Conversation
.gitattributes
Outdated
HDF5Examples/C/H5VDS/h5_vds-percival-unlim-maxmin.c -text | ||
HDF5Examples/C/H5VDS/h5_vds-percival-unlim.c -text | ||
HDF5Examples/C/H5VDS/h5_vds-percival.c -text | ||
HDF5Examples/C/H5VDS/h5_vds-simpleIO.c -text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need these lines for .c and .txt files? Can't git tell that those files are text?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wondered but just went ahead and tried to fix what was there.
.gitattributes
Outdated
java/test/testfiles/JUnit-TestH5Tbasic.txt -text | ||
java/test/testfiles/JUnit-TestH5Tparams.txt -text | ||
java/test/testfiles/JUnit-TestUnit.txt -text | ||
java/test/testfiles/JUnit-TestH5Z.txt -text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And why do HDF5 files have the -text attribute (below) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because they were there before - I guess they were never reviewed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
I'll go ahead and approve. We can fix stragglers in future PRs. |
No description provided.