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

make sure grep filter only omits .h files #322

Merged
merged 1 commit into from
Nov 2, 2019
Merged

Conversation

zhemao
Copy link
Contributor

@zhemao zhemao commented Oct 31, 2019

Without the end-of-line marker, the grep rule would match file paths with a ".h" anywhere in the path. For instance, if you have a configuration that begins in h (either upper or lower case), it would match on

generated-src/example.TestHarness.HwachaConfig/TestDriver.v

Causing the file to inappropriately omitted from sim_files.common.f

@zhemao zhemao requested a review from abejgonzalez October 31, 2019 22:57
Copy link
Contributor

@abejgonzalez abejgonzalez left a comment

Choose a reason for hiding this comment

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

LGTM

@abejgonzalez abejgonzalez merged commit 36ec517 into dev Nov 2, 2019
@colinschmidt colinschmidt deleted the fix-grep-filter branch January 27, 2020 18:55
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