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

Removes non-regular files from file count #205

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Removes non-regular files from file count #205

merged 1 commit into from
Sep 13, 2023

Conversation

tdstein
Copy link
Collaborator

@tdstein tdstein commented Sep 8, 2023

Intent

The current count includes non-regular files. Generally, when users refer to files, they are referring to regular files. Not directories, symlinks, and other types of non-regular files.

Closes #166

Type of Change

  • Bug Fix
  • New Feature
  • Breaking Change

Approach

Filters the count to regular files.

Automated Tests

Leverages existing automated tests.

Directions for Reviewers

Validate that the count shown in the UI matches expectations.

Checklist

@tdstein tdstein self-assigned this Sep 8, 2023
@tdstein tdstein marked this pull request as ready for review September 8, 2023 14:56
@tdstein
Copy link
Collaborator Author

tdstein commented Sep 13, 2023

@kgartland-rstudio - I'm going to go ahead and merge this.

@tdstein tdstein merged commit 398b48b into main Sep 13, 2023
13 checks passed
@tdstein tdstein deleted the tdstein/166 branch September 13, 2023 14:58
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.

File Selector shows 3 files selected by default
2 participants