Exclude git tracked files when running scons -c#15871
Merged
Merged
Conversation
Contributor
|
Does it also fix #10833? |
Contributor
Author
Contributor
Cool! §Could you add a more precise test process?
Thanks |
Member
|
Also please link all fixed issues in the issue description e.g. |
seanbudd
approved these changes
Dec 4, 2023
seanbudd
pushed a commit
that referenced
this pull request
Jan 23, 2024
Related #15871 Summary of the issue: Add instructions for manually adding files to source/comInterfaces.
Nael-Sayegh
pushed a commit
to Nael-Sayegh/nvda
that referenced
this pull request
Feb 15, 2024
Related nvaccess#15871 Summary of the issue: Add instructions for manually adding files to source/comInterfaces.
SaschaCowley
pushed a commit
to SaschaCowley/nvda
that referenced
this pull request
Feb 27, 2024
Related nvaccess#15871 Summary of the issue: Add instructions for manually adding files to source/comInterfaces.
Adriani90
pushed a commit
to Adriani90/nvda
that referenced
this pull request
Mar 13, 2024
Related nvaccess#15871 Summary of the issue: Add instructions for manually adding files to source/comInterfaces.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes #7070
Fixes #10833
Summary of the issue:
The
Cleanfunction ofcomInterfaces_sconscriptcleans up the files tracked by gitDescription of user facing changes
None
Description of development approach
Add exclusion items in the cleanup matching function in
comInterfaces_sconscriptTesting strategy:
scons sourcescons -cgit statusscons sourcegit statusrunnvdaCheck if the tracked files in git have been deleted after observation and cleaning
Known issues with pull request:
When the tracked files in git change, the exclusion parameters need to be modified synchronously
Code Review Checklist: