-
Notifications
You must be signed in to change notification settings - Fork 65
Fix offline tool when relative path is supplied #710
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
Conversation
climbfuji
left a comment
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.
Tiny pull requests get quick reviews. This looks good, thanks for fixing and for adding the test for the tool.
dustinswales
left a comment
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.
Thanks for adding a test for the metadata comparison script!
gold2718
left a comment
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.
This looks okay although I think the shell script can be shortened a bit.
| ## Relevant directories and file paths | ||
| root_dir="$(cd $(dirname ${0}); pwd -P)" | ||
| script_dir="$(dirname ${root_dir})/scripts/fortran_tools" | ||
| test_root_dir="$(dirname ${root_dir})/test" |
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.
Isn't test_root_dir the same as root_dir?
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.
good point! removed!
Tiny fix to allow the offline metadata parser to work with a relative path. Also includes a new test for the offline tool.
User interface changes?: No
fixes #709