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

Paths components that start with a period are not resolved properly #31

Open
I-asked opened this issue Jan 19, 2024 · 3 comments
Open
Labels

Comments

@I-asked
Copy link

I-asked commented Jan 19, 2024

So that when I attempt to resolve an absolute path for say /home/julia/.config, I get /home/juliaconfig instead…

Here is the exact offending line of code:

path = path.replace(getSeparator() + ".", "");

digitalgust added a commit that referenced this issue Jan 20, 2024
@digitalgust
Copy link
Owner

if a file is named ".abc" or "..abc", parsing will get incorrect results.

@digitalgust
Copy link
Owner

https://github.com/orange451/LWJGUI-Mobile
there is a project that's about lwjgl on minijvm

@I-asked
Copy link
Author

I-asked commented Jan 21, 2024

https://github.com/orange451/LWJGUI-Mobile there is a project that's about lwjgl on minijvm

I have seen, but the OpenGL part is sadly very limited…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants