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

adjust JsonMemoryFootprintSpec for Scala 2.13.10 as used by Scala 3 #813

Closed

Conversation

SethTisue
Copy link
Member

at present, Scala 3 uses the Scala 2.13.8 standard library. I am working on a PR (scala/scala3#16074) to upgrade it to 2.13.10. in CI, play-json failed in the community build after the version bump

here in this PR, I've blindly updated the numbers to make the test pass again, but I don't actually know what the cause for the change might have been. so I'm looking for your confirmation that there isn't some cause for concern here

@SethTisue
Copy link
Member Author

@htmldoug JsonMemoryFootprintSpec appears to be your brainchild?

Copy link
Contributor

@htmldoug htmldoug left a comment

Choose a reason for hiding this comment

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

Yep, there's a new change in the scala patch release to share the empty array instance. Great to see.

@SethTisue
Copy link
Member Author

That's good to hear! I'll close this PR for now since there isn't yet a proper Scala 3 release that needs it.

@SethTisue SethTisue closed this Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants