-
-
Notifications
You must be signed in to change notification settings - Fork 391
Fixed none cradle files shown as failed #3270
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
9607930
to
2aecf2b
Compare
I don't think we want to merge this PR in its current state. What are we trying to accomplish here? My recommendation would be to start by writing a failing test that demonstrates the issue that you are trying to fix. Define a sample project with a none cradle, and then write an |
Currently whenever a |
Could we have some comments documenting this purpose in the code? As well as a test that the change does what it claims and not more. |
Does this really close #2692? It's unclear to me whether the issue is just with the command line checker or there is more |
I think this only happens with the command-line checker, since the code that collects the failed modules and prints them out was at the end of the |
I think I can also write some tests to ensure that a file matching a |
Afaict, the linked issue is only about a "minor" display bug in the HLS cli. None-cradle is supported otherwise. |
However, I think the change should be local to the HLS cli and ideally not affect the LSP use in any way. Need to check again how difficult this is. |
This PR introduces a hacky fix to filter out the ignored files when printing out the failed files.
closes #2692