8000 Windows-only partial fix to javalib jnf.Path#normalize() handling of dot-dot by LeeTibbert · Pull Request #4347 · scala-native/scala-native · GitHub
[go: up one dir, main page]

Skip to content

Windows-only partial fix to javalib jnf.Path#normalize() handling of dot-dot #4347

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

Conversation

LeeTibbert
Copy link
Contributor
@LeeTibbert LeeTibbert commented May 25, 2025

SN Issue #4341 reported a defect in javalib `java.nio.Path.normalize()' where the
Scala Native behavior did not match JVM.

This PR removes that defect on Windows only (WindowsPath). The original report
was on macOS. This PR, taken with the unix-only PR #4344 should fix #4341.

@LeeTibbert LeeTibbert marked this pull request as draft May 25, 2025 13:39
@LeeTibbert LeeTibbert marked this pull request as ready for review May 25, 2025 15:20
@LeeTibbert
Copy link
Contributor Author
LeeTibbert commented May 25, 2025

Ready for reading & review, as time allows.

Windows: 6 Lee: 1

@WojciechMazur WojciechMazur merged commit dca21fd into scala-native:main May 31, 2025
34 checks passed
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.

Unexpected behavior of Path.normalize comparing to Jvm
2 participants
0