-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes #5: Use SortedMap for generic Record and Enumeration schemas Add UnorderedRecord for case classes with arity > 22 and CaseObject for objects Use ListMap for case class encoding to guarantee preserved insert order Use 2.12 compatible SortedMap and ListMap * Resolve conflicts after rebase * Use ListMap for generic structure encoding * Merge upstream/main * work around yet another jdk8 bug Co-authored-by: thinkharder <[email protected]>
- Loading branch information
1 parent
fb643ba
commit fb5e766
Showing
11 changed files
with
362 additions
and
201 deletions.
There are no files selected for viewing
165 changes: 96 additions & 69 deletions
165
zio-schema/shared/src/main/scala/zio/schema/Schema.scala
Large diffs are not rendered by default.
Oops, something went wrong.
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.