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
gcc: update options for gcc 20210907.0.0 (aa747e7)
BREAKING CHANGES
gcc: The strictMissingProperties group has been enabled as an error.
This did not produce additional compiler errors in OpenSphere but may impact
other projects. This option enables specific type checking when referencing a
property that does not exist on a specific type (but may exist on subclasses).
electron: allow config/plugin projects to set electron versions (4146f2d)
electron: generate a single electron preload script (b18f0b1)
BREAKING CHANGES
electron: Electron apps using the generated preload scripts should now
load preload.js using webPreferences.preload. This script will load any other
scripts detected in the workspace.
gcc: update gcc options for compiler 20210406 (e28abda)
BREAKING CHANGES
gcc: The missingRequire compiler option was disabled because it
introduces an abundance of errors when upgrading the compiler. This may cause
projects that have not upgraded to miss errors, so they should be aware of this
when upgrading.