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

FAT can't find lowercase filenames #28

Closed
m44rtn opened this issue Feb 28, 2021 · 2 comments
Closed

FAT can't find lowercase filenames #28

m44rtn opened this issue Feb 28, 2021 · 2 comments
Labels
enhancement topic: drv the topic concerning all drivers wontfix This will not be worked on

Comments

@m44rtn
Copy link
Owner

m44rtn commented Feb 28, 2021

Vireo build: 3000+

Describe the bug
Due to FAT32 driver of Vireo never checking if the given filenames are all uppercase, the files won't be found if a user would feed the driver lowercase filenames.

The driver should convert the filenames to uppercase in the case that this would happen

@m44rtn m44rtn added bug Something isn't working topic: drv the topic concerning all drivers labels Feb 28, 2021
@m44rtn m44rtn added this to the v0.1a milestone May 22, 2021
@m44rtn
Copy link
Owner Author

m44rtn commented May 22, 2022

This will get 'fixed' using an str_to_upper function.

@m44rtn m44rtn modified the milestones: v0.2a, v0.1 May 26, 2022
@m44rtn
Copy link
Owner Author

m44rtn commented Jun 1, 2022

Changed my mind.

@m44rtn m44rtn closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2022
@m44rtn m44rtn added wontfix This will not be worked on enhancement and removed bug Something isn't working labels Jun 1, 2022
@m44rtn m44rtn removed this from the v0.1 milestone Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement topic: drv the topic concerning all drivers wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant