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: square/wire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: square/wire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.2.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 6, 2025

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

Commits on Jan 7, 2025

  1. Fix code generation for mutable types.

    * Handle `enum`s gracefully. They will never need to be `Mutable`.
    * For `optional` `string` types, use the `!!` operator when dispatching a call to `sanitize(...)`.
      There are no guarantees of safety here anyway, so this should be okay.
    
    Test: Add golden file tests.
    tikurahul committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    9155dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef9cb3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3233 from tikurahul/mutable-enums

    Fix code generation for mutable types.
    oldergod authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    0b7cabb View commit details
    Browse the repository at this point in the history
  4. Prepare for release 5.2.1.

    oldergod committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    40fd22e View commit details
    Browse the repository at this point in the history
Loading