Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Upgrade to Kotlin 1.4.0 + Upgrade ktlint #61

Merged
merged 6 commits into from
Aug 17, 2020
Merged

Upgrade to Kotlin 1.4.0 + Upgrade ktlint #61

merged 6 commits into from
Aug 17, 2020

Conversation

benasher44
Copy link
Contributor

No description provided.

@benasher44 benasher44 marked this pull request as ready for review August 17, 2020 15:29
@@ -19,7 +18,6 @@ private class WeightedWorker(
val numBlocksQueued = AtomicLong(0)

companion object {
@SharedImmutable
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is the shared immutable thing going away?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's only required for top-level globals. object vals are already frozen

@benasher44 benasher44 merged commit b26fe17 into master Aug 17, 2020
@benasher44 benasher44 deleted the basher/1.4.0 branch August 17, 2020 22:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants