You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boot - further unification of home path resolution
Both the API and the Ruby server do home directory detection and relative path resolution. Ideally this should be in one place, but in lieu of that, it is essential they both behave similarly.
Resolution now matches QDir::homePath():
The path specified by the SONIC_PI_HOME environment variable.
The path specified by the USERPROFILE environment variable. (windows only)
The path formed by concatenating the HOMEDRIVE and HOMEPATH environment variables. (windows only)
The path specified by the HOME environment variable.
0 commit comments