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

Update coroutines to v1.8.1 #372

Merged
merged 1 commit into from
May 17, 2024
Merged

Update coroutines to v1.8.1 #372

merged 1 commit into from
May 17, 2024

Conversation

juul-mobile-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.8.0 -> 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies patch 1.8.0 -> 1.8.1
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies patch 1.8.0 -> 1.8.1

Release Notes

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small documentation fixes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@juul-mobile-bot juul-mobile-bot requested a review from a team as a code owner May 17, 2024 09:14
Copy link

Test Results

100 files  ±0  100 suites  ±0   16s ⏱️ +10s
845 tests ±0  836 ✅ ±0   9 💤 ±0  0 ❌ ±0 
862 runs  ±0  848 ✅ ±0  14 💤 ±0  0 ❌ ±0 

Results for commit 66aa802. ± Comparison against base commit 21e1dc8.

This pull request removes 206 and adds 206 tests. Note that renamed tests count towards both.
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_concurrentMutateBlocks_doesNotLoseWrites[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_mutateAndSnapshot_returnsNewSnapshot[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_snapshotAndMutate_returnsPreviousSnapshot[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_whenEmpty_isEmpty[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withArrayValue_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withMultipleEntries_hasKeys[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withMultipleEntries_hasValues[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withNumberStringPair_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withStringNumberPair_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
com.juul.tuulbox.coroutines.delay.DelayStrategyTest ‑ calculatedDelayResultsInInfinity_returnsMaximumDelayMillis[js, browser, ChromeHeadless124.0.6367.62, MacOS10.15.7]
…
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_concurrentMutateBlocks_doesNotLoseWrites[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_mutateAndSnapshot_returnsNewSnapshot[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.AtomicMapTests ‑ atomicMap_snapshotAndMutate_returnsPreviousSnapshot[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_whenEmpty_isEmpty[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withArrayValue_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withMultipleEntries_hasKeys[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withMultipleEntries_hasValues[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withNumberStringPair_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.collections.PojoMapTest ‑ toJsObject_withStringNumberPair_stringifiesToSimpleJson[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
com.juul.tuulbox.coroutines.delay.DelayStrategyTest ‑ calculatedDelayResultsInInfinity_returnsMaximumDelayMillis[js, browser, ChromeHeadless124.0.6367.208, MacOS10.15.7]
…

@cedrickcooke cedrickcooke enabled auto-merge (squash) May 17, 2024 16:23
@cedrickcooke cedrickcooke merged commit 453621e into main May 17, 2024
4 checks passed
@cedrickcooke cedrickcooke deleted the renovate/coroutines branch May 17, 2024 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants