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

Use type forwarding for IsExternalInit on .net8 target #2823

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

IliaBrahinets
Copy link
Contributor

Added conditional compilation to use type forwarding for net8.0 target as suggested here - dotnet/runtime#79082 (comment). Required to correctly handle public init properties.

@IliaBrahinets
Copy link
Contributor Author

3 tests failed:

  • PageWorkers from PageWorkerTests for build-CHROME-headful-windows-latest
  • ShouldWorkInRealLife from PuppeteerLaunchTests for both build-FIREFOX-headful-ubuntu-latest and build-FIREFOX-headless-ubuntu-latest

Seems like they are flaky ones and not related to the changes. @kblok what do you think ?

@kblok
Copy link
Member

kblok commented Nov 15, 2024

3 tests failed:

  • PageWorkers from PageWorkerTests for build-CHROME-headful-windows-latest
  • ShouldWorkInRealLife from PuppeteerLaunchTests for both build-FIREFOX-headful-ubuntu-latest and build-FIREFOX-headless-ubuntu-latest

Seems like they are flaky ones and not related to the changes. @kblok what do you think ?

Yeah. I ignored those tests in the v21 branch. This is ready to be merged. This is not blocking you, right? Do you need this shipped now?

@IliaBrahinets
Copy link
Contributor Author

3 tests failed:

  • PageWorkers from PageWorkerTests for build-CHROME-headful-windows-latest
  • ShouldWorkInRealLife from PuppeteerLaunchTests for both build-FIREFOX-headful-ubuntu-latest and build-FIREFOX-headless-ubuntu-latest

Seems like they are flaky ones and not related to the changes. @kblok what do you think ?

Yeah. I ignored those tests in the v21 branch. This is ready to be merged. This is not blocking you, right? Do you need this shipped now?

Yep, it doesn't block me, just wanted to clarify failed tests status. Thank you!

@kblok kblok merged commit 09d166b into hardkoded:master Nov 15, 2024
9 of 12 checks passed
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.

2 participants