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

Output file names for errors in PrePARE #589

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Conversation

mauzey1
Copy link
Collaborator

@mauzey1 mauzey1 commented Mar 19, 2020

@alaniwi
PrePARE will output the file's name for most errors. However, there were three kinds of errors where PrePARE did not output a name.

These errors are when:

  • The variable is not found in the table.
  • The variable in the file name is not in the file.
  • The variable does not have an entry in the table.

This was why the file name was not displayed for the error in #534 (comment). This PR will make PrePARE output the file names for files with these errors. This may also satisfy #533 since PrePARE already reports file names for other errors.

@mauzey1 mauzey1 merged commit 58540be into master Mar 19, 2020
@mauzey1 mauzey1 deleted the print_error_filename branch March 19, 2020 21:11
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.

2 participants