-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Removes prefixing of ignored files with workspace path #2725
Conversation
@iisisrael please could you try to make the opposite, meaning sending ignored files without workspace ? :) Probably by changing there -> |
@nvuillam I tried creating a unit test around the |
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
I just pulled the latest, and this is still an issue. The change fixes it, and I'm getting back to looking at tests, so keeping this PR alive. |
…S=test_filter_files
…S=test_filter_files
Rebased from main. |
This change was tested manually following these steps.
Prior to the change:
After the change:
|
This pull request has been automatically marked as stale because it has not had recent activity. If you think this pull request should stay open, please remove the |
@nvuillam I saw this was deployed to dev a while ago, and then nothing... commenting to avoid the stale auto-close. Should I rebase to resolve the changelog and support more testing? |
@iisisrael I think I solved it in #2967 , I'm sorry I had forgot about your PR :( So if you rebase you'll probably see that the only remaining change is changelog :/ Sorry, I'll credit you in the release changelog as u solved it way before me ^^ |
Ignored files fails to filter files when a workspace path is provided. This checks the file with the workspace path prepended against the ignored files list, which is compiled with the workspace path included.
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance