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.serialization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: timmc/kotlinx.serialization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: timmc/all-strict
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ff916b6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Rename exception for clarity

    "Repeated" could be read as having a connotation of repetition in
    sequence, whereas "duplicate" has more of a global connotation.
    timmc committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c56abb9 View commit details
    Browse the repository at this point in the history
  2. Start plumbing config into the map deserializer

    Map serializers take map-specific descriptors to allow configuration to
    ride on the descriptors.
    timmc committed May 11, 2024
    Configuration menu
    Copy the full SHA
    28ff775 View commit details
    Browse the repository at this point in the history
  3. WIP plumbing...

    timmc committed May 11, 2024
    Configuration menu
    Copy the full SHA
    77726cc View commit details
    Browse the repository at this point in the history
Loading