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

Evolve new javalib StringJoiner class #3422

Conversation

LeeTibbert
Copy link
Contributor

@LeeTibbert LeeTibbert commented Aug 8, 2023

Rework the internals of the recently merged javalib StringJoiner class with the goals of
reducing resource usage and improving execution speed.

The Tests of merged PR #3396 are used unchanged to verify that the evolved code implement
the StringJoiner API correctly.

@LeeTibbert LeeTibbert added component:javalib backport candidate PR which might be backported into previous major release of SN labels Aug 8, 2023
@WojciechMazur WojciechMazur merged commit c4e9c81 into scala-native:main Aug 9, 2023
79 checks passed
WojciechMazur pushed a commit to WojciechMazur/scala-native that referenced this pull request Sep 1, 2023
* Evolve javalib StringJoiner class

* javalib should use Java, not Scala StringBuilder; allows Java 8 compilation to succeed

(cherry picked from commit c4e9c81)
WojciechMazur pushed a commit that referenced this pull request Sep 4, 2023
* Evolve javalib StringJoiner class

* javalib should use Java, not Scala StringBuilder; allows Java 8 compilation to succeed

(cherry picked from commit c4e9c81)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport candidate PR which might be backported into previous major release of SN component:javalib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants