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

Fix ScalaJS Compilation by Removing JVM-specific java.util.Objects References in PathCodecPlatformSpecific #3155

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

asr2003
Copy link
Contributor

@asr2003 asr2003 commented Sep 19, 2024

The ScalaJS compilation fails due to references to JVM-specific methods in PathCodecPlatformSpecific.scala. This fix removes the dependency on java.util.Objects and replaces it with Scala-compatible checks to ensure compatibility with compilation in the ScalaJS

/claim #3142
Closes #3142

@asr2003
Copy link
Contributor Author

asr2003 commented Sep 19, 2024

@987Nabil Not sure why two workflows closed and skipped and except that everything seems fine

@987Nabil 987Nabil merged commit 4764c98 into zio:main Sep 20, 2024
35 checks passed
@asr2003 asr2003 deleted the fix/scalajs-pathcodec branch September 20, 2024 17:58
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.

Cannot compile code after upgrading up to zio-http 3.0.0
2 participants