scala-native/scala-native

Make `java.nio.file.Path` compliant with JVM on Windows

Open

#3 303 ouverte le 1 juin 2023

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Scala (386 forks)batch import
component:javalibgood first issue

Métriques du dépôt

Stars
 (4 654 stars)
Métriques de merge PR
 (Merge moyen 3j 1h) (20 PRs mergées en 30 j)

Description

Recent PR https://github.com/scala-native/scala-native/pull/3299 has added a java.nio.file.Path test for Windows paths and discovered a bunch of incompatibilities with JDK. We should try to resolve remaining todos in WindowsPathsTest to make implementation compliant with the latest JDK.

Guide contributeur