-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Comparing changes
Open a pull request
base repository: Kotlin/kotlinx.coroutines
base: 1.7.0
head repository: Kotlin/kotlinx.coroutines
compare: 1.7.1
- 11 commits
- 30 files changed
- 5 contributors
Commits on May 8, 2023
-
Fix documented exception type for Flow.single() (#3741)
require() throws IllegalArgumentException, not IllegalStateException.
Configuration menu - View commit details
-
Copy full SHA for d653ab9 - Browse repository at this point
Copy the full SHA d653ab9View commit details
Commits on May 9, 2023
-
Upgraded Kover version to 0.7.0-Beta (#3734)
Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8124ce4 - Browse repository at this point
Copy the full SHA 8124ce4View commit details
Commits on May 10, 2023
-
Split CHANGELOG.md file (#3748)
To address IDEA's responsiveness issues when reading/writing changelog
Configuration menu - View commit details
-
Copy full SHA for 8bc4f35 - Browse repository at this point
Copy the full SHA 8bc4f35View commit details
Commits on May 11, 2023
-
Get rid of BeforeResumeCancelHandler (#3744)
* Remove effectively duplicating code * BufferedChannelIterator is properly registered for cancellation as a corresponding segment * Undelivered element handlers are registered via extended segment's protocol - Index now encodes information whether segment corresponds to a sender or to a receiver Fixes #3646
Configuration menu - View commit details
-
Copy full SHA for 435844a - Browse repository at this point
Copy the full SHA 435844aView commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8b3e5e - Browse repository at this point
Copy the full SHA c8b3e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aacb04 - Browse repository at this point
Copy the full SHA 1aacb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c28837a - Browse repository at this point
Copy the full SHA c28837aView commit details -
Improve the binary compatibility of runTest$default further (#3753)
Follow-up to #3742. That implementation there did work around issue #3673, but did not restore full binary compatibility: the wrong value of `dispatchTimeoutMs` was passed. Given how `runTest` was used in the problematic library, it should not be a problem, but just to be safe and establish the same behavior even in the deep corner cases, we restore the original implementation fully.
Configuration menu - View commit details
-
Copy full SHA for e86dc85 - Browse repository at this point
Copy the full SHA e86dc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5581e8 - Browse repository at this point
Copy the full SHA d5581e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81c6b58 - Browse repository at this point
Copy the full SHA 81c6b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0238247 - Browse repository at this point
Copy the full SHA 0238247View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.0...1.7.1