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

fix delegate to kotlin.native.concurrent.AtomicReference #3518

Merged
merged 4 commits into from
May 6, 2023

Conversation

myuwono
Copy link
Contributor

@myuwono myuwono commented May 5, 2023

In this PR

  • fix delegate to point to kotlin.native.concurrent.AtomicReference<T>

fixes #3506

@myuwono myuwono requested review from sksamuel and Kantis May 5, 2023 13:49
Copy link
Member

@Kantis Kantis left a comment

Choose a reason for hiding this comment

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

Verified that the change and test works on my machine (macArm64). Nice solve @myuwono :)

Completely unrelated.. shouldNotThrowAnyUnit doesn't seem to be needed? I tried changing it to shouldNotThrowAny and it works fine. Would perhaps be good to deprecate the should*ThrowAnyUnit functions in favor of just should*ThrowAny?

@Kantis Kantis enabled auto-merge (squash) May 6, 2023 07:00
@Kantis Kantis merged commit b5b750f into master May 6, 2023
17 checks passed
@Kantis Kantis deleted the issue/fix-incorrect-atomic-reference-delegate branch May 6, 2023 16:12
@Kantis Kantis added this to the 5.6.2 milestone May 6, 2023
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.

Properties spec failing when running on iOS target
2 participants