Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kotlin/kotlinx.coroutines
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: Kotlin/kotlinx.coroutines
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 11 commits
  • 30 files changed
  • 5 contributors

Commits on May 8, 2023

  1. Fix documented exception type for Flow.single() (#3741)

    require() throws IllegalArgumentException, not IllegalStateException.
    lukellmann authored May 8, 2023
    Configuration menu
    Copy the full SHA
    d653ab9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Upgraded Kover version to 0.7.0-Beta (#3734)

    Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com>
    shanshin and qwwdfsad authored May 9, 2023
    Configuration menu
    Copy the full SHA
    8124ce4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Split CHANGELOG.md file (#3748)

    To address IDEA's responsiveness issues when reading/writing changelog
    qwwdfsad authored May 10, 2023
    Configuration menu
    Copy the full SHA
    8bc4f35 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. 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
    qwwdfsad authored May 11, 2023
    Configuration menu
    Copy the full SHA
    435844a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    c8b3e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aacb04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c28837a View commit details
    Browse the repository at this point in the history
  4. 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.
    dkhalanskyjb authored May 12, 2023
    Configuration menu
    Copy the full SHA
    e86dc85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5581e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81c6b58 View commit details
    Browse the repository at this point in the history
  7. Version 1.7.1

    dkhalanskyjb committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0238247 View commit details
    Browse the repository at this point in the history
Loading