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 new Atomic types from Kotlin 1.9 #3220

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Use new Atomic types from Kotlin 1.9 #3220

merged 2 commits into from
Oct 19, 2023

Conversation

serras
Copy link
Member

@serras serras commented Oct 19, 2023

Kotlin Native 1.9 introduced a new kotlin.concurrent module that replaces kotlin.native.concurrent. The deprecation period is small, and in 2.0 the kotlin.native.concurrent versions are already gone. Since we're already building with 1.9.10, changing feels safe.

This PR is needed to keep checking that we work OK with newer dev versions of Kotlin.

@serras serras requested review from nomisRev and a team October 19, 2023 10:34
@github-actions
Copy link
Contributor

github-actions bot commented Oct 19, 2023

Copy link
Member

@nomisRev nomisRev left a comment

Choose a reason for hiding this comment

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

Awesome, thank you @serras

@@ -119,10 +119,12 @@ class RaceNJvmTest : StringSpec({
}
}

/* This seems to not be true anymore
Copy link
Member

Choose a reason for hiding this comment

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

🤯, really!?
I guess we want to stick to what select does 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

It's been flaky in the last few versions...

Copy link
Member

@nomisRev nomisRev Oct 19, 2023

Choose a reason for hiding this comment

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

Strange, do you know with what assertion error?

@serras serras merged commit fa93b17 into main Oct 19, 2023
11 checks passed
@serras serras deleted the deprecated-native-atomics branch October 19, 2023 14:28
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.

None yet

2 participants