-
Notifications
You must be signed in to change notification settings - Fork 32
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
626 support globbing in rust #627
Conversation
sys.refresh_users_list(); | ||
let file_name = path_entry | ||
.file_name() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤮
Needs to be fixed for windows: |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #627 +/- ##
==========================================
+ Coverage 71.00% 71.20% +0.19%
==========================================
Files 170 170
Lines 11414 11500 +86
==========================================
+ Hits 8104 8188 +84
- Misses 3096 3098 +2
Partials 214 214 ☔ View full report in Codecov by Sentry. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adds glob (*) support to
file.read
andfile.list
Which issue(s) this PR fixes:
Fixes #626