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

Fix bugs in result_log file names and sync task file name #178

Merged

Conversation

PhilZ-cwm6
Copy link
Contributor

  • result_log txt file cannot have invalid characters else it will fail to sync to or to be saved to FAT32/NTFS or any windows system
    This patch preserves the useful ability to name sync tasks freely while ensuring the result.log file is valid
  • fix result_log file name length could exceed 255 chars
  • ensure sync task name global length cannot be longer than 150 chars to fix a bug in the EditSyncTask GUI. Also, 150 chars seems more than enough for a sync task name

Note: another patch is needed to fix the root cause of the GUI bug in EditSyncTask when the name is too long

- result_log txt file cannot have invalid characters else it will fail to sync to or to be saved to FAT32/NTFS or any windows system
This patch preserves the useful ability to name sync tasks freely while ensuring the result.log file is valid
- fix result_log file name length could exceed 255 chars
- ensure sync task name global length cannot be longer than 150 chars to fix a bug in the EditSyncTask GUI. Also, 150 chars seems more than enough for a sync task name

Note: another patch is needed to fix the root cause of the GUI bug in EditSyncTask when the name is too long
@Sentaroh Sentaroh merged commit 2e9566f into Sentaroh:2.36 Oct 6, 2020
@PhilZ-cwm6 PhilZ-cwm6 deleted the patch_2020.10.04_bug_fix_task_and_log_names branch October 8, 2020 23:39
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.

2 participants