-
-
Notifications
You must be signed in to change notification settings - Fork 112
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(developer): Project upgrade messages now show in Messages panel 🦕 #9969
fix(developer): Project upgrade messages now show in Messages panel 🦕 #9969
Conversation
Relates to #9948. Having the project upgrade messages in the Messages panel means that users can refer to them as they clean up their projects to bring them into the v17 format.
User Test ResultsTest specification and instructions
Test Artifacts
|
Project.Log(plsError, Project.FileName, msg, 0, 0); | ||
end; | ||
MessageDlg('Some issues must be addressed before the current project can '+ | ||
'be upgraded to Keyman Developer 17 format. '+ |
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.
l.61 calls it "Keyman Developer 17.0 format".
Do we future-proof with Keyman Developer 17.0+ ....?
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.
I thought about it but I think it's a Developer 17 file format and 18 may have a new format. I'm okay with keeping it as is 😁
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.
lgtm
Changes in this pull request will be available for download in Keyman version 17.0.211-alpha |
Relates to #9948.
Having the project upgrade messages in the Messages panel means that users can refer to them as they clean up their projects to bring them into the v17 format.
Project.Upgrade.Workflow.mp4
(Note near the end of the video: the lingering messages in the messages window are now cleared.)
User Testing
TEST_UPGRADE: Try to upgrade a project to v17 format -- choose a project that has files from various locations, and observe the messages presented during upgrade. Remove the files that are not in the right folder, and then run the upgrade again. The upgrade should succeed and the Upgrade warning message should disappear.