-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change how we declare functions to encode and decode primitive arrays (…
…#2443) * Target API from Wire 4.5.5 * Change how we declare functions to encode and decode primitive arrays Previously we did it polymorphically which required public subtypes for Int, Long, Double, and Float. This just uses a bunch of internal functions. The goal is to fix an unintended binary compatibility break introduced in 4.5.6.
- Loading branch information
1 parent
0d6a439
commit 965a877
Showing
9 changed files
with
329 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.