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

allow building on JDK 15 #1929

Merged
merged 2 commits into from
Dec 9, 2020
Merged

Conversation

SethTisue
Copy link
Contributor

@SethTisue SethTisue commented Dec 1, 2020

this came up in the Scala community build, where we build on 11 and 15 as well as 8

@@ -1,8 +1,5 @@
-server
-Xms512M
-Xmx4000M
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest to increase heap because it isn't enough to build SN.

See example of such attempts at #1904 or #1929

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is 1929, you meant 1904 and...?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh, I see it now, #1928

Copy link
Contributor

Choose a reason for hiding this comment

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

@SethTisue and this is that only I know!

@cheeseng cheeseng mentioned this pull request Dec 7, 2020
@@ -1383,7 +1383,7 @@ private[scalatest] object RefSpec {
else
value

val bytes = Codec.toUTF8(toHash.toArray)
val bytes = Codec.toUTF8(toHash)
Copy link
Contributor

Choose a reason for hiding this comment

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

This change is already part of #1923

@bvenners bvenners merged commit 24af5a7 into scalatest:3.2.x-new Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants