-
Notifications
You must be signed in to change notification settings - Fork 131
Release testing 4.4 Convert a Sloeber 3.3 project into a Sloeber 3.4 project [2] os:win environment variables are not cleaned up #1299
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
Comments
I think I found the root causr
is used to set the "clean the 3.3 environment variables flag" and "found a 3.3 config flag" |
Seems like a file.delete calls the UI and this can lead to reentrancy 😕
The root cause is probably me having deleted a file and the project still thinking it is there but still... |
works for my case when project refresh on open is on
also boardDescriptor should not be blank/empty
After the upgrade

That didn't go well due to missing platforms and I have also seen issies of mylin in the logs
I got things to work but the environment variables from 3.3 are still there
The text was updated successfully, but these errors were encountered: