Closed DSCaskey closed 4 months ago
Wow! It seems like we've gotten serious about handling filenames and backups neatly and efficiently! ππ
Smarter Definition of baseFileNameπ§ π
The baseFileName
variable is now more intelligently defined through the use of info.baseName()
. This streamlines our process and ensures consistency. You did an excellent job making the code more efficient here! ππ
Improved Handling of Spaces in baseFileName ππ
ΏοΈ
Filing names can sometimes contain spaces. Before, our code might hiccup around this - but not anymore. Spaces in the baseFileName
are now being replaced with underscores. Makes sure everything runs smoothly, particularly in Linux environments. Nice catch! Quite a smart move! ππ§
Enhanced Definition of backupFileName ππΎ
Backup is so crucial and having a clear and consistent nomenclature helps us maintain it better. backupFileName
is now being defined in a more structured format ("%1/%2%3.%4"
). This format, combined with details from path, baseFileName, and info.completeSuffix(), will ensure that our backup files are maintained neatly! Super prep for those rainy days! π§οΈπ
Keep up the amazing work team! Your dedication to making our code more efficient and user-friendly is nothing short of inspiring! π₯π
@csett86 Thanks for reviewing.
Once I merge this PR, I will update the other pending PRs that are failing.
This fixes the file errors when running the collection tests that prevent chrono CI builds.