Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scala 3 build #26

Merged
merged 2 commits into from
Aug 3, 2021
Merged

Add Scala 3 build #26

merged 2 commits into from
Aug 3, 2021

Conversation

catostrophe
Copy link
Member

@catostrophe catostrophe commented Aug 2, 2021

I replaced circe with json4s. It does not have typclassed-based codecs, but it's native for scalapb codegen.

Closes #25

@catostrophe catostrophe added the enhancement New feature or request label Aug 2, 2021
@catostrophe
Copy link
Member Author

cc @ybasket

Copy link
Contributor

@ybasket ybasket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a fan of json4s, but as users don't interact with it and it does the job, it seems to be reasonable choice (until circe has configurability again).

Looks good to me!

@catostrophe
Copy link
Member Author

P.S. custom formatters for Span and Link are needed because there's no legal way to override an encoder for ByteString.

@catostrophe
Copy link
Member Author

One test failed on Double comparison. It's a known issue, so I merge.

@catostrophe catostrophe merged commit d361d21 into master Aug 3, 2021
@mergify mergify bot deleted the add-scala3-build branch August 3, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Scala 3 build
3 participants