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

Scala native support #1010

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Scala native support #1010

merged 3 commits into from
Sep 4, 2023

Conversation

pablf
Copy link
Member

@pablf pablf commented Aug 26, 2023

/claim #985
@DamianReeves Hi again! Support for scala native. Everything is supported although regex has a strange behaviour in test "key transformation". This is due to the implementation of java.util.regex in scala-native.

See:
scala-native/scala-native#620
scala-native/scala-native#3460

@pablf pablf requested a review from a team as a code owner August 26, 2023 13:21
@pablf pablf changed the title Scala native Scala native support Aug 26, 2023
assertTrue(OverridesAlsoWork("", 0).toJson == overrides)
},
test("key transformation - except native") {
// Problem in scala-native seems to be with implementation of package scala.scalanative.regex.Parser, in particular method `parsePerlFlags`.

Choose a reason for hiding this comment

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

Any chance this was reported up to the scala-native project as a problem, or is that a TODO?

Choose a reason for hiding this comment

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

Never mind, I see you did in the attached issues above.

Copy link

@DamianReeves DamianReeves left a comment

Choose a reason for hiding this comment

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

More awesome work. Thanks for this.

@jdegoes / @adamgfraser this looks good to me.

@adamgfraser adamgfraser merged commit 7554a86 into zio:series/2.x Sep 4, 2023
39 checks passed
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.

3 participants