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

GetAllFilesRecursivelyFromPath: Fix returning empty results at the end #1862

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Aug 29, 2023

Since the bugfix in 3b9e1c5 (bugfix: GetAllFilesRecursivelyFromPath use reliable name retrieval, 2023-05-22) the list of returned files contained an empty entry at the end.

Remove that and also add tests.

@t-b t-b requested a review from MichaelHuth August 29, 2023 19:37
@t-b t-b requested a review from timjarsky as a code owner August 29, 2023 19:37
@t-b t-b changed the base branch from main to release/2.7 August 29, 2023 19:38
@t-b t-b added the PR:NeedsForwardPort (Pull requests only) Mark it as requiring a forwardport to the main branch label Aug 29, 2023
@t-b t-b force-pushed the bugfix/1862-get-all-files-backport branch from 02e6222 to 55e3e61 Compare August 29, 2023 19:39
@t-b
Copy link
Collaborator Author

t-b commented Aug 29, 2023

@MichaelHuth Please have a look

Since the bugfix in 3b9e1c5 (bugfix: GetAllFilesRecursivelyFromPath use
reliable name retrieval, 2023-05-22) the list of returned files contained
an empty entry at the end.

Remove that and also add tests.
@t-b t-b force-pushed the bugfix/1862-get-all-files-backport branch from 55e3e61 to e84561d Compare August 30, 2023 17:25
Copy link
Collaborator

@MichaelHuth MichaelHuth left a comment

Choose a reason for hiding this comment

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

Ah ok, that also explains why there was the "Remove empty entries" at the end before
3b9e1c5

Though, fixing the list like now is beter.

@MichaelHuth MichaelHuth assigned t-b and unassigned MichaelHuth Aug 31, 2023
@t-b t-b merged commit 7f1594e into release/2.7 Aug 31, 2023
16 checks passed
@t-b t-b deleted the bugfix/1862-get-all-files-backport branch August 31, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR:NeedsForwardPort (Pull requests only) Mark it as requiring a forwardport to the main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants