You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, some outputs are completely wrong. Like an absolute path should not get relative when normalizing.
Currently JarJar faces similar problems as securejarhandler did. My proposed solution to the problem is to copy the path implementation from McModLauncher/securejarhandler#26 into JarJar as it has extensive tests against a JarFS and (to my knowledge) fulfills the Path spec.
The text was updated successfully, but these errors were encountered:
A lot of methods are wrong. Here is some sample test code that compares the PathFS with a standard JarFS:
This gives
As you can see, some outputs are completely wrong. Like an absolute path should not get relative when normalizing.
Currently JarJar faces similar problems as securejarhandler did. My proposed solution to the problem is to copy the path implementation from McModLauncher/securejarhandler#26 into JarJar as it has extensive tests against a JarFS and (to my knowledge) fulfills the
Path
spec.The text was updated successfully, but these errors were encountered: