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

core: fix electron runtime-import-check errors #10291

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

vince-fugnitto
Copy link
Member

What it does

The commit fixes issue related to electron and runtime-import-check errors. The changes resolve the incompatible runtime imports, and re-organizes code to be valid.

How to test

  • confirm that CI is green (build and tests)
  • confirm both the browser and electron app successfully start
  • confirm that runtime-import-check errors for the DEFAULT_WINDOW_HASH are resolved

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto [email protected]

@vince-fugnitto vince-fugnitto added electron issues related to the electron target quality issues related to code and application quality labels Oct 18, 2021
The commit fixes issue related to `electron` and `runtime-import-check`
errors. The changes resolve the incompatible runtime imports, and
re-organizes code to be valid.

Signed-off-by: vince-fugnitto <[email protected]>
@vince-fugnitto vince-fugnitto force-pushed the vf/electron-runtime-import-fix branch from e86ff03 to 5300a30 Compare October 18, 2021 16:58
Copy link
Contributor

@colin-grant-work colin-grant-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • CI is green (build and tests)
  • both the browser and electron app successfully start
  • runtime-import-check errors for the DEFAULT_WINDOW_HASH and NewWindowOptions are resolved
  • breaking changes noted in change log
  • changes look sound

@vince-fugnitto vince-fugnitto merged commit 0c23cc7 into master Oct 22, 2021
@vince-fugnitto vince-fugnitto deleted the vf/electron-runtime-import-fix branch October 22, 2021 13:48
@github-actions github-actions bot added this to the 1.19.0 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electron issues related to the electron target quality issues related to code and application quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants