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

Better support for moving images between Windows and Linux (fixes #78) #79

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

daniels220
Copy link
Contributor

Register OSSVMProcess to startup lists when installing on Windows so it will have the opportunity to initialize if the image is started on Linux. Discard the old VMProcess after finalizing previous session, and only make a new one on not-Windows, so we don't leave obsolete information lying around.

Fixes #78.

Register OSSVMProcess to startup lists when installing on Windows so it will have the opportunity to initialize if the image is started on Linux.
Discard the old `VMProcess` after finalizing previous session, and only make a new one on not-Windows, so we don't leave obsolete information lying around.
@jecisc jecisc merged commit 06ec31d into pharo-contributions:master Nov 30, 2023
8 checks passed
@jecisc
Copy link
Member

jecisc commented Nov 30, 2023

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.

vmProcess is nil in Image built on Windows, then started on Linux
2 participants